/* Air Freight CTA Section - "Ready to Ship by Air?" - Comprehensive Responsive Design */

/* Small Mobile Phones (320px - 374px) */
@media (max-width: 374px) {
    section.contact .contact-container { padding: 60px 16px !important; }
    section.contact .contact-title { font-size: 28px !important; }
    section.contact .contact-subtitle { font-size: 14px !important; }
    section.contact .contact-left > div:last-child { flex-direction: column !important; gap: 12px !important; }
    section.contact .hero-btn { width: 100% !important; justify-content: center !important; }
}

/* Medium Mobile Phones (375px - 424px) */
@media (min-width: 375px) and (max-width: 424px) {
    section.contact .contact-container { padding: 70px 20px !important; }
    section.contact .contact-title { font-size: 32px !important; }
    section.contact .contact-subtitle { font-size: 15px !important; }
    section.contact .contact-left > div:last-child { flex-direction: column !important; gap: 14px !important; }
    section.contact .hero-btn { width: 100% !important; }
}

/* Large Mobile Phones (425px - 767px) */
@media (min-width: 425px) and (max-width: 767px) {
    section.contact .contact-container { padding: 80px 24px !important; }
    section.contact .contact-title { font-size: 36px !important; }
    section.contact .contact-subtitle { font-size: 16px !important; }
    section.contact .contact-left > div:last-child { flex-wrap: wrap !important; gap: 16px !important; }
}

/* Small Tablets (768px - 834px) */
@media (min-width: 768px) and (max-width: 834px) {
    section.contact .contact-container { padding: 90px 32px !important; }
    section.contact .contact-left { max-width: 700px !important; }
    section.contact .contact-title { font-size: 40px !important; }
    section.contact .contact-subtitle { font-size: 17px !important; }
    section.contact .contact-left > div:last-child { gap: 18px !important; }
}

/* Medium Tablets (835px - 1023px) */
@media (min-width: 835px) and (max-width: 1023px) {
    section.contact .contact-container { padding: 95px 40px !important; }
    section.contact .contact-left { max-width: 750px !important; }
    section.contact .contact-title { font-size: 44px !important; }
    section.contact .contact-subtitle { font-size: 17px !important; }
    section.contact .contact-left > div:last-child { gap: 20px !important; }
}

/* Large Tablets (1024px - 1279px) */
@media (min-width: 1024px) and (max-width: 1279px) {
    section.contact .contact-container { padding: 100px 48px !important; }
    section.contact .contact-left { max-width: 800px !important; }
    section.contact .contact-title { font-size: 48px !important; }
    section.contact .contact-subtitle { font-size: 18px !important; }
    section.contact .contact-left > div:last-child { gap: 20px !important; }
}

/* Small Laptops (1280px - 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {
    section.contact .contact-container { padding: 100px 56px !important; }
    section.contact .contact-left { max-width: 850px !important; }
    section.contact .contact-title { font-size: 52px !important; }
    section.contact .contact-subtitle { font-size: 18px !important; }
    section.contact .contact-left > div:last-child { gap: 22px !important; }
}

/* Medium Laptops (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    section.contact .contact-container { padding: 120px 64px !important; }
    section.contact .contact-left { max-width: 900px !important; }
    section.contact .contact-title { font-size: 56px !important; }
    section.contact .contact-subtitle { font-size: 19px !important; }
    section.contact .contact-left > div:last-child { gap: 24px !important; }
}

/* Large Laptops (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    section.contact .contact-container { padding: 140px 80px !important; }
    section.contact .contact-left { max-width: 1100px !important; }
    section.contact .contact-title { font-size: 68px !important; }
    section.contact .contact-subtitle { font-size: 22px !important; }
    section.contact .contact-left > div:last-child { gap: 28px !important; }
    section.contact .hero-btn { padding: 18px 40px !important; font-size: 18px !important; }
}

/* Small Monitors (2560px - 3439px) */
@media (min-width: 2560px) and (max-width: 3439px) {
    section.contact .contact-container { padding: 160px 100px !important; }
    section.contact .contact-left { max-width: 1400px !important; }
    section.contact .contact-title { font-size: 84px !important; }
    section.contact .contact-subtitle { font-size: 26px !important; }
    section.contact .contact-left > div:last-child { gap: 36px !important; }
    section.contact .hero-btn { padding: 22px 50px !important; font-size: 22px !important; }
}

/* Medium Monitors (3440px - 4999px) */
@media (min-width: 3440px) and (max-width: 4999px) {
    section.contact .contact-container { padding: 180px 120px !important; }
    section.contact .contact-left { max-width: 1800px !important; }
    section.contact .contact-title { font-size: 100px !important; }
    section.contact .contact-subtitle { font-size: 30px !important; }
    section.contact .contact-left > div:last-child { gap: 44px !important; }
    section.contact .hero-btn { padding: 26px 60px !important; font-size: 26px !important; }
}

/* Large Monitors (5000px+) */
@media (min-width: 5000px) {
    section.contact .contact-container { padding: 200px 140px !important; }
    section.contact .contact-left { max-width: 2200px !important; }
    section.contact .contact-title { font-size: 120px !important; }
    section.contact .contact-subtitle { font-size: 36px !important; }
    section.contact .contact-left > div:last-child { gap: 52px !important; }
    section.contact .hero-btn { padding: 30px 70px !important; font-size: 30px !important; }
}

/* 49 Inch Odyssey OLED G9 G95SC (5120x1440) */
@media (min-width: 5120px) and (max-height: 1440px) {
    section.contact .contact-container { padding: 120px 200px !important; }
    section.contact .contact-left { max-width: 3200px !important; }
    section.contact .contact-title { font-size: 80px !important; }
    section.contact .contact-subtitle { font-size: 24px !important; }
    section.contact .contact-left > div:last-child { gap: 40px !important; }
    section.contact .hero-btn { padding: 20px 50px !important; font-size: 20px !important; }
}

/* 57 Inch Odyssey Neo G9 (7680x2160) */
@media (min-width: 7680px) {
    section.contact .contact-container { padding: 180px 300px !important; }
    section.contact .contact-left { max-width: 4800px !important; }
    section.contact .contact-title { font-size: 140px !important; }
    section.contact .contact-subtitle { font-size: 42px !important; }
    section.contact .contact-left > div:last-child { gap: 64px !important; }
    section.contact .hero-btn { padding: 36px 90px !important; font-size: 36px !important; }
}

/* Vertical Monitors (Portrait Orientation) */
@media (orientation: portrait) and (min-width: 768px) {
    section.contact .contact-container { padding: 80px 32px !important; }
    section.contact .contact-left { max-width: 600px !important; }
    section.contact .contact-title { font-size: 40px !important; }
    section.contact .contact-subtitle { font-size: 16px !important; }
    section.contact .contact-left > div:last-child { flex-direction: column !important; gap: 16px !important; }
    section.contact .hero-btn { width: 100% !important; }
}

/* Horizontal Monitors (Ultra-wide Landscape) */
@media (orientation: landscape) and (min-aspect-ratio: 21/9) {
    section.contact .contact-container { padding: 120px 10% !important; }
    section.contact .contact-left { max-width: 1200px !important; }
    section.contact .contact-left > div:last-child { gap: 32px !important; }
}
