@charset "UTF-8";
/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] {
    display: none;
}
/* ==========================================================================
Base
========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
html,
button,
input,
select,
textarea {
    font-family: "Varela Round", sans-serif;
}
/* * Addresses margins handled incorrectly in IE 6/7. */
body {
    margin: 0;
    font-family: "Varela Round", sans-serif;
}
/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus {
    outline: thin dotted;
}
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn {
    font-style: italic;
}
/* * Addresses styling not present in IE 6/7/8/9. */
mark {
    background: #ff0;
    color: #000;
}
/* * Addresses margins set differently in IE 6/7. */
p,
pre {
    margin: 1em 0;
}
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}
/* * Improves readability of pre-formatted text in all browsers. */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* * Addresses CSS quotes not supported in IE 6/7. */
q {
    quotes: none;
}
/* * Addresses `quotes` property not supported in Safari 4. */
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 75%;
}
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
/* * Addresses paddings set differently in IE 6/7. */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
/* * Corrects list images handled incorrectly in IE 7. */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */

figure {
    margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */

form {
    margin: 0;
}
/* * Define consistent border, margin, and padding. */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button,
input {
    line-height: normal;
}
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}
/* * Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {
    cursor: default;
}
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
Global Styles
========================================================================== */
a {
    color: #353535;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover,
a:focus {
    color: #3dc9b3;
    text-decoration: none;
}
p {
    color: #8c9398;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}
h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
h2::after {
    content: " ";
    border: solid 2px #3dc9b3;
    display: block;
    width: 35px;
    margin: 25px auto;
}
.section-padding {
    padding: 50px 0 60px;
}
.dark-bg {
    background: #f3f5f8;
}

.light-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    padding: 20px 0;
}
.light-box:hover,
.light-box:focus {
    -webkit-box-shadow: 0px 3px 0px 0px #3dc9b3;
    -moz-box-shadow: 0px 3px 0px 0px #3dc9b3;
    box-shadow: 0px 3px 0px 0px #3dc9b3;
}
.box-hover {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.box-hover:hover,
.box-hover:focus {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
}

.inner {
    padding-top: 99px;
}
/* ==========================================================================
Navigation
========================================================================== */
nav {
    background-color: #242830;
    margin-top: -1px;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-left: 0;
    position: relative;
}
nav ul li:last-child {
    border: none;
}
nav ul li a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-left: 0;
    position: relative;
}
nav ul li a:hover,
nav ul li a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
#nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
}
#nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #353535;
    position: absolute;
    display: block;
    content: "";
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

/* ==========================================================================
Hero
========================================================================== */

/* ==========================================================================
Intro
========================================================================== */
.intro {
    background: #f3f5f8;
}
.intro p {
    margin: 50px 0 0;
}
h1.arrow {
    font-size: 15px;
    text-transform: uppercase;
    color: #353535;
    letter-spacing: 1px;
    background: url("../img/h1-bg.png") no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: bold;
}
/* ==========================================================================
Features
========================================================================== */

/* ==========================================================================
iPhone Section
========================================================================== */

/* ==========================================================================
Swag
========================================================================== */
.swag {
    background: url("https://infra.ethtest.net/img/plants-bg.jpg") no-repeat
        center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.swag h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.swag h1 span {
    display: block;
    font-size: 25px;
    margin-top: 20px;
}
.down-arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(61, 201, 179, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    position: relative;
    top: -125px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.down-arrow-btn:hover,
.down-arrow-btn:focus {
    color: #fff;
    background: rgba(61, 201, 179, 1);
}
/* ==========================================================================
Swag1
========================================================================== */

/* ==========================================================================
Swag2
========================================================================== */
.swag2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        170deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(118, 239, 205, 1) 24%,
        rgba(225, 224, 115, 1) 36%,
        rgba(207, 132, 111, 1) 48%,
        rgba(184, 106, 122, 1) 59%,
        rgba(114, 104, 173, 1) 70%,
        rgba(255, 255, 255, 1) 100%
    );
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0;
}

/* ==========================================================================
Subscribe
========================================================================== */
.subscribe {
    background: url("https://infra.ethtest.net/img/keyboard-bg.jpg") no-repeat
        center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.subscribe h1 {
    color: #fff;
    margin-bottom: 40px;
}
.subscribe h1 span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 1px;
}
.subscribe input[type="text"] {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #fff;
    padding: 20px;
    width: 30%;
    color: #fff;
}
.subscribe input[type="submit"] {
    background: rgba(61, 201, 179, 0.5);
    border: solid 1px rgba(61, 201, 179, 0.5);
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.subscribe input[type="submit"]:hover {
    background: rgba(61, 201, 179, 1);
    border: solid 1px rgba(61, 201, 179, 1);
    color: #fff;
}
/* ==========================================================================
CTA
========================================================================== */
.ignite-cta {
    background-color: #242830;
    padding: 70px 0;
}
.ignite-btn {
    display: inline-block;
    padding: 25px 40px;
    color: #fff;
    border: solid 1px #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.ignite-btn:hover,
.ignite-btn:focus {
    color: #3dc9b3;
    border: solid 1px #3dc9b3;
}
/* ==========================================================================
Team
========================================================================== */

ul.social-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-buttons li {
    display: inline-block;
    margin-right: 10px;
}
ul.social-buttons li:last-child {
    margin-right: 0;
}
.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #242830;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}
.social-btn:hover,
.social-btn:focus {
    background: #3dc9b3;
    color: #fff;
}
.social {
    margin-top: 25px;
}
/* ==========================================================================
Contact
========================================================================== */
.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(61, 201, 179, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.up-btn:hover,
up-btn:focus {
    color: #fff;
    background: rgba(61, 201, 179, 1);
}
.contact-details {
    margin: 70px 0;
}
.contact-details h2 {
    font-size: 20px;
}
.contact-details h2 span {
    display: block;
    color: #3dc9b3;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 15px;
}
.contact-wrap {
    position: relative;
}
/* ==========================================================================
Footer
========================================================================== */
footer a {
    color: #a1a9b0;
}
footer {
    background-color: #242830;
    padding: 40px 0 30px;
}
footer p {
    color: #fff;
}
ul.legals {
    list-style: none;
    color: #fff;
    line-height: 25px;
}
ul.legals li {
    display: inline-block;
}
ul.legals li::after {
    content: " |";
}
ul.legals li:last-child::after {
    content: "";
}
.legals {
    text-align: left;
}
.credit {
    text-align: right;
}
/* ==========================================================================
FlexSlider Custom CSS
========================================================================== */
#servicesSlider {
    margin-top: 70px;
}
ul.slides li {
    margin-bottom: 20px;
}
/* ==========================================================================
Waypoints
========================================================================== */
.wp1 {
    visibility: hidden;
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
    visibility: visible;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.wp3 {
    background: url("https://infra.ethtest.net/img/iphone-bg.png") no-repeat
        center center;
    background-position: 200px 10px;
    height: 100%;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/**  slider top test **/
a {
    text-decoration: none;
    color: inherit;
}
.national-parks-top {
    /* Styles for national parks top section */
}
.national-parks-top a.block {
    display: block;
}

.extra-copy-fluff {
    text-align: center;
    margin: 0 auto;
    padding: 20px 10% 15px;
    background: #603a17;
    background: #111;
    font-size: 12px;
    color: #fff;
    display: none;
}

@media (min-width: 768px) {
    .extra-copy-fluff {
        padding: 20px 20% 20px;
        font-size: 21px;
        text-transform: uppercase;
    }

    .extra-copy-fluff p {
        max-width: 600px;
        margin: 0 auto;
    }
}

.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow: hidden;
    background: #000;
}

@media (min-width: 992px) {
    .cb-slideshow:after {
        content: "";
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.66+100 */
        background: -moz-radial-gradient(
            center,
            ellipse cover,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.66) 100%
        ); /* FF3.6-15 */
        background: -webkit-radial-gradient(
            center,
            ellipse cover,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.66) 100%
        ); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(
            ellipse at center,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.66) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 100%;
        display: block;
        position: absolute;
        z-index: 33;
        left: 0;
        top: 0;
        height: 100vh;
        min-height: 768px;
    }
}
.cb-slideshow .nat-park-logo {
    position: absolute;
    z-index: 50;
    top: 20px;
    left: 30px;
    width: 57px;
    display: block;
}
.national-parks-top a.languege {
    position: absolute;
    z-index: 50;
    line-height: 40px;
    top: 30px;
    right: 30px;
    width: 96px;
    display: block;
    color: #fff;
    padding-left: 50px;
    background: url(../images/lang.png) no-repeat left center;
}
.cb-slideshow .banner_content {
    position: relative;
    width: 100%;
    margin: 20px auto 0 auto;
    color: #fff;
    text-align: center !important;
    font-weight: normal;
}
.cb-slideshow h1.banner_content {
    font-size: 86px;
    font-weight: bold;
}
.cb-slideshow .banner_content h2 {
    width: 100%;
    font-size: 90px;

    display: block;
    margin: auto;
    text-align: center !important;
}
.cb-slideshow .banner_content h3 {
    font-size: 50px;
    display: block;
    margin: 50px 0 50px;
}
@media (min-width: 1480px) {
    .cb-slideshow .banner_content h3 {
        font-size: 50px;
        display: block;
        margin: 50px 10px;
        text-align: center !important;
    }
    .cb-slideshow .banner_content h3:before,
    .cb-slideshow .banner_content h3:after {
        content: "";
        display: block;
        border-top: 1px #fff solid;
        width: 100px;
        display: inline-block;
        vertical-align: top;
        margin: 25px 15px 0;
    }
}

.cb-slideshow a {
    display: block !important;
    color: #fff;
}

.cb-slideshow li {
    list-style: none;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 40s linear infinite 0s;
    -moz-animation: imageAnimation 40s linear infinite 0s;
    -o-animation: imageAnimation 40s linear infinite 0s;
    -ms-animation: imageAnimation 40s linear infinite 0s;
    animation: imageAnimation 40s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(https://infra.ethtest.net/img/Image01.jpg?t=1600);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(https://infra.ethtest.net/img/Image02.jpg?t=1600);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(https://infra.ethtest.net/img/Image03.jpg?t=1600);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(https://infra.ethtest.net/img/Image06.jpg?t=1600);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/*-------------------手機--------------------------*/
@media (max-width: 480px) {
    img.nat-park-badge {
        max-width: 60px;
    }
    .cb-slideshow .banner_content {
        width: 100%;
        margin: 30px auto 0 auto;
    }
    .cb-slideshow h1.banner_content {
        font-size: 50px;
        font-weight: bold;
        line-height: auto;
    }
    .cb-slideshow .banner_content h2 {
        font-size: 45px;
    }
    .cb-slideshow .banner_content h3 {
        font-size: 35px;
    }

    .cb-slideshow li:nth-child(1) span {
        background-image: url(https://infra.ethtest.net/img/image-01-s.jpg?t=680);
    }
    .cb-slideshow li:nth-child(2) span {
        background-image: url(https://infra.ethtest.net/img/image-02-s.jpg?t=680);
    }
    .cb-slideshow li:nth-child(3) span {
        background-image: url(https://infra.ethtest.net/img/image-03-s.jpg?t=680);
    }
    .cb-slideshow li:nth-child(4) span {
        background-image: url(https://infra.ethtest.net/img/image-05-s.jpg?t=680);
    }
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
        -webkit-transform: scale(1.05) translate(1.5%, 1);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1.15) translate(3%, 2%);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2) translate(4%, 2.5%);
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
        -webkit-transform: scale(1.05) translate(1.5%, 1);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1.15) translate(3%, 2%);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2) translate(4%, 2.5%);
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
        -webkit-transform: scale(1.05) translate(1.5%, 1);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1.15) translate(3%, 2%);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2) translate(4%, 2.5%);
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
        -webkit-transform: scale(1.05) translate(1.5%, 1);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1.15) translate(3%, 2%);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2) translate(4%, 2.5%);
    }
    100% {
        opacity: 0;
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    10% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
        -webkit-transform: scale(1.05) translate(1.5%, 1);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1.15) translate(3%, 2%);
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.2) translate(4%, 2.5%);
    }
    100% {
        opacity: 0;
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

/*=========第2區=======*/
.contanier {
    position: relative;
    max-width: 980px;
    margin: auto;
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.8;
    clear: both;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 比例的视频高度，根据需要调整 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zone2 {
    position: relative;
    color: #333;
    padding: 30px 0;
    max-width: 980px;
    margin: 0 auto;
    clear: both;
}
.contanier h2 {
    font-size: 42px;
}
.zone2 p {
    font-size: 22px;
}
.zone2 p.discript {
    font-size: 20px;
    font-weight: bold;
}
.zone2 p.discript_en {
    font-size: 20px;
    font-weight: normal;
}
.textcenter {
    text-align: center;
}
/*=========第3區=======*/
.zone3 {
    position: relative;
    background-color: #e5e5e5;
    padding: 0px 0;
    max-width: 980px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    clear: both;
}

/*=========TAG=======*/

@media (max-width: 480px) {
    .contanier {
        width: 90%;
    }
    .contanier h2 {
        font-size: 24px;
    }
    .zone2 p {
        font-size: 18px;
        padding: 15px;
    }
    .zone2 p.discript {
        font-size: 16px;
        font-weight: bold;
    }
    .zone2 p.discript_en {
        font-size: 16px;
        font-weight: normal;
    }

    footer ul {
        width: 90%;
    }
    footer ul li {
        display: inline-block;
        width: 40%;
        margin-left: 5%;
    }
    footer ul li img {
        max-width: 100px;
    }
}

.rainbow-text {
    background: linear-gradient(
        325deg,
        rgba(255, 215, 0, 1) 0%,
        rgba(118, 239, 205, 1) 24%,
        rgba(225, 224, 115, 1) 36%,
        rgba(207, 132, 111, 1) 48%,
        rgba(184, 106, 122, 1) 59%,
        rgba(114, 104, 173, 1) 70%,
        rgba(255, 215, 0, 1) 100%
    );
    background-size: 400% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* 新增，兼容Safari */
    margin: 0;
    animation: colorFlow 30s ease-in-out infinite;
}

@keyframes colorFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* ==========================================================================
Infra Experience React Section
========================================================================== */
.infra-experience {
    position: relative;
    padding: 0px 0;
    color: #0d1321;
    text-align: left;
    perspective: 1800px;
    overflow: hidden;
}
.infra-experience .arrow {
    color: inherit;
}
.infra-hero-surface {
    position: relative;
    border-radius: 0;
    padding: 48px 15px;
    /*background: rgba(255, 255, 255, 0.78);*/
    box-shadow: 0 25px 60px rgba(11, 27, 56, 0.18);
    overflow: hidden;
    backdrop-filter: blur(10px);
}
/*.infra-glow {
    content: "";
    position: absolute;
    inset: -30% -10% auto;
    height: 420px;
    background: radial-gradient(
        circle at top left,
        rgba(61, 201, 179, 0.55),
        rgba(255, 255, 255, 0)
    );
    filter: blur(60px);
    animation: infraGlowPulse 12s ease-in-out infinite alternate;
    pointer-events: none;
}*/
@keyframes infraGlowPulse {
    0% {
        opacity: 0.4;
        transform: translate3d(-20px, -10px, 0);
    }
    50% {
        opacity: 0.75;
        transform: translate3d(10px, 5px, 0);
    }
    100% {
        opacity: 0.45;
        transform: translate3d(-5px, 0, 0);
    }
}
.infra-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(
        120deg,
        rgba(20, 19, 48, 0.85),
        rgba(61, 201, 179, 0.85)
    );
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(20, 19, 48, 0.25);
    transform-style: preserve-3d;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.infra-chip:hover {
    transform: translateY(-4px) rotateX(5deg) rotateY(-3deg) rotateZ(1deg)
        scale(1.05);
    box-shadow: 0 15px 30px rgba(20, 19, 48, 0.35);
}
.infra-hero-title {
    font-size: 48px;
    line-height: 1.16;
    font-weight: 700;
    margin: 28px 0 22px;
}
.infra-hero-title em {
    font-style: normal;
    color: #3dc9b3;
}
.infra-rotator {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
    border-radius: 14px;
    background: rgba(12, 18, 43, 0.08);
    margin-bottom: 24px;
}
.infra-rotator-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(12, 18, 43, 0.55);
}
.infra-rotator-text {
    font-size: 16px;
    font-weight: 600;
    color: #121b38;
    min-height: 24px;
    animation: infraFadeSlide 0.8s ease;
}
@keyframes infraFadeSlide {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.infra-summary {
    font-size: 16px;
    color: rgba(12, 18, 43, 0.75);
    margin-bottom: 24px;
}
.infra-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.infra-metric {
    flex: 0 1 140px;
    padding: 18px 20px;
    border-radius: 18px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 0 0 1px rgba(61, 201, 179, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform-style: preserve-3d;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}
.infra-metric:hover {
    transform: translateZ(30px) translateY(-12px) rotateX(8deg) rotateY(-4deg)
        rotateZ(1deg) scale(1.05);
    box-shadow:
        inset 0 0 0 1px rgba(61, 201, 179, 0.65),
        0 25px 45px rgba(20, 19, 48, 0.25);
}
.infra-metric-value {
    font-size: 26px;
    font-weight: 700;
    color: #141230;
}
.infra-metric-label {
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(12, 18, 43, 0.55);
}
.infra-metric-detail {
    font-size: 12px;
    color: rgba(12, 18, 43, 0.55);
    margin-top: 6px;
}
.infra-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 40px;
}
.infra-card-layers {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.infra-card-lane {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.infra-card-lane .infra-card {
    flex: 1;
    min-width: 0;
    opacity: 0;
    animation: infraCardEnter 0.85s ease forwards;
}
.infra-card-lane.lane-shift {
    margin-left: 0;
}
.infra-card-lane.lane-shift .infra-card {
    margin-top: 0;
}
.infra-architecture-beam {
    position: absolute;
    inset: -18% -30% auto -30%;
    height: 70%;
    background: radial-gradient(
        circle at center,
        rgba(61, 201, 179, 0.18),
        rgba(61, 201, 179, 0)
    );
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.8;
}
@keyframes infraCardEnter {
    0% {
        transform: translate3d(0, 30px, 0) scale(0.96);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .infra-card-lane {
        flex-direction: column;
    }
    .infra-card-lane.lane-shift {
        margin-left: 0;
    }
    .infra-card-lane.lane-shift .infra-card {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .infra-card-layers {
        gap: 22px;
    }
}

.infra-card {
    position: relative;
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 25px 45px rgba(9, 17, 40, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
    transform-style: preserve-3d;
    transition:
        transform 0.6s ease,
        box-shadow 0.6s ease;
}

.infra-card::before {
    content: "";
    position: absolute;
    inset: -40% 40% 60% -40%;
    background: linear-gradient(
        130deg,
        rgba(61, 201, 179, 0.25),
        rgba(114, 104, 173, 0.25)
    );
    transform: translateZ(-30px) rotate(8deg);
    opacity: 0.7;
}
.infra-card:hover {
    transform: translateY(-16px) rotateX(12deg) rotateY(-8deg) rotateZ(2deg)
        scale(1.04);
    box-shadow: 0 45px 75px rgba(9, 17, 40, 0.28);
}
.infra-card:hover::before {
    opacity: 0.9;
}
.infra-card-icon {
    font-size: 28px;
    color: #3dc9b3;
    margin-bottom: 18px;
}
.infra-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #141230;
}
.infra-card-text {
    font-size: 15px;
    color: rgba(12, 18, 43, 0.7);
    margin-bottom: 18px;
}
.infra-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.infra-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(12, 18, 43, 0.72);
    margin-bottom: 10px;
}
.infra-card-list i {
    color: #3dc9b3;
    font-size: 14px;
    margin-top: 4px;
}
.noscript-fallback {
    margin-top: 40px;
    padding: 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(9, 17, 40, 0.12);
}
@media (max-width: 991px) {
    .infra-hero-surface {
        padding: 40px 15px;
    }
    .infra-hero-title {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .infra-experience {
        padding: 0px 0;
    }
    .infra-hero-title {
        font-size: 32px;
    }
    .infra-hero-surface {
        padding: 32px 15px;
    }
}

/*.infra-data-stream {
    position: absolute;
    inset: -20% 30% 35% -25%;
    background: radial-gradient(
        circle at top,
        rgba(61, 201, 179, 0.35),
        rgba(255, 255, 255, 0)
    );
    filter: blur(120px);
    opacity: 0.7;
    pointer-events: none;
}*/
/*.infra-particle-field {
    position: absolute;
    inset: -10% -10% -20% -10%;
    background: linear-gradient(
        135deg,
        rgba(61, 201, 179, 0.08),
        rgba(114, 104, 173, 0.1)
    );
    opacity: 0.6;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: particleDrift 18s ease-in-out infinite alternate;
}*/
@keyframes particleDrift {
    0% {
        transform: translate3d(-20px, -15px, 0) scale(1);
    }
    50% {
        transform: translate3d(15px, 10px, 0) scale(1.05);
    }
    100% {
        transform: translate3d(-10px, 5px, 0) scale(1.02);
    }
}
.infra-card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 20% 20%,
        rgba(61, 201, 179, 0.22),
        transparent 60%
    );
    opacity: 0.8;
    pointer-events: none;
}
.infra-card-dimmed {
    opacity: 0.55;
    transform: translateY(0) rotateX(0) rotateY(0) rotateZ(0) scale(1) !important;
}
.infra-card-footer {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(20, 19, 48, 0.08);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(12, 18, 43, 0.6);
}
.infra-metric-icon {
    font-size: 18px;
    color: #3dc9b3;
    margin-bottom: 10px;
}
.infra-certifications {
    margin-top: 28px;
}
.infra-cert-title {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(12, 18, 43, 0.55);
    margin-bottom: 14px;
}
.cert-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.cert-badge {
    padding: 8px 16px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 0 1px rgba(61, 201, 179, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 12px;
    color: rgba(12, 18, 43, 0.78);
    transform-style: preserve-3d;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.cert-badge:hover {
    transform: translateY(-4px) rotateX(4deg) rotateY(-2deg) rotateZ(1deg)
        scale(1.08);
    box-shadow:
        inset 0 0 0 1px rgba(61, 201, 179, 0.45),
        0 12px 25px rgba(20, 19, 48, 0.18);
}

/* ==========================================================================
Video Presentation Section
========================================================================== */
.infrastructure-media {
    padding: 40px 0;
}
.video-presentation {
    position: relative;
    color: #0d1321;
    overflow: hidden;
}
/*.video-backdrop {
    position: absolute;
    inset: -20% -10% -20% -10%;
    background: transparent;
    filter: none;
    opacity: 0;
    pointer-events: none;
    }*/
.video-hero {
    position: relative;
    z-index: 1;
    padding: 48px 15px;
}
.video-grid {
    width: 100%;
}
.video-copy {
    position: relative;
}
.video-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(
        120deg,
        rgba(20, 19, 48, 0.85),
        rgba(61, 201, 179, 0.85)
    );
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(20, 19, 48, 0.25);
}
.video-chip:hover {
    transform: translateY(-4px) rotateX(5deg) rotateY(-3deg) rotateZ(1deg)
        scale(1.05);
    box-shadow: 0 15px 30px rgba(20, 19, 48, 0.35);
}
.video-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 18px;
}
.video-title span {
    color: #3dc9b3;
}
.video-description {
    font-size: 16px;
    color: rgba(12, 18, 43, 0.72);
    margin-bottom: 24px;
}
.video-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.video-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 45px rgba(9, 17, 40, 0.12);
    transform-style: preserve-3d;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}
.video-feature:hover {
    transform: translateY(-10px) rotateX(8deg) rotateY(-6deg) rotateZ(2deg)
        scale(1.05);
    box-shadow: 0 35px 65px rgba(9, 17, 40, 0.24);
}
.video-feature i {
    font-size: 20px;
    color: #3dc9b3;
    margin-top: 4px;
}
.video-feature strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}
.video-feature p {
    font-size: 13px;
    margin: 0;
    color: rgba(12, 18, 43, 0.65);
}
.video-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.video-stat {
    flex: 0 1 120px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 0 0 1px rgba(61, 201, 179, 0.25);
    text-align: center;
    transform-style: preserve-3d;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}
.video-stat:hover {
    transform: translateY(-8px) rotateX(6deg) rotateY(-4deg) rotateZ(1deg)
        scale(1.03);
    box-shadow:
        inset 0 0 0 1px rgba(61, 201, 179, 0.5),
        0 20px 45px rgba(9, 17, 40, 0.2);
}
.video-stat-value {
    font-size: 26px;
    font-weight: 700;
    color: #141230;
}
.video-stat-label {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(12, 18, 43, 0.55);
}
.video-frame {
    position: relative;
}
.video-screen {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 35px 70px rgba(9, 17, 40, 0.22);
    background: linear-gradient(
        135deg,
        rgba(16, 25, 48, 0.9),
        rgba(61, 201, 179, 0.35)
    );
    transform-style: preserve-3d;
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}
.video-player {
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
}
.video-screen:hover {
    transform: translateY(-8px) rotateX(6deg) rotateY(-4deg) rotateZ(1deg);
    box-shadow: 0 45px 85px rgba(9, 17, 40, 0.3);
}

.video-screen video {
    width: 100%;
    display: block;
    border-radius: 0;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #141230;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 45px rgba(9, 17, 40, 0.35);
    transform-style: preserve-3d;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.08) rotateX(12deg) rotateY(-6deg)
        rotateZ(2deg);
    box-shadow: 0 35px 60px rgba(9, 17, 40, 0.5);
}
.video-screen.is-playing .video-play-button {
    opacity: 0;
    pointer-events: none;
}
.video-caption {
    margin-top: 18px;
    font-size: 14px;
    color: rgba(12, 18, 43, 0.6);
}

@media (max-width: 991px) {
    .infrastructure-media {
        padding: 40px 0;
    }
    .video-title {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .video-feature-grid {
        grid-template-columns: 1fr;
    }
    .video-stat {
        flex: 1 1 45%;
    }
    .video-screen {
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .infra-metrics {
        gap: 12px;
    }
    .infra-metric {
        flex: 1 1 calc(50% - 12px);
        padding: 16px;
        border-radius: 16px;
    }
    .infra-card-lane {
        gap: 18px;
    }
    .infra-card {
        padding: 24px 20px;
        border-radius: 20px;
    }
    .infra-card:hover {
        transform: translateY(-12px) rotateX(10deg) rotateY(-6deg) rotateZ(1deg)
            scale(1.03);
        box-shadow: 0 35px 60px rgba(9, 17, 40, 0.25);
    }
    .infra-card-title {
        font-size: 18px;
    }
}
