html,
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body:not(.home-page) {
    padding-top: 120px;
}

[id] {
    scroll-margin-top: 100px;
}

.top-height {
    height: 50px;
}

.top-height-sm {
    height: 25px;
}

.dm-sans-font {
    font-family: 'DM Sans', sans-serif;
}

.inter-font {
    font-family: 'Inter', sans-serif;
}

.manrope-font {
    font-family: 'Manrope', sans-serif;
}

.Roboto-font {
    font-family: 'Roboto', sans-serif;
}

.margin-top {
    margin-top: 35px;
}

.color-blue {
    color: #1E0E62;
}

.color-white {
    color: #FFFFFF;
}

.color-dark {
    color: #15143966;
}

.font-web-78 {
    font-size: 78px;
}

.font-web-21 {
    font-size: 21px;
}

.font-web-22 {
    font-size: 22px;
}

.font-web-16 {
    font-size: 16px;
}

.font-web-10 {
    font-size: 10.88px;
}

.font-web-14 {
    font-size: 14.77px;
}

.font-web-59 {
    font-size: 59.47px;
}

.font-web-24 {
    font-size: 24px;
}

.font-web-38 {
    font-size: 38.28px;
}

.font-web-34 {
    font-size: 34.52px;
}

.font-web-48 {
    font-size: 48px
}

.font-web-63 {
    font-size: 63.18px;
}

.font-web-33 {
    font-size: 33.77px;
}

.font-web-18 {
    font-size: 18.44px;
}
.font-web-32 {
    font-size: 32px;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-78 {
    line-height: 78px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-66 {
    line-height: 66.05px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-43 {
    line-height: 43px;
}

.line-height-48 {
    line-height: 48px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-20 {
    line-height: 20px;
    letter-spacing: 3.38px;
}

.line-height-16 {
    letter-spacing: 4.5px;
    line-height: 16px;
}

.line-height-1 {
    line-height: 1;
}

.hero-section {
    height: 100vh;
    /* background: url('./assets/big-bg-img.png') no-repeat center center/cover; */
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


.video-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/* .hero-section-2 {
    position: relative;
    background: linear-gradient(180deg,
            #074034 11.35%,
            #086868 22.9%,
            #0F5C5C 37.92%,
            #175766 61.58%,
            #0F0F27 100%);
} */

.btn-get-started {
    margin-top: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 14px 90px;
    background-color: #ffff;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}

.btn-get-started:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.box {
    border: 1px solid #fff;
    padding: 10px 40px;
}

.hero-section-3 {
    background: linear-gradient(93.16deg, #093820 7.74%, #000000 45.37%);
    position: relative;
    overflow: hidden;
}

.hero-section-3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url('./assets/gif.gif');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}

.hero-section-3 .container {
    position: relative;
    z-index: 1;
}

.image-9vi {
    width: 100%;
    height: auto;
    max-height: 377px;
    object-fit: contain;
}

/* .hero-section-4 {
     background: linear-gradient(180deg, #175766 40%, #0F0F27 60%);
} */

.btn-more {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    padding: 12px 28px;
    color: #fff;
    border-radius: 0px;
    letter-spacing: 2px;
}

.btn-more:hover {
    color: #fff;
    background: #1b1b1b;
    border: 1px solid #ffffff;
}

.hero-section-5 {
    border-top: 20px solid #147175;
    background: linear-gradient(90deg, #010125 0%, #084236 100%);
}

.hero-section-6 {
    background: linear-gradient(180deg, #175766 61.58%, #0F0F27 100%);
}

.Partnership-boxs {
    position: relative;
    padding: 2rem;
    border: none;
    display: flex;
    justify-content: center;
}

.Partnership-boxs::before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) 0 0/100% 1px,

        linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) 0 100%/100% 1px,

        linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) 0 0/1px 100%,

        linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) 100% 0/1px 100%;

    background-repeat: no-repeat;
    z-index: 1;
}

.col-6.col-md-3.Partnership-boxs:first-child::before {
    background:
        linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.15) 100%) 0 0/100% 1px,

        linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.15) 100%) 0 100%/100% 1px,

        linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) 100% 0/1px 100%;

    background-repeat: no-repeat;
}

.col-6.col-md-3.Partnership-boxs:last-child::before {
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 95%, transparent 100%) 0 0/100% 1px,

        linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 95%, transparent 100%) 0 100%/100% 1px,

        linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) 0 0/1px 100%;

    background-repeat: no-repeat;
}

.partnership-text {
    letter-spacing: 2.4px;
    font-size: 18px;
    font-weight: 800;
    margin: 30px 0;
}

.search-img {
    background: #351591;
    padding: 22px;
    border-radius: 18px;
    border: none;
}

.hand-img {
    background: #147175;
    padding: 22px;
    border-radius: 18px;
    border: none;
}

.photo-img {
    background-color: #611E4F;
    padding: 22px;
    border-radius: 18px;
    border: none;
}

.photo-img-2 {
    background-color: #073E35;
    padding: 22px;
    border-radius: 18px;
    border: none;
}

.hand-img-2 {
    background-color: #0E2A83;
    padding: 22px;
    border-radius: 18px;
    border: none;
}

.footer-section {
    background: #fff;
}

.horizontal-line {
    border: 1px solid #EBEAED;
}

@media (max-width: 991px) {
    .font-web-78 {
        font-size: 60px;
    }

    .font-web-59 {
        font-size: 45px;
    }

    .font-web-48 {
        font-size: 36px;
    }

    .font-web-38 {
        font-size: 32px;
    }

    .font-web-34 {
        font-size: 28px;
    }

    .line-height-100 {
        line-height: 70px;
    }

    .line-height-90 {
        line-height: 65px;
    }

    .partnership-text {
        margin: 20px 0;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .top-height {
        height: 30px;
    }

    .box {
        padding: 10px 15px;
    }

    .font-web-78 {
        font-size: 42px;
    }

    .font-web-59 {
        font-size: 32px;
    }

    .font-web-63 {
        font-size: 36px;
    }

    .font-web-48 {
        font-size: 28px;
    }

    .font-web-38 {
        font-size: 26px;
    }

    .font-web-34 {
        font-size: 24px;
    }

    .font-web-21 {
        font-size: 18px;
    }

    .line-height-100,
    .line-height-90,
    .line-height-70 {
        line-height: normal;
    }

    .line-height-40 {
        line-height: 30px;
    }

    .btn-get-started {
        padding: 12px 40px;
        font-size: 18px;
    }

    .partnership-text {
        margin: 15px 0;
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .search-img,
    .hand-img,
    .photo-img,
    .photo-img-2,
    .hand-img-2 {
        padding: 15px;
    }
}


@media (max-width: 576px) {
    .font-web-78 {
        font-size: 32px;
    }

    .font-web-59 {
        font-size: 24px;
    }

    .font-web-63 {
        font-size: 28px;
    }

    .font-web-48 {
        font-size: 22px;
    }

    .btn-get-started {
        padding: 10px 30px;
        font-size: 16px;
    }
}

.floating-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    background-color: transparent;
}

.hamburger-menu {
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}

.hamburger-menu:hover {
    transform: scale(1.05);
}

.nav-container {
    position: relative;
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    margin-top: 5px;
}

.dropdown-menu-custom.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

.nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    padding: 0;
}

.nav-link {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    transition: background-color 0.2s;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .dropdown-menu-custom {
        right: -10px;
    }
}

.main-navbar {
    background-color: #002820;
    padding: 20px 0;
    position: fixed;
    z-index: 1000;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    color: white;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}

.nav-container {
    position: relative;
}

.hamburger-menu {
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
}

.hamburger-menu:hover {
    transform: scale(1.05);
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #007C72;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    margin-top: 15px;
}

.dropdown-menu-custom.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

.nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    padding: 0;
}

.nav-link {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    transition: background-color 0.2s;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .dropdown-menu-custom {
        right: -10px;
    }
}

.bullet-img {
    width: 40px !important;
    height: 40px !important;
}

.team-info {
    background-color: #002820;
    padding: 20px;
    color: white;
}

.know-more-btn {
    background-color: #007C72;
    color: white;
    border: none;
    padding: 12px 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.know-more-btn:hover {
    background-color: #006660;
    color: white;
    transform: translateY(-2px);
}

.color-grey {
    color: #97918B;
}

.text-white {
    color: #FFFFFF;
}

.color-red {
    color: #BA5561;
}

.letter-space {
    letter-spacing: 4px;
}

.trasparent-button {
    background-color: #007C72;
    color: white;
    border: 1px solid #fff;
    padding: 12px 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.trasparent-button:hover {
    background-color: #006660;
    color: white;
    transform: translateY(-2px);
    border: 1px solid #fff;
}

.visit-link {
    color: #007C72;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.mt-minus-2 {
    margin-top: -0.5rem;
}

.speech-bubble-right {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    z-index: -1;
}

.speech-bubble-right:before {
    content: "";
    position: absolute;
    left: -32px;
    top: -3px;
    width: 38px;
    transform: rotate(270deg);
    height: 45px;
    background-color: inherit;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.speech-bubble-left {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    z-index: -1;
}

.speech-bubble-left:before {
    content: "";
    position: absolute;
    right: -32px;
    top: 0px;
    width: 38px;
    transform: rotate(181deg);
    height: 45px;
    background-color: inherit;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.vertical-line-container {
    height: 66% !important;
}

.negative-margin-left {
    margin-left: -60px;
}

@media (max-width: 768px) {
    .negative-margin-left {
        margin-left: -10px;
    }
}

.negative-margin-right {
    margin-right: -60px;
}

@media (max-width: 768px) {
    .negative-margin-right {
        margin-right: -10px;
    }

    .mt-minus-2 {
        margin-top: 0;
    }
}

.negative-margin-top {
    margin-top: -120px;
}

@media (max-width: 768px) {
    .negative-margin-top {
        margin-top: -200px;
    }
}

.contact-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: url('./assets/contact-bg.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.custom-input {
    border: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 12px 15px;
    font-family: 'Inter', sans-serif;
    height: auto;
}

.custom-input:focus {
    border-color: #007C72;
    box-shadow: none;
    outline: none;
}

.custom-bullet-list {
    margin-top: 15px;
}

.bullet-item {
    display: flex;
    margin-bottom: 10px;
}

.bullet-marker {
    flex-shrink: 0;
    margin-right: 10px;
    color: #97918B;
}

.bullet-content {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #97918B;
    line-height: 1.6;
}



.liberty-section {
    transition: background-color 0.3s ease;
}

.liberty-section .hover-content {
    display: none;
}

.liberty-section:hover {
    background-color: #007C72;
}

.liberty-section:hover .product-number,
.liberty-section:hover h3,
.liberty-section:hover .features-list,
.liberty-section:hover p,
.liberty-section:hover .bullet-content,
.liberty-section:hover .bullet-marker {
    color: white !important;
}

.liberty-section:hover .hover-content {
    display: block;
}

.liberty-section:hover .color-grey {
    color: white !important;
}

.liberty-section:hover .bullet-separator {
    color: white;
}

.liberty-section h3,
.liberty-section .product-number,
.liberty-section .features-list,
.liberty-section p,
.liberty-section .bullet-content,
.liberty-section .bullet-marker {
    transition: color 0.3s ease;
}

.liberty-section:hover+.liberty-section hr {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.liberty-section hr {
    transition: opacity 0.4s ease;
}

.scroll-reveal-text {
    color: #333333;
    transition: color 0.1s ease;
}


.hover-box .box-section {
    position: relative;
    min-height: 288px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 1.5rem !important;
}

.hover-box .box-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}


.hover-box-profit .box-section::before {
    background-image: url('./assets/profit.png');
}

.hover-box-office .box-section::before {
    background-image: url('./assets/office.png');
}

.hover-box-research .box-section::before {
    background-image: url('./assets/research.png');
}

.hover-box-startup .box-section::before {
    background-image: url('./assets/startup.png');
}

.hover-box-international .box-section::before {
    background-image: url('./assets/international.png');
}

.hover-box .box-section>div {
    position: relative;
    z-index: 1;
}

.hover-box .box-section>div:first-child {
    display: none;
}

.hover-box .box-section>div:last-child {
    position: relative;
    margin-top: auto;
    padding: 0 10px 10px;
}

.hover-box .box-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 0;
}

.hover-box:hover .box-section::before {
    transform: scale(1.1);
    opacity: 0.3;
}

.hover-box {
    min-height: 18rem;
    position: relative;
    transition: background-color 0.3s ease;
}

.hover-box:hover {
    background-color: #000;
}

.font-web-26 {
    font-size: 26px;
}

.hover-content2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.hover-box:hover .box-section {
    display: none;
}

.hover-box:hover .hover-content2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4rem;
}

.black-box {
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.black-box:hover {
    background-color: #000;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.black-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.black-box.liberty::before {
    background-image: url('./assets/liberty.png');
}

.black-box.flow::before {
    background-image: url('./assets/flow.png');
}

.black-box.optimize::before {
    background-image: url('./assets/optimize.png');
}

.black-box.freedom::before {
    background-image: url('./assets/freedom.png');
}

.black-box.convert::before {
    background-image: url('./assets/convert.png');
}

.black-box.discover::before {
    background-image: url('./assets/discover.png');
}


.black-box .main-box-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18rem;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.black-box .main-box-section h3 {
    margin-top: 0;
    text-align: left;
}

.black-box .main-box-section div {
    margin-top: auto;
    align-self: flex-start;
}

.black-box .content-on-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    display: flex;
    flex-direction: column;
}

.black-box .content-on-hover div {
    margin-top: auto;
    align-self: flex-start;
}

.black-box:hover .main-box-section {
    opacity: 0;
    visibility: hidden;
}

.black-box:hover .content-on-hover {
    opacity: 1;
    padding-top: 3rem;
    padding-right: 6rem;
    visibility: visible;
}

@media (max-width: 768px) {
    .black-box .main-box-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 9rem;
        transition: opacity 0.3s ease;
        z-index: 2;
    }

    .black-box:hover .main-box-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 22rem;
        transition: opacity 0.3s ease;
        z-index: 2;
    }
}

.logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.logo-container .logo-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.2;
    z-index: 0;
}

.logo-container .partnership-text {
    position: relative;
    z-index: 1;
}

#hamburgerMenu img {
    max-width: 90% !important;
    height: auto;
    transition: transform 0.3s ease;
}

.roadmap-container {
    display: none;
}

@media (min-width: 768px) {
    .roadmap-container {
        display: block;
    }
}


.mobile-timeline {
    padding: 20px 0;
    position: relative;
}

.timeline-container {
    position: relative;
    padding-left: 30px;
}


.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 2px;
    background-color: #007C72;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-dot {
    position: absolute;
    left: -30px;
    top: 15px;
    width: 30px;
    height: 30px;
    background-color: #007C72;
    border-radius: 50%;
    z-index: 2;
}

.timeline-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline-list-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.timeline-number {
    font-size: 16px;
    font-weight: 600;
    color: #97918B;
    width: 30px;
    font-family: 'Inter', sans-serif;
}

.timeline-text {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-left: 15px;
}


.timeline-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

.timeline-item:nth-child(1) {
    animation-delay: 0.1s;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.3s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.5s;
}

.timeline-item:nth-child(4) {
    animation-delay: 0.7s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.partnership-link {
    display: flex;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.partnership-link .logo-container {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.partnership-link:hover .logo-container {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partnership-link:hover .partnership-text {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.partnership-link:hover .logo-bg {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}


.page-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 40, 32, 0.95);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.page-transition.active {
    opacity: 1;
    visibility: visible;
}

.transition-logo {
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.5s ease;
}

.page-transition.active .transition-logo {
    transform: scale(1);
    opacity: 1;
}


.transition-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.loading-circles {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.circle {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: white;
    opacity: 0;
    animation: fadeInOut 1.5s infinite ease-in-out;
}

.circle:nth-child(2) {
    animation-delay: 0.2s;
}

.circle:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes fadeInOut {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.6);
        opacity: 0;
    }
}


.page-transition.active .transition-logo {
    transform: scale(1);
    opacity: 1;
    margin-bottom: 5px;
}



.smart-bg {
    position: relative;
    z-index: 1;
}

.smart-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/smart-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}



.projects-scroll-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 6.5%;
}


.projects-scroll-container::-webkit-scrollbar {
    display: none;
}


.projects-row {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 25%);
    margin-right: -25%;
}


.project-box {
    flex: 0 0 30%;
    border: 1px solid #ffffff36;
    background-color: #175362;
    padding: 10px 40px;
    margin-right: -1px;
    box-sizing: border-box;
}


@media (max-width: 991px) {
    .projects-row {
        width: calc(100% + 50%);
        margin-right: -50%;
    }

    .project-box {
            background-color: #175362;
        flex: 0 0 50%;
    }
}

@media (max-width: 700px) {
    .projects-row {
        width: calc(100% + 100%);
        margin-right: -100%;
    }

    .project-box {
            background-color: #175362;
        flex: 0 0 40%;
        padding: 10px 20px;
    }

    .projects-scroll-container {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-left: 0;
    }
}

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chevron-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.chevron-arrow {
    font-size: calc(18px + (var(--i) * 6px));
    transform: scaleX(1.4);
    animation: flash 1.5s infinite;
    animation-delay: calc(var(--i) * 0.3s);
}

@keyframes flash {

    0%,
    100% {
        color: #696868;
    }

    50% {
        color: white;
    }
}

.partner-image-container {
    position: relative;
    display: inline-block;
}

.partner-image-container::before {
    content: none;
}

.partner-image-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}


.partner-image-container img {
    position: relative;
    z-index: 0;
    filter: brightness(0.4);
}


.partner-itbi::after {
    background-image: url('./assets/itbi-logo.png');
}

.partner-paf::after {
    background-image: url('./assets/paf-logo.png');
}

.partner-merit::after {
    background-image: url('./assets/lib.png');
}
.partner-buffalo::after {
    background-image: url('./assets/Buffaloo Trust.png');
}


.text-justify {
    text-align: justify !important;
}


.partnership-container {
    margin-top: 20px;
}

.partner-card {
    transition: transform 0.3s ease;
    padding: 15px;
}



.partner-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-bottom: 15px;
}

.partner-logo {
    max-width: 90%;
    max-height: 90%;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.partner-card:hover .partner-logo {
    opacity: 1;
}

.partner-name {
    letter-spacing: 5px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .partner-logo-wrapper {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .partner-logo-wrapper {
        height: 130px;
    }
}

/* ========================= MOBILE DESIGN (BELOW 700PX) ========================= */
@media (max-width: 699px) {
    /* Hide desktop elements */
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
    
    /* Mobile Body Styles */
    body {
        background: linear-gradient(180deg, #074034 0%, #086868 25%, #0F5C5C 50%, #175766 75%, #0F0F27 100%) !important;
        background-attachment: scroll !important;
        overflow-x: hidden;
    }
    
    /* Mobile Typography */
    .mobile-hero-title {
        font-size: 28px !important;
        line-height: 32px !important;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .mobile-hero-subtitle {
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 400;
        color: #c2c0c0;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .mobile-section-title {
        font-size: 24px !important;
        line-height: 28px !important;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .mobile-section-subtitle {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .mobile-card-title {
        font-size: 18px !important;
        line-height: 22px !important;
        font-weight: 600;
        color: #FFFFFF;
        margin-bottom: 10px;
    }
    
    .mobile-card-text {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 15px;
    }
    
    /* Mobile Navbar */
    .mobile-navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 40, 32, 0.95);
        backdrop-filter: blur(10px);
        padding: 12px 20px;
        z-index: 1000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-nav-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mobile-logo img {
        height: 35px;
        width: auto;
    }
    
    .mobile-menu-toggle {
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
        padding: 5px;
    }
    
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: linear-gradient(180deg, #074034 0%, #175766 100%);
        transition: right 0.3s ease;
        z-index: 1001;
        padding-top: 70px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    }
    
    .mobile-menu.active {
        right: 0;
    }
    
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1000;
    }
    
    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-nav-link {
        display: block;
        padding: 18px 25px;
        color: white;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        transition: background-color 0.2s ease;
    }
    
    .mobile-nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }
    
    .mobile-menu-close {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
        padding: 5px;
    }
    
    /* Mobile Hero Section */
    .mobile-hero {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 20px 40px;
        overflow: hidden;
    }
        .mobile-hero-work {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 20px 20px;
        overflow: hidden;
    }
    
    .mobile-hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .mobile-hero-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .mobile-hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        max-width: 100%;
    }

    .mobile-hero-content-home {
        position: relative;
        z-index: 1;
        height: 100vh;
        top: 33vh;
        text-align: center;
        max-width: 100%;
    }
    
    .mobile-btn-primary {
        background-color: #FFFFFF;
        color: #000000;
        border: none;
        padding: 12px 35px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        margin-top: 10px;
    }
    
    .mobile-btn-primary:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: #000000;
        transform: translateY(-2px);
    }
    
    /* Mobile Story Section */
    .mobile-story {
        padding: 50px 20px;
        background: rgba(0, 0, 0, 0.1);
    }
    
    .mobile-story-content {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .mobile-story-text {
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 300;
        opacity: 0.9;
    }
    
    /* Mobile Smart Solutions Section */
    .mobile-smart-section {
        padding: 50px 20px;
        background: linear-gradient(135deg, rgba(7, 64, 52, 0.8) 0%, rgba(23, 87, 102, 0.8) 100%);
        position: relative;
        text-align: center;
    }
    
    .mobile-smart-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('./assets/smart-bg.png');
        background-size: cover;
        background-position: center;
        opacity: 0.3;
        z-index: -1;
    }
    
    /* Mobile Target Audience Cards */
    .mobile-audience {
        padding: 50px 20px;
    }
    
    .mobile-audience-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .mobile-audience-card {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(7, 64, 52, 0.5) 100%);
        border-radius: 12px;
        padding: 25px 20px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .mobile-audience-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.2;
        z-index: -1;
        transition: opacity 0.3s ease;
    }
    
    .mobile-audience-card.profit::before {
        background-image: url('./assets/profit.png');
    }
    
    .mobile-audience-card.office::before {
        background-image: url('./assets/office.png');
    }
    
    .mobile-audience-card.research::before {
        background-image: url('./assets/research.png');
    }
    
    .mobile-audience-card.startup::before {
        background-image: url('./assets/startup.png');
    }
    
    .mobile-audience-card.international::before {
        background-image: url('./assets/international.png');
    }
    
    .mobile-audience-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }
    
    .mobile-audience-card:hover::before {
        opacity: 0.4;
    }
    
    /* Mobile What We Do Section */
    .mobile-what-we-do {
        padding: 50px 20px;
        background: linear-gradient(135deg, rgba(9, 56, 32, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
        text-align: center;
    }
    
    .mobile-what-content {
        max-width: 100%;
    }
    
    /* Mobile Products Grid */
    .mobile-products {
        padding: 0px 20px;
    }
    
    .mobile-products-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }
    
    .mobile-product-card {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(23, 87, 102, 0.6) 100%);
        border-radius: 10px;
        padding: 25px 20px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        position: relative;
        overflow: hidden;
        min-height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .mobile-product-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.3;
        z-index: -1;
    }
    
    .mobile-product-card.liberty::before {
        background-image: url('./assets/liberty.png');
    }
    
    .mobile-product-card.optimize::before {
        background-image: url('./assets/optimize.png');
    }
    
    .mobile-product-card.flow::before {
        background-image: url('./assets/flow.png');
    }
    
    .mobile-product-card.convert::before {
        background-image: url('./assets/convert.png');
    }
    
    .mobile-product-card.freedom::before {
        background-image: url('./assets/freedom.png');
    }
    
    .mobile-product-card.discover::before {
        background-image: url('./assets/discover.png');
    }
    
    .mobile-product-title {
        font-size: 20px;
        font-weight: 700;
        color: #FFFFFF;
        margin-bottom: 10px;
        font-family: 'Inter', sans-serif;
    }
    
    .mobile-product-desc {
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.9;
        margin-bottom: 15px;
        flex-grow: 1;
    }
    
    .mobile-btn-secondary {
        background: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 8px 20px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        align-self: flex-start;
        letter-spacing: 1px;
    }
    
    .mobile-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    /* Mobile Upcoming Projects */
    .mobile-upcoming {
        padding: 50px 20px;
        text-align: center;
    }
    
    .mobile-upcoming-scroll {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        padding: 20px 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .mobile-upcoming-scroll::-webkit-scrollbar {
        display: none;
    }
    
    .mobile-upcoming-card {
        flex: 0 0 250px;
        background: linear-gradient(135deg, rgba(23, 83, 98, 0.8) 0%, rgba(15, 15, 39, 0.8) 100%);
        border-radius: 10px;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
    }
    
    /* Mobile Partnerships Section */
    .mobile-partnerships {
        padding: 50px 20px;
        text-align: center;
    }
    
    .mobile-partners-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    
    .mobile-partner-card {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        padding: 20px 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .mobile-partner-card:hover {
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-3px);
    }
    
    .mobile-partner-logo {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 10px;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
    
    .mobile-partner-card:hover .mobile-partner-logo {
        opacity: 1;
    }
    
    .mobile-partner-name {
        font-size: 10px;
        font-weight: 600;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 12px;
        text-transform: uppercase;
    }
    
    /* Mobile Research Areas */
    .mobile-research {
        padding: 50px 20px;
        text-align: center;
    }
    
    .mobile-research-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    
    .mobile-research-item {
        text-align: center;
        padding: 20px 10px;
    }
    
    .mobile-research-icon {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-bottom: 15px;
        padding: 12px;
        border-radius: 12px;
    }
    
    .mobile-research-icon.financial {
        background: #351591;
    }
    
    .mobile-research-icon.quantum {
        background: #147175;
    }
    
    .mobile-research-icon.crypto {
        background: #611E4F;
    }
    
    .mobile-research-icon.fintech {
        background: #073E35;
    }
    
    .mobile-research-icon.tech {
        background: #0E2A83;
    }
    
    .mobile-research-title {
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        margin-bottom: 8px;
        font-family: 'Manrope', sans-serif;
    }
    
    .mobile-research-desc {
        font-size: 12px;
        color: #97918B;
        line-height: 16px;
    }
    
    /* Mobile Footer */
    .mobile-footer {
        background-color: #002820;
        padding: 40px 20px 20px;
    }
    
    .mobile-footer-content {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .mobile-footer-logo img {
        height: 40px;
        margin-bottom: 15px;
    }
    
    .mobile-footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .mobile-footer-link {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        transition: color 0.3s ease;
    }
    
    .mobile-footer-link:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .mobile-footer-divider {
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        margin: 20px 0;
    }
    
    .mobile-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .mobile-footer-tagline {
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .mobile-social-links {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .mobile-social-link {
        color: #FFFFFF;
        font-size: 18px;
        transition: color 0.3s ease;
    }
    
    .mobile-social-link:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .mobile-footer-copyright {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
    }
    
    /* Mobile Utilities */
    .mobile-spacing-sm {
        height: 20px;
    }
    
    .mobile-spacing-md {
        height: 30px;
    }
    
    .mobile-spacing-lg {
        height: 40px;
    }
    
    .mobile-text-center {
        text-align: center !important;
    }
    
    .mobile-hidden {
        display: none !important;
    }
    
    .mobile-visible {
        display: block !important;
    }
    
    /* Mobile Animation Classes */
    .mobile-fade-in {
        animation: mobileFadeIn 0.6s ease-out;
    }
    
    .mobile-slide-up {
        animation: mobileSlideUp 0.6s ease-out;
    }
    
    @keyframes mobileFadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes mobileSlideUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Mobile Contact Page Specific */
    .mobile-contact-hero {
        padding: 100px 20px 60px;
        text-align: center;
    }
    
    .mobile-contact-form {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 12px;
        padding: 30px 20px;
        margin-top: 30px;
    }
    
    .mobile-form-group {
        margin-bottom: 20px;
    }
    
    .mobile-form-input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
        font-size: 14px;
        font-family: 'Inter', sans-serif;
    }
    
    .mobile-form-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .mobile-form-input:focus {
        outline: none;
        border-color: #FFFFFF;
        background: rgba(255, 255, 255, 0.15);
    }
    
    .mobile-form-textarea {
        min-height: 100px;
        resize: vertical;
    }
    
    /* Mobile About Page Specific */
    .mobile-about-hero {
        padding: 0px 20px 30px;
        text-align: center;
    }
    
    .mobile-about-section {
        padding: 40px 20px;
    }
    
    .mobile-timeline {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 12px;
        padding: 30px 20px;
        margin-top: 30px;
    }
    
    .mobile-timeline-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-timeline-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .mobile-timeline-dot {
        width: 12px;
        height: 12px;
        background-color: #007C72;
        border-radius: 50%;
        margin-right: 15px;
        margin-top: 6px;
        flex-shrink: 0;
    }
    
    .mobile-timeline-content {
        flex-grow: 1;
    }
    
    .mobile-timeline-title {
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    
    .mobile-timeline-desc {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 20px;
    }
    
    /* Mobile Products Page Specific */
    .mobile-products-hero {
        padding: 0px 20px 30px;
        text-align: center;
    }
    
    .mobile-product-detail {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 12px;
        padding: 25px 20px;
        margin-bottom: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mobile-feature-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }
    
    .mobile-feature-item {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .mobile-feature-item::before {
        content: "•";
        color: #007C72;
        font-weight: bold;
        margin-right: 10px;
    }
}

/* Mobile Navigation JavaScript Helper Classes */
@media (max-width: 699px) {
    .mobile-nav-open {
        overflow: hidden;
    }
}

/* Mobile Partnerships Styles */
.mobile-partners {
    padding: 40px 20px;
}

.mobile-partner-card {
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mobile-partner-image {
    padding: 0;
    text-align: center;
}

.mobile-partner-image img {
    width: 100%;
    max-width: 320px;
    height: 110px;
    object-fit: cover;
    display: block;
    margin: 0 auto 18px auto;
}

.mobile-partner-content {
    padding: 20px;
}

.mobile-partner-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #002820;
    margin-bottom: 15px;
    line-height: 1.3;
}

.mobile-partner-description {
    font-size: 0.9rem;
    color: #e0e0e0;
    line-height: 1.5;
    margin-bottom: 15px;
}

.mobile-partner-link {
    color: #007C72;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.mobile-partner-link:hover {
    color: #005d56;
}

/* Mobile Our Works (Roadmap) Styles */
.mobile-roadmap {
    padding: 40px 20px;
}

.mobile-roadmap-container {
    max-width: 100%;
}

.mobile-stage-card {
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.mobile-stage-header {
    margin-bottom: 15px;
}

.mobile-stage-number {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.mobile-stage-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #002820;
    margin: 0;
}

.mobile-stage-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-stage-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 0.7);
}

.mobile-stage-item:last-child {
    border-bottom: none;
}

.mobile-item-number {
    background: #97918B;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    flex-shrink: 0;
}

.mobile-item-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}

/* Mobile Login Styles */
.mobile-login-section {
    min-height: calc(100vh - 140px);
    padding: 80px 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mobile-login-container {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.mobile-login-title {
    font-size: 2rem;
    font-weight: 600;
    color: #002820;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.mobile-login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-form-group {
    position: relative;
}

.mobile-form-input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.mobile-form-input:focus {
    outline: none;
    border-color: #007C72;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 124, 114, 0.1);
}

.mobile-submit-btn {
    background: #007C72;
    color: white;
    border: none;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.mobile-submit-btn:hover {
    background: #005d56;
}

/* Animation keyframes for mobile progress bars */
@keyframes progressAnimation {
    0% { width: 0%; }
    100% { width: 35%; }
}

/* Mobile responsive adjustments for smaller screens */
@media (max-width: 480px) {
    .mobile-partner-card {
        margin-bottom: 16px;
    }
    
    .mobile-partner-content {
        padding: 16px;
    }
    
    .mobile-stage-card {
        padding: 16px;
        margin-bottom: 20px;
    }
    
    .mobile-login-container {
        padding: 30px 20px;
        margin: 0 10px;
    }
    
    .mobile-login-title {
        font-size: 1.8rem;
    }
    .mobile-position {
        top: -4rem;
    }
}
