.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.hero-section.logged {
    padding-top: 100px;
}
.hero-section header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative !important;
    background: transparent !important;
}

.hero-section .desktop nav {
    background-color: #D9D9D91A;
    padding: 8px;
    display: flex;
    gap: 16px;
    border-radius: 100px;
}

.hero-section .desktop nav a {
    color: white;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 24px;
}

.hero-section .desktop nav a:hover {
    background: #FFFFFF33;
}

.hero-section .desktop nav a.active {
    background-color: #FFFFFF33;
}

.button-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.button-group a {
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid #ecedef;
    background: #1E1E1E;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    line-height: initial;
    height: 52px;
    width: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-group .bus-signup {
    background: #C96B59;
    border: none;
}

.djobzy-invest {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.djobzy-invest img {
    align-self: center;
    width: 22px;
    height: 22px;
}

.djobzy-invest #djobzy-invest-icon {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s ease-in;
}

.djobzy-invest #djobzy-invest-icon:hover {
    color: var(--orange);
}

header.mobile {
    display: none;
}

#mobile-menu {
    display: none;
}
.hero-main-section-bg {
    background-image: url('/img/about-hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
}
.about-hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding-bottom: 30px;
}
.about-hero-section h1 {
    font-size: 75px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

/* djobzy ambition section */
.djobzy-ambition-section {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    width: 100%;
    align-items: center;
    padding: 100px 0 0;
}

.image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.center-content {
    grid-column: 2;
    grid-row: 1 / span 2;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.center-content h2 {
    line-height: normal;
    color: #C96B59;
    font-weight: bold;
    font-size: 35px;
}

.center-content span {
    font-size: 40px;
    font-weight: bold;
    color: #303030;
    line-height: normal;
}

.center-content p {
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    text-align: center;
    max-width: 85%;
    margin: auto;
}

.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: max-content;
    margin: auto;
    background-color: #C96B59;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: initial;
    transition: background 0.3s ease;
    padding: 16px 24px;
}

.top-left {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    justify-content: center;
}

.top-left img {
    width: 300px;
    height: 250px;
    object-fit: contain;
}

.top-right {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    justify-content: center;
}

.top-right img {
    width: 300px;
    height: 250px;
    object-fit: contain;
}

.bottom-left {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    justify-content: flex-end;
}

.bottom-left img {
    width: 231px;
    height: 262px;
    object-fit: contain;
}

.bottom-right {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    justify-content: flex-start;
}

.bottom-right img {
    width: 231px;
    height: 262px;
    object-fit: contain;
}

.djobzy-stand-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    width: 100%;
    gap: 60px;
}
.djobzy-stand-section .stand-left {
    width: 50%;
}
.stand-left img {
    width: 100%;
}

.stand-right {
    flex: 1;
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
}

.stand-right h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #303030;
}

.stand-right .stand-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 24.5px;
    margin-bottom: 20px;
    color: #000000;
    max-width: 85%;
}

.stand-right .stand-item-main {
    width: 85%;
}
.stand-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #00000023;
    padding: 20px 0;
}

.stand-item:first-of-type {
    padding-top: 0;
}
.stand-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.stand-item .icon {
    width: 48px;
    height: 48px;
}

.stand-item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.stand-item .text span {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 30.8px;
}

.stand-item .text p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 24.5px;
}

.djobzy-team-section .team-hero {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 60px 0 30px 0;
    border-bottom: 1px solid #ffffff23;
}
.djobzy-team-section .team-hero .team-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 40%;
}
.djobzy-team-section .team-hero h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
}
.djobzy-team-section .team-hero .team-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}
.djobzy-team-section .team-hero .team-desc-bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
}
.djobzy-team-section .team-hero .team-map {
    display: flex;
    width: 60%;
}
.djobzy-team-section .team-hero .team-map img {
    width: 100%;
}
.djobzy-team-section .team-stats {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}

.djobzy-team-section .stat-card {
    color: #fff;
    text-align: center;
    padding: 36px 10px 38px 10px;
    border-right: 1px solid #ffffff23;
}

.djobzy-team-section .stat-card:last-child {
    border-right: none;
}
.djobzy-team-section .stat-icon img {
    width: 38px;
    height: 38px;
}
.djobzy-team-section .stat-number {
    font-size: 40px;
    font-weight: bold;
    color: #ebbe56; 
}
.djobzy-team-section .stat-label {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
}

/* Features Section */
.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 40px 0 0;
    width: 100%;
}
.features-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
}
.features-left h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #303030;
}
.features-left p {
    font-size: 20px;
    color: #303030;
    line-height: 30px;
    font-weight: 500;
}
.feature-video-card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.video-poster {
    position: relative;
    width: 100%;
    max-width: 95%;
    border-radius: 10px;
}
.video-poster video {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    border-radius: 10px;
}
.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}
.watch-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C96B59;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    border: none;
    border-radius: 100px;
    padding: 12px 28px;
    text-decoration: none;
    transition: background 0.2s;
    width: 100%;
    max-width: max-content;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

/* Right Side: Girl with Circles */
.features-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.girl-circles {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.girl-circles img {
    position: relative;
    z-index: 2;
    object-fit: contain;
}
.girl-circles::before,
.girl-circles::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.girl-circles::before {
    width: 520px;
    height: 520px;
    border: 2px solid #46a282;
    opacity: 0.7;
}
.girl-circles::after {
    width: 620px;
    height: 620px;
    border: 2px solid #46a28233;
    opacity: 0.5;
}
.how-djobzy {
    background: #C96B59;
    padding-bottom: 60px;
    width: 100%;
}
.how-djobzy .how-work-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}
.how-djobzy .how-work-section .how-work-heading {
    text-align: center;
    padding: 60px 0 0;
}
.how-djobzy h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 10px;
}
.how-djobzy p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
}
.work-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
}

.work-card {
    background: #2b2b2b;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-card img {
    width: 100%;
    height: auto;
}

/* other feature section */
.other-features-section {
    text-align: center;
}
.other-features-section h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.feature-card {
    background: #111111;
    border: 1px solid #303030;
    border-radius: 25px;
    padding: 24px;
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.feature-card p {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    text-align: left;
}

/* Future Work Section */
.future-work-section {
    background: #fff;
    padding: 60px 0 60px 0;
}
.future-work-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}
.future-work-content h2 {
    font-size: 74px;
    font-weight: 700;
    color: #303030;
    line-height: normal;
    text-align: center;
}
.future-work-content p {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto 19px;
}
.future-work-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.explore-btn, .partner-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.explore-btn {
    background: #C96B59;
    color: #fff;
    border: none;
}
.partner-btn {
    background: #46a282;
    color: #fff;
    padding: 16px 64px;
    border: none;
}
.future-work-cards {
    display: flex;
    gap: 28px;
    justify-content: center;
    width: 100%;
}
.future-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    border-radius: 20px;
    background: #f5f5f5;
    box-shadow: 0 4px 24px #0001;
    position: relative;
    text-decoration: none;
    transition: transform 0.18s, box-shadow 0.18s;
}
.future-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    left: 0; top: 0;
    z-index: 1;
}
.future-card-text {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 44px 18px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 70%, transparent 100%);
    border-radius: 0 0 18px 18px;
    margin-top: auto;
    display: block;
    text-align: center;
}
.future-card:hover {
    transform: translateY(-5px) scale(1.03);
}
.s3_video_landing .video-content.video-modal {
    background-color: #404040;
    padding: 15px;
}
.s3_video_landing .video-content.video-modal .plyr--video {
    border-radius: 20px !important;
}
.s3_video_landing .video-content {
    /* background-color: #404040; */
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    border-radius: 20px;
    border: none;
    /* max-width: 600px; */
    width: 800px;
    animation-name: modelopen;
    animation-duration: 0.4s;
    padding: 38px 16px;
}
.s3_video_landing .video-content .close1 {
    align-items: center;
    background-color: var(--white);
    background-position: 50%;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .4);
    color: #303030;
    cursor: pointer;
    display: flex;
    float: right;
    font-size: 40px;
    font-weight: 300;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
}
.s3_video_landing .video-content.video-modal .modal_video_close {
    align-items: center;
    background-color: transparent;
    background-position: 50%;
    border-radius: 50%;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    float: right;
    font-size: 60px;
    font-weight: 300;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: -20px;
    width: 30px;
}
.s3_video_landing .video-content.video-modal video {
    width : 100%;
    height : 433px;
}
.s3_video_landing .video-content video {
    width : 100%;
    height : 440px;
}
.plyr__video-wrapper {
    background: transparent !important;
}
.plyr__poster {
    background-color: transparent !important;
}
@media only screen and (max-width: 992px) {
    html {
        overflow-x: hidden;
    }
    .about-hero-section {
        height: 20vh;
    }

    .hero-section.logged {
        padding-top: 60px;
    }
    header.desktop {
        display: none;
    }

    .logo-light img {
        height: 40px;
    }

    nav a {
        padding: 8px 0px;
    }

    .button-group a {
        width: 100%;
        text-align: center;
    }

    .djobzy-invest {
        display: flex !important;
        gap: 7px;
    }

    .djobzy-invest img {
        display: none !important;
    }

    header.mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0px;
        z-index: 1;
        max-width: 92%;
        margin: auto;
    }

    .mobile.register {
        display: inline-block;
        height: auto;
    }

    .desktop.register {
        display: none;
    }

    #mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #2a2a2a;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        padding: 24px;
    }

    #mobile-menu.active {
        transform: translateX(0);
    }

    #mobile-menu .close-button {
        align-self: flex-end;
        font-size: 24px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        margin-bottom: 20px;
    }

    #mobile-menu nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    #mobile-menu nav a {
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

    #mobile-menu .button-group {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    #mobile-menu .button-group button {
        padding: 10px;
        width: 100%;
        border-radius: 9999px;
        font-size: 14px;
        border: 1px solid white;
        background: transparent;
        color: white;
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
    }

    #mobile-menu .button-group .bus-signup {
        background-color: #fc6a57;
        border: none;
    }
    .about-hero-section h1 {
        font-size: 32px;
    }
    .djobzy-ambition-section {
        padding: 50px 0;
        display: flex;
    }
    .image {
        display: none !important;
    }
    .djobzy-stand-section {
        gap: 10px;
        flex-direction: column;
        padding: 40px 4%;
    }
    .djobzy-stand-section .stand-left,
    .djobzy-stand-section .stand-right {
        width: 100%;
    }
    .djobzy-stand-section .stand-right {
        flex: auto;
    }
    .center-content {
        padding: 0;
    }
    .center-content h2 {
        font-size: 30px;
    }
    .center-content span {
        font-size: 24px;
    }
    .center-content p {
        font-size: 16px;
        max-width: 100%;
        line-height: 24px;
    }
    .stand-left img {
        width: 100%;
    }
    .stand-right h2{
        font-size: 30px;
    }
    .stand-right .stand-desc {
        font-size: 16px;
        max-width: 100%;
    }
    .stand-right .stand-item-main {
        width: 100%;
    }
    .stand-item {
        padding: 12px 0;
    }
    .stand-item .icon{
        width: 38px;
        height: 38px;
    }
    .stand-item .text span {
        font-size: 16px;
        line-height: 24.5px;
    }
    .stand-item .text p {
        font-size: 14px;
        line-height: 19.5px;
    }
    .djobzy-team-section .team-hero {
        flex-direction: column;
        align-items: center;
    }
    .djobzy-team-section .team-hero .team-content {
        gap: 12px;
        width: 100%;
    }
    .djobzy-team-section .team-hero h2 {
        font-size: 30px;
    }
    .djobzy-team-section .team-hero .team-desc, .djobzy-team-section .team-hero .team-desc-bold {
        font-size: 14px;
        line-height: 22px;
    }
    .djobzy-team-section .team-hero .team-map {
        width: 100%;
    }
    .djobzy-team-section .team-stats {
        grid-template-columns: repeat(1, 1fr);
    }
    .djobzy-team-section .stat-card {
        border-right: none;
        border-bottom: 1px solid #ffffff23;
        padding: 26px 0px;
    }
    .features-section {
        gap: 30px;
        flex-direction: column;
    }
    .features-left {
        gap: 16px;
        width: 100%;
    }
    .features-right {
        width: 80%;
    }
    .features-left h2 {
        font-size: 30px;
    }
    .features-left p {
        font-size: 16px;
        line-height: 24px;
    }
    .djobzy-team-section .stat-label {
        font-size: 16px;
        line-height: 40px;
    }
    .djobzy-team-section .stat-number {
        font-size: 30px;
    }
    .custom-play-btn img{
        width: 55px;
        height: 55px;
    }
    .watch-video-btn {
        font-size: 12px;
    }
    .work-grid {
        gap: 24px;
        flex-direction: column;
    }
    .future-work-buttons {
        gap: 16px;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .future-work-cards {
        flex-direction: column;
        gap: 20px;
    }
    .girl-circles {
        width:100%;
        max-width: 70%;
    }
    .girl-circles img {
        width: 100%;
    }
    .girl-circles::before {
        width: 230px;
        height: 230px;
    }
    .girl-circles::after {
        width: 280px;
        height: 280px;
    }
    .how-djobzy .how-work-section {
        gap: 32px;
    }
    .how-djobzy h2 {
        font-size: 30px;
    }
    .how-djobzy p {
        font-size: 16px;
        line-height: 24px;
    }
    .other-features-section h2 {
        font-size: 30px;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        column-gap: 12px;
    }
    .feature-card {
        padding: 16px;
        gap: 24px;
    }
    .future-work-section {
        padding: 40px 0;
    }
    .future-work-content h2 {
        font-size: 35px;
    }
    .future-work-content p {
        font-size: 17px;
        line-height: 24px;
        max-width: 100%;
    }
    .future-card-text {
        font-size: 16px;
        padding: 22px 32px 18px;
    }
    .s3_video_landing .video-content video {
        width: auto;
        height: 450px !important;
        margin: auto;
    }
    .s3_video_landing .video-content {
        max-width: 353px;
    }
    .plyr__video-wrapper {
        background: #000 !important;
        border-radius: 10px !important;
    }
    .plyr__poster {
        background-color: #000 !important;
    }
}