/*
    CSS Styles for Synthiq Website
    Author: Nguyen Le Truong Thien
            Le Nguyen Dang Duy
            Mai Minh Phuong Anh
    Purpose: This CSS file contains styles for the Synthiq website, focusing on layout, design, and responsiveness.
*/

/*Global styles*/
html {
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

header a {
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: none;
}

header a:hover {
    opacity: 0.8;
}

header {
    position: fixed;
    top: 0;
    width: calc(100% - 20px);
    padding: 10px;
    display: grid;
    grid-template-columns: 30% 70%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(2rem);
    z-index: 999;
    height: 40px;
}

header nav ul li a {
    transition: color 0.3s ease;
}


header nav ul li a:hover {
    color: #24dfad;
}

header .logo img {
    height: 40px;
    transition: transform 0.3s ease;
}

header .logo img:hover {
    transform: scale(1.05);
}


nav {
    position: static;
}

header nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    height: 100%;
    justify-content: end;
    align-items: center
}

header nav ul li {
    padding: 0 30px;
}

header .navDiv,
header .nav label,
header input {
    display: none;
}

.container {
    max-width: 134rem;
    margin: 0 auto;
    padding: 0 2.2rem;
}


.hero {
    height: 100vh;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.title {
    color: #ffffff;
    text-align: center;
    padding-top: 15rem;
    margin: 0;
}

.title-heading {
    font-size: 5.6rem;
    line-height: 1.07143;
    letter-spacing: -0.005rem;
    font-variation-settings: "wght" 311;
    transition: 2000ms ease;
    ;
}

#logo-banner-heading {
    margin-top: 33rem
}

.title-heading:hover {
    font-variation-settings: "wght" 582;
    letter-spacing: 3px;
}

.title-sub-heading {
    font-size: 2.65rem;
    margin-top: 0.6rem;
    letter-spacing: 0.008rem;
    font-weight: 400;
}

.title-description {
    font-size: 1.7rem;
    margin-top: 0.68rem;
}

.cta {
    text-align: center;
}

.cta-link {
    color: #24dfad;
    font-size: 2.1rem;
    display: inline-block
}

.cta-link-white {
    color: #ffffff
}

.cta-link,
.cta-link-white {
    text-decoration: none;
}

.cta-link-white:hover {
    border-bottom: 2px solid #ffffff;
}

.title-dark {
    color: #000;
}

/* Footer Styles */
footer,
.footer-section {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.95));
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Gradient Line at Top */
.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
            rgba(36, 223, 173, 0.7),
            rgba(36, 223, 173, 0.3),
            rgba(36, 223, 173, 0.7));
}

/* Footer Content Grid */
.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 30px;
}

/* Footer Columns */
.footer-column {
    text-align: center;
}

.footer-column h3 {
    color: #24dfad;
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-column p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.8rem;
    line-height: 1.6;
}

/* Social Media Links */
.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    color: #fff;
    font-size: 2.4rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: #24dfad;
    transform: translateY(-3px);
}

/* Copyright Section */
.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.8rem;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Simple Footer (for pages without detailed footer) */
footer:not(.footer-section) {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}

/* Responsive Design */
@media only screen and (max-width: 1024px) {
    .footer-column h3 {
        font-size: 2rem;
    }

    .footer-column p,
    .copyright {
        font-size: 1.6rem;
    }

    .social-links a {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 20px 20px;
    }

    .footer-column h3 {
        font-size: 1.8rem;
    }

    .footer-column p,
    .copyright {
        font-size: 1.4rem;
    }

    .social-links a {
        font-size: 1.8rem;
    }

    footer:not(.footer-section) {
        font-size: 1.2rem;
    }
}



/*index.html styles*/
.synthiq-meaning {
    background: url("images/synthiq-meaning-1.png");
    background-position: center;
    background-size: cover;
    max-width: 100%;
    border-top: none;
}

.synthiq-direction {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('./images/background_4.jpg');
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.synthiq-apply-jobs {
    background: url("images/elysium-3.jpg");
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.synthiq-bundle {
    background-color: #000;
    color: #fff;
}

#synthiq_basic .container {
    background-color: #24141c;
    font-family: "Nunito", sans-serif;
    width: 70%;
    border-radius: 7px;
    padding: 5%;
    margin: 5% auto;
    font-size: 18px;
}

#synthiq_pro .container {
    background-color: #24141c;
    color: #332a2a;
    font-family: "Nunito", sans-serif;
    width: 70%;
    border-radius: 7px;
    padding: 5%;
    margin: 5% auto;
    font-size: 18px;
}

.flex {
    display: flex;
    justify-content: space-around;
}

.flex2 {
    border-right: 3px solid;
    border-image: linear-gradient(180deg, rgba(120, 194, 96, 1) 0%, rgba(36, 223, 173, 1) 50%, rgba(39, 139, 181, 1) 100%) 1;
}

.flex_content {
    padding: 2% 7%;
    flex: 1;
}

.flex_content h2 {
    font-weight: 600;
    font-size: 24px;
}

.flex_content h4 {
    font-weight: 400;
    margin: 0;
    font-size: 20px;
}

.flex_content span {
    font-weight: 200;
    font-size: 16px;
}

.flex_content ul {
    padding-inline-start: 7%;
    margin: 20% 0;
}

.flex_content li {
    font-weight: 200;
    font-size: 16px;
}

.flex_content button {
    outline: none;
    border: none;
    background: cyan;
    color: #000;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.2s ease;
}

.flex_content:hover button {
    opacity: 0.8;
}

.flex_content:nth-of-type(1) button {
    background: cyan;
    border: 1px solid #000;
    color: #000;
}

@media screen and (max-width: 767px) {
    .flex {
        flex-direction: column;
    }

    .flex2 {
        border: none;
    }
}



/*jobs.html styles*/
.synthiq-success {
    background-image: url('./images/background_5/1101.gif');
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .synthiq-success {
        background-size: 100%;
    }
}


.synthiq-ai-engineer {
    background: url("images/AI.gif");
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.synthiq-data-analyst {
    background: url("images/Data\ Flow.gif");
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.5rem;
    text-align: justify;
}

.content h2,
.content h3,
.content h4,
.content p,
.content ul {
    text-align: center;
    margin: 10px 0;
}

.content ul {
    list-style: none;
    font-size: 1.8rem;
}

.content h2 {
    font-size: 3rem;
}

.content h3 {
    padding-top: 5rem;
    font-size: 2.5rem;
}

.content h4 {
    font-size: 2rem;
    margin: 10px 0;
}

.content p {
    font-size: 1.8rem;
}

#hidden-heading {
    display: none;
}

.hero-aside {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 65rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-aside .container {
    width: 100%;
    height: 100%;
    background-image: url('images/giphy.webp');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-aside aside {
    width: 25%;
    padding: 20px;
    border: 5px solid;
    border-image: linear-gradient(270deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%) 1;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-aside aside .title {
    text-align: center;
    margin-bottom: 2rem;
}



/*apply.html styles*/
.synthiq-slogan {
    background: linear-gradient(-45deg, #78c260, #2cdaab, #278bb5, #2736df);
    background-size: cover;
    background-position: center;
    max-width: 100%;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


#slogan {
    text-align: center;
    font-size: 5.6rem;
    line-height: 1.07143;
}

.form-background {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
    animation: bg-scrolling-reverse .92s infinite;
    animation-timing-function: linear;
}


@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}


form {
    width: 60%;
    margin: auto;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0, 0);
}

.form-title {
    text-align: center;
    margin-top: 0;
    font-size: 3rem;
}

label {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px;
}

input[type="radio"] {
    margin-right: 10px;
}

fieldset {
    border: none;
    margin-top: 20px;
}

fieldset legend {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

input[type="submit"] {
    background: rgb(120, 194, 96);
    background: linear-gradient(90deg, rgba(120, 194, 96, 1) 0%, rgba(44, 218, 171, 1) 50%, rgba(39, 139, 181, 1) 100%);
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 1.4rem;
    margin-top: 2rem;
    transition: 0.5s ease;
    background-size: 200% 100%;
    animation: 5s ease infinite;
}

input[type="submit"]:hover {
    background-position: right center;
}

@keyframes background-animation {
    0% {
        background-position: left center;
    }

    50% {
        background-position: right center;
    }

    100% {
        background-position: left center;
    }
}



/*about.html styles */
.synthiq-leadership {
    background: url("images/Herbarium.mp4");
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the video covers the entire area */
    z-index: -1;
    /* Sends the video behind other content */
}

.definition-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    text-align: justify;
}

.definition-list dt,
.definition-list dd {
    text-align: center;
    margin: 10px 0;
}

.definition-list dd {
    list-style: none;
    font-size: 1.8rem;
}

.definition-list dt {
    font-size: 2.5rem;
    width: auto;
    padding: 10px 10px;
    background: none;
    margin: 0 0 10px;
}

.definition-list dd:before {
    margin-right: 10px;
    padding-top: 5rem;
}

.title-heading-elite {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
}

.title-heading-elite .photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.title-heading-elite .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-heading-elite .photo figcaption {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 3rem;
    padding: 5px 10px;
    text-align: center;
    transition: bottom 0.4s ease;
}

.title-heading-elite .photo:hover figcaption {
    bottom: 0;
}

.table-mobile {
    display: none;
}

table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px 20px;
    text-align: left;
    font-size: 16px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

tfoot td {
    background-color: #f2f2f2;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}

.logo-container img {
    height: 4rem;
    margin-right: 1rem;
}

.logo-container a {
    font-size: 2rem;
    transition: color 0.5s ease;
}



/*enhancements.html styles*/
.enhancements-bg {
    background: url("images/Data\ Circle.gif");
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.link {
    color: transparent;
    background-image: linear-gradient(to right, #78c260, #278bb5);
    background-clip: text;
    transition: background-image 0.3s ease;
}

.link:hover {
    background-image: linear-gradient(to left, #78c260, #278bb5);
}

@media only screen and (max-width:1024px) {
    header a {
        font-size: 1.275rem;
    }

    header nav ul li {
        padding: 0 17px;
    }

    .title-heading {
        font-size: 4.76rem;
    }

    .title-sub-heading {
        font-size: 2.2525rem;
    }

    .title-description {
        font-size: 1.445rem;
    }

    .cta-link {
        font-size: 1.785rem;
    }

    footer {
        font-size: 1.275rem;
    }

    .content ul {
        font-size: 1.35rem;
    }

    .content h2 {
        font-size: 2.25rem;
    }

    .content h3 {
        padding-top: 5rem;
        font-size: 1.84rem;
    }

    .content h4 {
        font-size: 1.5rem;
        margin: 10px 0;
    }

    .content p {
        font-size: 1.35rem;
    }

    .title-heading-elite .photo figcaption {
        font-size: 2.55rem;
    }

    th,
    td {
        font-size: 12px;
    }

    #synthiq_basic .container,
    #synthiq_pro .container {

        font-size: 15px;
    }

    .flex_content h2 {
        font-size: 20px;
    }

    .flex_content h4 {
        font-size: 17px;
    }

    .flex_content span {
        font-size: 14px;
    }

    .flex_content li {
        font-size: 14px;
    }

    .flex_content button {
        font-size: 14px;
    }

    .logo-container a {
        font-size: 1.7rem;
    }

    #slogan {
        font-size: 4.76rem;
    }

    .form-title {
        font-size: 2.55rem;
    }

    label {
        font-size: 1.36rem;
    }

    fieldset legend {
        font-size: 1.36rem;
    }

    .definition-list dd {
        font-size: 1.53rem;
    }

    .definition-list dt {
        font-size: 2.125rem;
    }

    .hero-aside {
        height: 50rem;
    }
}



@media only screen and (max-width: 767px) {
    header .navDiv {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 20px;
    }

    header label {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    header nav .nav {
        position: fixed;
        background-color: #000;
        z-index: 1000;
        width: 70%;
        height: 100vh;
        left: 0;
        top: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 70px);
        transform: translateX(-100%);
        transition: 0.5s;
    }

    input#menu:checked~nav .nav {
        transform: translateX(0%);
    }

    header nav .nav label {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .table-larger {
        display: none;
    }

    .table-mobile {
        display: block;
    }

    header a {
        font-size: 1.275rem;
    }

    header nav ul li {
        padding: 0 12.75px;
    }

    .title-heading {
        font-size: 3.57rem;
    }

    .title-sub-heading {
        font-size: 1.689375rem;
    }

    .title-description {
        font-size: 1.08375rem;
    }

    .cta-link {
        font-size: 1.33875rem;
    }

    footer {
        font-size: 0.95625rem;
    }

    .content ul {
        font-size: 1.0125rem;
    }

    .content h2 {
        font-size: 1.6875rem;
    }

    .content h3 {
        padding-top: 3.75rem;
        font-size: 1.38rem;
    }

    .content h4 {
        font-size: 1.125rem;
        margin: 7.5px 0;
    }

    .content p {
        font-size: 1.0125rem;
    }

    .title-heading-elite .photo figcaption {
        font-size: 1.35rem;
    }

    th,
    td {
        font-size: 9px;
    }

    #synthiq_basic .container,
    #synthiq_pro .container {
        font-size: 11.25px;
    }

    .flex_content h2 {
        font-size: 15px;
    }

    .flex_content h4 {
        font-size: 12.75px;
    }

    .flex_content span {
        font-size: 10.5px;
    }

    .flex_content li {
        font-size: 10.5px;
    }

    .flex_content button {
        font-size: 10.5px;
    }

    .logo-container a {
        font-size: 1.275rem;
    }

    #slogan {
        font-size: 3.57rem;
    }

    .form-title {
        font-size: 1.9125rem;
    }

    label {
        font-size: 1.02rem;
    }

    fieldset legend {
        font-size: 1.02rem;
    }

    .definition-list dd {
        font-size: 1.1475rem;
    }

    .definition-list dt {
        font-size: 1.59375rem;
    }

    .hero-aside {
        height: 35rem;
    }

    #about-synthiq-title {
        font-size: 1rem;
    }

    #about-synthiq-description {
        font-size: 0.8rem;
    }
}

.smart-greenhouse-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("./images/background_5/background_5\(1\).gif");
    background-size: cover;
    background-position: center;
}

.cta-link-demo {
    color: #ffffff;
    background: #148567a1;
    padding: 12px 24px;
    border-radius: 5px;
    margin-left: 20px;
    transition: background 0.5s ease;
    font-size: 1.9rem;
}

.cta-link-demo:hover {
    background: #17ae86a1;
    font-weight: 600;
}


.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 20px;
}

.benefit-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* Benefits Section Styles */
.benefits-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: none;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

/* Thêm overlay để làm tối video và làm nổi bật nội dung */
.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.section-title {
    font-size: 4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #24dfad;
    margin: 20px auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefit-card {
    background: rgba(36, 56, 51, 0.9);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(36, 223, 173, 0.1);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(36, 223, 173, 0.2);
    border-color: rgba(36, 223, 173, 0.3);
}

.benefit-card i {
    font-size: 4rem;
    color: #24dfad;
}

.benefit-card h3 {
    font-size: 2.4rem;
    color: #24dfad;
    margin-bottom: 20px;
}

.benefit-card p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .section-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 60px 0;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .section-title {
        font-size: 3rem;
    }

    .benefit-card {
        padding: 30px 20px;
    }

    .benefit-card h3 {
        font-size: 2.2rem;
    }

    .benefit-card p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2.5rem;
    }

    .benefit-card {
        padding: 25px 15px;
    }

    .benefit-card i {
        font-size: 3.5rem;
    }

    .benefit-card h3 {
        font-size: 2rem;
    }

    .benefit-card p {
        font-size: 1.4rem;
    }
}

/* Hero Section cho trang chủ */
.main-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.8) 50%,
            rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.main-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

.main-hero #background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.9) contrast(1.1) saturate(1.2);
}

.main-hero .hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
    max-width: 1000px;
}

.main-hero .title-heading {
    font-size: 6.4rem;
    font-weight: 800;
    background: linear-gradient(to right, #24dfad, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 30px;
    text-shadow: 0 0 30px rgba(36, 223, 173, 0.3);
    letter-spacing: -1px;
}

.main-hero .title-sub-heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: var(--text-secondary);
    letter-spacing: 5px;
}

.main-hero .title-description {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.main-hero .cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.main-hero .cta-link {
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(36, 223, 173, 0.1);
    color: #24dfad;
    border: 1px solid rgba(36, 223, 173, 0.3);
}

.main-hero .cta-link:hover {
    background: rgba(36, 223, 173, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(36, 223, 173, 0.2);
}

.main-hero .cta-link-demo {
    background: #24dfad;
    color: #0a192f;
}

.main-hero .cta-link-demo:hover {
    background: #20c69b;
}

.dashboard-preview {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.dashboard-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dashboard-image {
    position: relative;
    width: 100%;
    max-width: 2400px;
    /* Increased from 2000px */
    margin: 0 auto;
    border-radius: 20px;
    /* Increased from 15px */
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    /* Increased shadow */
    transition: all 0.3s ease;
}

/* Animation classes */
/* FADE FADE F */
/* Scrolling Animation Classes */
.reveal-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-fade-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-fade-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-visible {
    opacity: 1;
    transform: translate(0);
}

/* Animation Delays */
.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

.reveal-delay-5 {
    transition-delay: 0.5s;
}