/* General Page Setup */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #111;
    color: white;
}

/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #111;
}

.logo img {
    height: 40px;
    margin-top: 25px;
    margin-left: 25px;
}

.nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-item {
    position: relative;
    cursor: pointer;
    overflow: visible;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-parent {
    position: relative;
}

/* Dropdown Menu */
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    color: black;
    padding: 10px 0;
    min-width: 160px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Dropdown Links */
.dropdown a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.dropdown a:hover {
    background-color: #f0f0f0;
}

.dropdown-parent:hover .dropdown,
.dropdown:hover {
    display: block;
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-size: 14px;
}

.arrow {
    font-size: 10px;
}


.language-dropdown {
    position: relative;
}

/* Dropdown Menu */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    color: black;
    padding: 10px 0;
    min-width: 160px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Dropdown Links */
.dropdown div {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.dropdown div:hover {
    background-color: #f0f0f0;
}

.language-dropdown:hover .dropdown-content,
.dropdown-content:hover {
    display: block;
}


.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    color: black;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 10px 0;
    min-width: 100px;
    text-align: center;
}

.dropdown-content div {
    padding: 8px 0;
    cursor: pointer;
}

.dropdown-content div:hover {
    background-color: #f0f0f0;
}

.language-dropdown:hover .dropdown-content {
    display: block;
}


/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    background: url("../images/background_hero.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.hero-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}

.text-background {
    padding: 20px;
    border-radius: 10px;
}


.hero-content {
    width: 457px;
    height: 411px;
    top: 294px;
    left: 171px;
    gap: 27px;

}


.hero h1 {
    color: #F4F4F4;
    width: 520px;
    height: 165px;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0.5px;
}

.hero p {
    width: 457px;
    height: 80px;
    color: #F4F4F4;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.45px;

}

.btn-primary {
    background-color: #1890ff;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 2rem;
}

.stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    font-size: 1rem;
}

.stats div {
    display: flex;
    flex-direction: column;
}

.stats div strong {
    font-size: 1.2rem;
}

.stats div span {
    font-size: 0.8rem;
    color: #ccc;
}


/* Supply Chain Section */
.supply-chain {
    text-align: center;
    padding: 5rem 5rem;
    background-color: #F4F4F4;
    color: black;
}

.supply-chain h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* Row containers */
.steps-row {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.text-row {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.btn-secondary {
    background-color: #1890ff;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 0.8rem 2rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #147ad6;
}


/* Experience Section */
.experience-section {
    background-color: #111;
    color: white;
    text-align: center;
    padding: 4rem 2rem 2rem;
}

.experience-section h2 {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* Tabs */
.experience-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.experience-tabs .tab {
    background: #000;
    color: #fff;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.experience-tabs .tab.active {
    background: #fff;
    color: #000;
}

.top-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

/* Tight inline: 1 and logo together */
.middle {
    display: inline-flex;
    align-items: center;
    color: black;
    font-size: 1rem;
    font-weight: bold;
}

/* White number */
.middle h1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: black;
}

/* Logo immediately next to number */
.detail-logo {
    width: 100px;
    height: 64px;
}

/* List below */
.right ul {
    list-style: none;
    padding: 1rem 0 0 0;
    font-size: 1rem;
    line-height: 2;
    color: black;
}

.right ul li strong {
    font-weight: bold;
}


/* Logistics Detail Section */
.logistics-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
    color: #111;
}

.logistics-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
}

.logistics-left {
    flex: 1;
    min-width: 300px;
}

.number {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
}

.logistics-left h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.subtext {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.know-more {
    background-color: #111;
    color: #fff;
    padding: 10px 24px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.logistics-right {
    flex: 1;
    min-width: 300px;
}

.logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.details {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.details li {
    margin-bottom: 10px;
}

.details strong {
    font-weight: bold;
}

/* Solutions Section */
.logistics-solutions {
    background: #111;
    color: white;
    text-align: center;
    padding: 4rem 2rem;
}

.logistics-solutions h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.solutions-icons {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.solutions-icons div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}

.solutions-icons img {
    width: 80px;
    margin-bottom: 0.5rem;
}

.logistics-solutions button {
    background-color: #1890ff;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 20px;
    margin-right: 25px;
    cursor: pointer;
    margin-bottom: 2rem;
}

/* First Section - Blue Background with Map */
.worldwide-section {
    background-color: #0066e9;
    color: white;
    padding: 60px 20px;
}

.worldwide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.left {
    max-width: 500px;
}

.left h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.left h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.left p {
    font-size: 14px;
    margin-bottom: 20px;
}

.discover-btn {
    background: white;
    color: #0066e9;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.right img {
    max-width: 700px;
    width: 100%;
    height: auto;
}


/* Second Section - White Background Diagonal Form */
.guide-section {
    background: #fff;
    padding: 0;
}

.guide-wrapper {
    display: flex;
    min-height: 600px;
}

.guide-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    margin-bottom: 125px;
    background: #fff;
}

.form-content {
    max-width: 500px;
    width: 100%;
    margin-left: 450px;
}

.form-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-content p {
    font-size: 25px;
    margin-bottom: 30px;
    color: #333;
}

form label {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000;
}

form label span {
    color: red;
}

form input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.download-btn {
    margin-top: 20px;
    width: 350px;
    padding: 10px 20px;
    background-color: #0066e9;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    cursor: pointer;
}

.guide-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
}

.guide-right .triangle {
    width: 100%;
    max-width: 570px;
    height: auto;
    display: block;
}

.guide-right .bottom {
    transform: rotate(-360deg);
}


/* === Connect Section === */
.connect-section {
    background-color: #0d0d0d;
    text-align: center;
    padding: 60px 20px;
    color: #fff;
}

.connect-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.step {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 280px;
    text-align: left;
}

.step-number {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
}

.step p {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
}

.connect-btn {
    background-color: #1890ff;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.connect-btn:hover {
    background-color: #1476d9;
}

/* ===== Footer Section ===== */
footer {
    padding: 20px 100px;
    background-color: #000;
    color: #fff;
}

.footer-top-border {
    width: 1200px;
    border-top: 2px solid #007bff;
    margin: 0 auto 30px auto;
}

.footer-content {
    display: flex;
    gap: 165px;
}

.footer-logo {
    max-width: 180px;
}

.logo {
    width: 200px;
    height: 71px;
    letter-spacing: -2px;
}

.footer-logo p {
    margin: 15px 0;
    font-weight: 600;
    width: 250px;
}

.socials img {
    margin-right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

/* Columns */
.footer-column h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    max-width: 150px;
}

.footer-column p {
    font-size: 13px;
    margin: 5px 0;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
    cursor: pointer;
}


/* ===== MOBILE FIRST (402px) ===== */
@media (max-width: 402px) {
    /* Header */
    .header {
        flex-direction: column;
        padding: 15px;
        position: relative;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .logo img {
        height: 30px;
        margin: 0;
    }

    /* Mobile menu */
    .mobile-menu-toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: white;
        z-index: 1001;
    }

    /* Mobile Menu Toggle - Hidden by default on desktop */
    .mobile-menu-toggle {
        display: none;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1001;
        cursor: pointer;
    }

    /* Show toggle only on mobile */
    @media (max-width: 402px) {
        /* Header layout */
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            position: relative;
            height: 60px;
            background: #111; /* Match your header color */
        }

        /* Logo styling - left side */
        .logo {
            flex: 1;
            min-width: 0;
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 30px;
            width: auto;
            max-width: 100px;
        }

        .nav {
            display: none;
        }

        /* Position language dropdown - right side */
        .language-dropdown {
            position: static !important;
            margin-left: 282px;
            order: 1;
        }

        /* Show mobile menu toggle - far right */
        .mobile-menu-toggle {
            display: block !important;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            padding: 0 0 0 15px;
            cursor: pointer;
            order: 2;
        }

        /* Mobile menu styling */
        .mobile-nav {
            display: none;
            position: fixed;
            top: 60px;
            left: 0;
            width: 100%;
            background: #111;
            flex-direction: column;
            padding: 10px 0;
            z-index: 1000;
            max-height: calc(100vh - 60px);
            overflow-y: auto;
        }

        .mobile-nav.active {
            display: flex;
        }

        /* Clone of your existing nav items */
        .mobile-nav .nav-item {
            padding: 12px 20px;
            color: white;
            text-decoration: none;
        }

        /* Services dropdown styling */
        .mobile-nav .dropdown-parent > span {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

        .mobile-nav .dropdown-parent > span::after {
            margin-left: 10px;
        }

        .mobile-nav .dropdown {
            display: none;
            padding-left: 15px;
            background: white;
        }

        .mobile-nav .dropdown-parent.active .dropdown {
            display: block;
        }

        /* Language dropdown styling */
        .language-dropdown .dropdown-content {
            right: 0;
            left: auto;
            min-width: 80px;
        }
    }

    /* Hero Section */
    .hero {
        height: auto;
        min-height: 70vh;
        padding: 60px 20px;
    }

    .hero-overlay {
        padding: 0;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.3;
        width: 100%;
        height: auto;
    }

    .hero p {
        width: 100%;
        font-size: 16px;
        height: auto;
    }

    .stats {
        flex-direction: column;
        gap: 15px;
    }

    /* Supply Chain */
    .supply-chain {
        padding: 40px 20px;
    }

    .supply-chain h2 {
        font-size: 24px;
    }

    .steps-row img {
        max-width: 100%;
    }

    /* Logistics Section */
    .logistics-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .logistics-left, .logistics-right {
        min-width: 100%;
    }

    /* Solutions Icons */
    .solutions-icons {
        gap: 15px;
    }

    .solutions-icons div {
        width: 30%;
    }

    /* Worldwide Section */
    .worldwide-content {
        flex-direction: column;
    }

    .left {
        margin-bottom: 30px;
    }

    /* Guide Section */
    .guide-wrapper {
        flex-direction: column;
    }

    .form-content {
        margin-left: 0;
        padding: 20px;
    }

    .form-content h2 {
        font-size: 28px;
    }

    .form-content p {
        font-size: 18px;
    }

    .download-btn {
        width: 100%;
    }

    .guide-right {
        display: none;
    }

    /* Connect Section */
    .steps {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        gap: 20px;
    }

    .step {
        max-width: 100%;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 15px;
    }


    .footer-column {
        margin-bottom: 20px;
    }
}

