@import url(https://fonts.googleapis.cn/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.cn/css?family=Roboto:400,500);

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #0a1628;
}

::selection {
    color: #fff;
    background: #00e5ff;
}

::-moz-selection {
    color: #fff;
    background: #00e5ff;
}

p {
    color: #4a5568;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.fitImage {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.pDark p {
    color: #a0aec0;
}

.pDark h3 {
    color: #e2e8f0;
}

.btn {
    background: #00e5ff;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.btn:hover {
    background: #00c853;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 229, 255, 0.4);
}

.btn-primary {
    background: #00e5ff;
    border-color: #00e5ff;
    color: #0a1628;
}

.btn-primary:hover {
    background: #00c853;
    border-color: #00c853;
    color: #0a1628;
}

.btn-outline {
    background: transparent;
    border: 2px solid #00e5ff;
    color: #00e5ff;
}

.btn-outline:hover {
    background: #00e5ff;
    color: #0a1628;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #00e5ff;
    box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.1);
}

a {
    color: #00e5ff;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s linear;
}

a:hover {
    color: #00c853;
    text-decoration: none;
}

.mrgn30 {
    margin: 30px 0;
}

.copyright {
    color: #718096;
    background: #0a1628;
    padding: 25px 0;
    border-top: 1px solid #1a202c;
}

#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 50;
    background: #00e5ff;
    color: #0a1628;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 12px rgba(0, 229, 255, 0.4);
    transition: all 0.3s ease;
}

.topHome:hover {
    background: #00c853;
    transform: translateY(-3px);
}

#section-top {
    background: #0a1628;
}

#section-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#section-top ul li {
    display: inline-block;
}

#section-top ul li a {
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    background: #1a202c;
    color: #a0aec0;
    margin-left: 8px;
    transition: all 0.3s ease;
}

#section-top ul li a:hover {
    background: #00e5ff;
    color: #0a1628;
}

#section-top .region-top-first {
    float: right;
}

.header {
    position: fixed;
    width: 100%;
    background: rgba(10, 22, 40, 0.95);
    backdrop-filter: blur(10px);
    z-index: 50;
    border-radius: 0;
    top: 0px;
    border-bottom: 1px solid #1a202c;
}

.navbar-inverse .navbar-toggle {
    border-color: #00e5ff;
    background-color: #00e5ff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #00c853;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00e5ff;
}

.header .navbar-brand {
    float: left;
    padding: 16px 15px;
    line-height: 18px;
    height: 50px;
}

.navbar-brand b {
    color: #00e5ff;
    font-weight: 700;
}

.logo {
    font-size: 2.2em;
    text-shadow: none;
    margin: 8px 0 0 0;
    color: #fff;
}

.logo:hover {
    color: #00e5ff;
}

.header .navbar {
    margin: 0;
    background: transparent;
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #a0aec0;
    font-size: 1.1em;
    line-height: normal;
    margin: 17px;
    padding: 8px 15px !important;
    border-radius: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #00e5ff;
    background: rgba(0, 229, 255, 0.1);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #00e5ff;
    background: rgba(0, 229, 255, 0.1);
}

.header .navbar-nav > li > a {
    padding: 25px 18px;
}

.page-section {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.noPadd {
    padding: 0;
}

.page-section h2 {
    color: #00e5ff;
    font-size: 2.5em;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.page-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #00e5ff, #00c853);
    border-radius: 2px;
}

.page-section p {
    font-size: 1.15em;
    line-height: 1.8em;
    color: #4a5568;
}

.darkBg {
    background: #0a1628;
}

.darkBg .fa {
    color: #00e5ff;
}

.darkBg .page-section h2 {
    color: #00e5ff;
}

.darkBg .page-section p {
    color: #a0aec0;
}

.hero-container {
    width: 100%;
    position: relative;
    padding: 0px;
    background: linear-gradient(135deg, #0a1628 0%, #0d2137 50%, #0a1628 100%);
    margin-top: 120px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.dna-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.15;
    z-index: 0;
}

.hero-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px) brightness(0.5);
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-bg-img.active {
    opacity: 0.5;
}

.dna-helix {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.helix-group {
    animation: rotate 20s linear infinite;
    transform-origin: center center;
}

@keyframes rotate {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}

.helix-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 8s linear infinite;
}

@keyframes draw {
    to { stroke-dashoffset: 0; }
}

.hero-content {
    position: relative;
    z-index: 2;
}

section#home > div.hero-container > div.container > div.row > div.col-md-8.col-md-offset-2.text-center {
    position: relative;
    top: 4px;
}

.hero-content h1 {
    color: #fff;
    font-size: 4em;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 30px rgba(0, 229, 255, 0.3);
}

.hero-content .subtitle {
    color: #00e5ff;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-content .description {
    color: #a0aec0;
    font-size: 1.3em;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.gene-logo {
    margin-bottom: 20px;
}

.gene-icon {
    font-size: 6em;
    animation: pulse 3s ease-in-out infinite;
    display: inline-block;
    line-height: 1;
    overflow: visible;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.cta-buttons {
    margin-bottom: 50px;
}

.cta-buttons .btn {
    margin: 0 10px;
    padding: 15px 40px;
    font-size: 1.2em;
}

.stats {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5em;
    font-weight: 700;
    color: #00e5ff;
    font-family: 'Oswald', sans-serif;
}

.stat-label {
    display: block;
    font-size: 1em;
    color: #a0aec0;
    margin-top: 5px;
}

.heading {
    padding: 3px 10px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.heading p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto;
}

.workflow {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    position: relative;
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    min-height: 280px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00e5ff, #00c853);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 15px;
    box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
    flex-shrink: 0;
}

.step-content {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.step-content h3 {
    color: #00e5ff;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.step-content p {
    color: #a0aec0;
    font-size: 0.95em;
    flex-grow: 1;
}

.step-arrow {
    font-size: 2em;
    color: #00e5ff;
    margin-top: auto;
    opacity: 0.5;
    flex-shrink: 0;
    height: 32px;
}

.workflow-step.step-1 .step-arrow {
    margin-top: auto;
}

.workflow-step.step-2 .step-arrow {
    margin-top: auto;
}

.workflow-step.step-3 .step-arrow {
    margin-top: auto;
}

.workflow-step.step-4 .step-arrow {
    margin-top: auto;
}

.features-row {
    margin-top: 40px;
}

.feature-box {
    background: rgba(0, 229, 255, 0.05);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 229, 255, 0.1);
    min-height: 320px;
}

.feature-box:hover {
    background: rgba(0, 229, 255, 0.1);
    transform: translateY(-5px);
    border-color: rgba(0, 229, 255, 0.3);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00e5ff, #00c853);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.5em;
    color: #ffffff !important;
}

.darkBg .feature-icon i,
.feature-icon i {
    color: #ffffff !important;
}

.feature-box h3 {
    color: #00e5ff;
    margin-bottom: 15px;
}

.feature-box p {
    color: #a0aec0;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    min-height: 420px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 229, 255, 0.15);
    border-color: #00e5ff;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00e5ff, #00c853);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2em;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.service-icon i {
    color: #ffffff !important;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-card h3 {
    color: #0a1628;
    margin-bottom: 15px;
}

.service-card p {
    color: #718096;
    margin-bottom: 20px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card ul li {
    color: #0a1628;
    padding: 5px 0;
    font-size: 0.95em;
}

.service-card ul li::before {
    content: '✓ ';
    color: #00c853;
    font-weight: bold;
}

.db-card {
    background: rgba(0, 229, 255, 0.05);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 229, 255, 0.1);
    margin-bottom: 30px;
    min-height: 260px;
}

.db-card:hover {
    background: rgba(0, 229, 255, 0.1);
    transform: translateY(-5px);
    border-color: rgba(0, 229, 255, 0.3);
}

.db-card img {
    max-height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.3));
}

.db-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00e5ff, #00c853);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8em;
    color: #ffffff !important;
}

.darkBg .db-icon i,
.db-icon i {
    color: #ffffff !important;
}

.db-card h4 {
    color: #00e5ff;
    margin-bottom: 10px;
}

.db-card p {
    color: #a0aec0;
    font-size: 0.9em;
}

.contact-parlex {
    padding-top: 0px;
    background-image: url('../images/banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parlex-back {
    padding: 60px 0;
    background-color: rgba(10, 22, 40, 0.9);
    color: #FDFDFD !important;
}

.parlex-back .heading p {
    color: #e2e8f0;
}

.parlex-back h2 {
    color: #fff;
}

.parlex-back h2::after {
    background: linear-gradient(90deg, #00e5ff, #00c853);
}

footer {
    border-top: 1px solid #1a202c;
    padding: 45px 0;
    background: #0a1628;
}

.social a:hover {
    color: #00e5ff;
}

.social a {
    font-size: 28px;
    margin: 0 12px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.social a:hover {
    transform: translateY(-3px);
}

@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #a0aec0;
        font-size: 1.1em;
        padding: 8px 15px !important;
        border-radius: 8px;
        margin: 19px 0px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5em;
    }

    .hero-content .subtitle {
        font-size: 1.3em;
    }

    .hero-content .description {
        font-size: 1.1em;
    }

    .cta-buttons .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .stats {
        margin-top: 20px;
    }

    .stat-number {
        font-size: 1.8em;
    }

    .workflow {
        flex-direction: column;
    }

    .workflow-step {
        margin-bottom: 30px;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .page-section h2 {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .hero-container {
        margin-top: 88px;
        min-height: 500px;
    }

    .hero-content h1 {
        font-size: 2em;
    }

    .hero-content .subtitle {
        font-size: 1.1em;
    }

    .gene-icon {
        font-size: 4em;
    }

    .stat-number {
        font-size: 1.5em;
    }

    .feature-box, .service-card, .db-card {
        padding: 20px;
    }

    .page-section {
        padding: 40px 0;
    }
}