body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000;
}

/* 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;
}




.content {
    background-color: black;
    width: 70%;
    padding: 100px 150px;
    clip-path: polygon(0 0, 45% 0, 70% 100%, 0% 100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.air-freight-section {
    display: flex;
    position: relative;
    color: white;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.content h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.content button {
    width: 200px;
    background-color: white;
    color: black;
    border-radius: 20px;
    padding: 10px 24px;
    font-size: 14px;
    margin-bottom: 40px;
    cursor: pointer;
}

.info-box {
    display: flex;
    gap: 40px;
    font-size: 20px;
}

.info-box div {
    line-height: 1.3;
}

.image-box {
    background-color: black;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.image-box img {
    width: 120%;
    height: auto;
    object-fit: cover;
    transform: translateY(-20%);
}


/* Global Section */
.global-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 175px;
    background: #fdfdfd;
    flex-wrap: wrap;
}

.global-content {
    max-width: 500px;
}

.global-content h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.global-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.global-button {
    background-color: #000;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

.global-button:hover {
    background-color: #333;
}

.global-map img {
    max-width: 500px;
    width: 100%;
}

/* Air Priority Section */
.air-priority-section {
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 175px;
    flex-wrap: wrap;
}

.air-priority-section .air-text {
    max-width: 500px;
}

.air-priority-section h2 {
    font-size: 28px;
}

.air-priority-section h3 {
    color: #2c83ff;
    font-size: 18px;
    margin: 10px 0;
}

/* Air Charter Section */
.air-charter-section {
    background: #2c83ff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 175px;
    flex-wrap: wrap;
}

.air-charter-section h2 {
    font-size: 28px;
}

.air-charter-section h3 {
    font-size: 18px;
    margin: 10px 0;
}

.air-image img {
    width: 100%;
    max-width: 400px;
}

.air-text {
    max-width: 500px;
}

.white-text {
    color: white;
}

/* Fur Section */
.fur-section {
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 175px;
    flex-wrap: wrap;
}

.fur-section h2 {
    font-size: 28px;
    color: black;
}

.fur-section h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #1e63ff;
}

.fur-image img {
    width: 382px;
    height: 355px;
}

.fur-text {
    max-width: 500px;
    color: black;
}

.fur-white-text {
    color: black;
}




/* Timeline */
.timeline-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f2f2f2;
}

.timeline-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.timeline-image img {
  max-width: 100%;
  height: auto;
}

/* FAQ Section */
.faq-section {
  background-color: black;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.faq-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-title-card {
  font-size: 40px;
  margin-left: 125px;
  font-weight: bold;
  align-self: center;
  color: white;
}

.faq-card {
  background-color: #f2f6ff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #333;
}

.faq-card h3 {
  color: #1a3fe3;
  font-size: 14px;
  margin-bottom: 10px;
}

.faq-card p {
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-title-card {
    grid-column: auto;
    text-align: center;
  }
}

/* Final Section */
.final-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.final-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.final-content img {
  width: 300px;
  max-width: 100%;
}

.final-text {
  max-width: 400px;
  text-align: left;

}

.final-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.final-text p {
  font-size: 17px;
  margin-bottom: 20px;
}

.final-text button {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}



/* ===== 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 Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle.active {
    color: #2a7fff;
}

/* ===== MOBILE STYLES (max-width: 402px) ===== */
@media (max-width: 402px) {
    /* Header adjustments */
    .header {
        padding: 15px 20px;
        position: relative;
    }

    .logo img {
        height: 30px;
        margin: 10px 0 0 0;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(17, 17, 17, 0.98);
        z-index: 1000;
        padding: 80px 30px 30px;
        flex-direction: column;
        gap: 20px;
        overflow-y: auto;
    }

    .nav.mobile-visible {
        display: flex;
    }

    .nav-item {
        font-size: 18px;
        padding: 12px 0;
        color: white;
    }

    /* Dropdown styles for mobile */
    .dropdown-parent {
        flex-direction: column;
    }

    .dropdown {
        display: none;
        padding-left: 15px;
        margin-top: 10px;
        position: static;
        background: transparent;
        box-shadow: none;
    }

    .dropdown-parent.active .dropdown {
        display: block;
    }

    .dropdown a {
        color: #ccc;
        padding: 10px 0;
        font-size: 16px;
    }

    /* Language dropdown positioning */
    .language-dropdown {
        position: absolute;
        right: 60px;
        top: 21px;
    }

    /* Hero section */
    .air-freight-section {
        flex-direction: column;
        height: auto;
    }

    .content {
        clip-path: none !important;
        width: 100%;
        padding: 60px 30px;
        background-color: #111;
        color: white;
        z-index: 2;
    }

    .content h1 {
        font-size: 32px;
    }

    .content p {
        font-size: 14px;
    }

    .content button {
        width: 100%;
        max-width: 200px;
    }

    .info-box {
        flex-wrap: wrap;
        gap: 20px;
        font-size: 16px;
    }

    /* Hide the image box on mobile */
    .image-box {
        display: none;
    }

    /* Global section */
    .global-section {
        padding: 40px 20px;
        flex-direction: column;
    }

    .global-content {
        max-width: 100%;
    }

    .global-content h1 {
        font-size: 28px;
    }

    .global-map img {
        max-width: 100%;
        margin-top: 30px;
    }

    /* Air priority/charter sections */
    .air-priority-section,
    .air-charter-section,
    .fur-section {
        padding: 40px 20px;
        flex-direction: column;
    }

    .air-text, .fur-text {
        max-width: 100%;
        margin-top: 30px;
    }

    .air-image img, .fur-image img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    /* Timeline section */
    .timeline-section {
        padding: 40px 20px;
    }

    /* FAQ section */
    .faq-layout {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .faq-title-card {
        margin-left: 0;
        text-align: center;
        font-size: 32px;
        grid-column: auto;
    }

    /* Final section */
    .final-content {
        flex-direction: column;
        text-align: center;
    }

    .final-text {
        text-align: center;
    }

    /* Footer */
    footer {
        padding: 40px 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-logo {
        max-width: 100%;
        text-align: center;
    }

    .socials {
        justify-content: center;
    }

    .footer-column {
        text-align: center;
    }
}