.elementor-11200 .elementor-element.elementor-element-5a56a76{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fb7b1e5 */.atl-airfreight-wrapper * { box-sizing: border-box; }
.atl-airfreight-wrapper {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1a2332;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}
 
/* ---- HERO ---- */
.atl-airfreight-hero {
  background: linear-gradient(135deg, #0a1628 0%, #0e2a52 50%, #1a4480 100%);
  color: #fff;
  border-radius: 16px;
  padding: 56px 40px 48px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.atl-airfreight-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(255,180,0,0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.atl-airfreight-hero-eyebrow {
  display: inline-block;
  background: rgba(255,180,0,0.18);
  color: #FFB400;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,180,0,0.3);
}
.atl-airfreight-hero h2 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #fff;
}
.atl-airfreight-hero h2 span { color: #FFB400; }
.atl-airfreight-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.82);
  max-width: 640px;
  margin-bottom: 32px;
  line-height: 1.65;
}
.atl-airfreight-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.atl-airfreight-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.08);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
}
.atl-airfreight-trust-item::before { content: '✓'; color: #FFB400; font-weight: 700; }
 
/* ---- BUTTONS ---- */
.atl-airfreight-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FFB400, #FF8C00);
  color: #0a1628;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(255,140,0,0.35);
}
.atl-airfreight-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,140,0,0.45);
}
.atl-airfreight-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.15s;
}
.atl-airfreight-btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.atl-airfreight-btn-group { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
 
/* ---- SECTION TITLES ---- */
.atl-airfreight-section-title {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 800;
  color: #0e2a52;
  margin: 0 0 8px;
  line-height: 1.25;
}
.atl-airfreight-section-desc {
  font-size: 15px;
  color: #5a6a7e;
  margin-bottom: 24px;
}
.atl-airfreight-section-divider {
  width: 48px; height: 4px;
  background: linear-gradient(90deg, #FFB400, #FF8C00);
  border-radius: 2px;
  margin-bottom: 20px;
}
 
/* ---- SECTION SPACING ---- */
.atl-airfreight-section {
  margin-bottom: 52px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.atl-airfreight-section.atl-visible { opacity: 1; transform: translateY(0); }
 
/* ---- ALERT BOX ---- */
.atl-airfreight-alert {
  background: linear-gradient(135deg, #fff8e1, #fff3cd);
  border-left: 5px solid #FFB400;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.atl-airfreight-alert-icon { font-size: 28px; flex-shrink: 0; }
.atl-airfreight-alert-title { font-weight: 700; color: #7a4f00; margin-bottom: 4px; font-size: 15px; }
.atl-airfreight-alert p { margin: 0; font-size: 14px; color: #5a3a00; }
 
/* ---- WARNING BOX ---- */
.atl-airfreight-warning {
  background: #fff5f5;
  border-left: 5px solid #e53e3e;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0;
}
.atl-airfreight-warning-title { font-weight: 700; color: #c53030; margin-bottom: 8px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
 
/* ---- TIP BOX ---- */
.atl-airfreight-tip {
  background: linear-gradient(135deg, #f0f7ff, #e8f4fd);
  border-left: 5px solid #2b6cb0;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0;
}
.atl-airfreight-tip-title { font-weight: 700; color: #1a4480; margin-bottom: 8px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
 
/* ---- CARD GRID ---- */
.atl-airfreight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.atl-airfreight-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 20px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.atl-airfreight-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.09); border-color: #FFB400; }
.atl-airfreight-card-icon { font-size: 28px; margin-bottom: 10px; }
.atl-airfreight-card-title { font-weight: 700; font-size: 15px; color: #0e2a52; margin-bottom: 6px; }
.atl-airfreight-card p { font-size: 14px; color: #5a6a7e; margin: 0; }
 
/* ---- TABLE ---- */
.atl-airfreight-table-wrap { overflow-x: auto; margin: 20px 0; }
.atl-airfreight-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.atl-airfreight-table th {
  background: #0e2a52;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
}
.atl-airfreight-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #1a2332;
}
.atl-airfreight-table tr:nth-child(even) td { background: #f8fafc; }
.atl-airfreight-table tr:hover td { background: #fff8e1; }
.atl-airfreight-table .atl-airfreight-bad { color: #e53e3e; font-weight: 600; }
.atl-airfreight-table .atl-airfreight-good { color: #2f855a; font-weight: 600; }
 
/* ---- STEPS ---- */
.atl-airfreight-steps { list-style: none; padding: 0; margin: 0; }
.atl-airfreight-step {
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.atl-airfreight-step-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: linear-gradient(135deg, #FFB400, #FF8C00);
  color: #0a1628;
  font-weight: 800;
  font-size: 15px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.atl-airfreight-step-content strong { display: block; font-size: 15px; color: #0e2a52; margin-bottom: 4px; }
.atl-airfreight-step-content p { font-size: 14px; color: #5a6a7e; margin: 0; }
 
/* ---- CASE STUDY ---- */
.atl-airfreight-casestudy {
  background: linear-gradient(135deg, #0e2a52 0%, #1a4480 100%);
  color: #fff;
  border-radius: 14px;
  padding: 32px 32px;
  margin: 28px 0;
  position: relative;
  overflow: hidden;
}
.atl-airfreight-casestudy::after {
  content: '"';
  position: absolute;
  right: 20px; top: 10px;
  font-size: 140px;
  color: rgba(255,255,255,0.07);
  font-family: Georgia, serif;
  line-height: 1;
}
.atl-airfreight-casestudy-tag {
  display: inline-block;
  background: rgba(255,180,0,0.2);
  color: #FFB400;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid rgba(255,180,0,0.3);
}
.atl-airfreight-casestudy h3 { color: #fff; font-size: 20px; margin: 0 0 16px; }
.atl-airfreight-casestudy-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
.atl-airfreight-stat {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 14px 20px;
  text-align: center;
  flex: 1;
  min-width: 110px;
}
.atl-airfreight-stat-value { font-size: 26px; font-weight: 800; color: #FFB400; display: block; }
.atl-airfreight-stat-label { font-size: 12px; color: rgba(255,255,255,0.7); }
.atl-airfreight-casestudy p { font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.7; }
 
/* ---- CHECKLIST ---- */
.atl-airfreight-checklist {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px 28px;
  margin: 28px 0;
}
.atl-airfreight-checklist-title { font-weight: 800; color: #0e2a52; font-size: 18px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.atl-airfreight-checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.atl-airfreight-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #1a2332;
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: border-color 0.15s;
  user-select: none;
}
.atl-airfreight-checklist-item:hover { border-color: #FFB400; }
.atl-airfreight-checklist-item.atl-checked { border-color: #2f855a; background: #f0fff4; }
.atl-airfreight-checklist-item.atl-checked .atl-airfreight-checkbox { background: #2f855a; border-color: #2f855a; color: #fff; }
.atl-airfreight-checkbox {
  width: 20px; height: 20px;
  border: 2px solid #cbd5e0;
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  transition: all 0.15s;
  margin-top: 1px;
}
 
/* ---- FAQ ---- */
.atl-airfreight-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.atl-airfreight-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 15px;
  color: #0e2a52;
  cursor: pointer;
  background: #fff;
  transition: background 0.15s;
}
.atl-airfreight-faq-q:hover { background: #f8fafc; }
.atl-airfreight-faq-arrow {
  width: 24px; height: 24px;
  background: #e2e8f0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  transition: transform 0.2s, background 0.2s;
}
.atl-airfreight-faq-item.atl-open .atl-airfreight-faq-arrow { transform: rotate(180deg); background: #FFB400; }
.atl-airfreight-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  font-size: 14px;
  color: #5a6a7e;
  background: #f8fafc;
}
.atl-airfreight-faq-a-inner { padding: 16px 20px; }
 
/* ---- CTA BOX ---- */
.atl-airfreight-cta-box {
  background: linear-gradient(135deg, #0a1628 0%, #1a4480 100%);
  border-radius: 16px;
  padding: 36px 36px;
  color: #fff;
  margin: 36px 0;
  text-align: center;
}
.atl-airfreight-cta-box h3 { color: #fff; font-size: clamp(18px, 2.5vw, 24px); margin: 0 0 8px; }
.atl-airfreight-cta-box p { color: rgba(255,255,255,0.8); font-size: 15px; margin-bottom: 24px; }
.atl-airfreight-cta-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 24px 0;
}
.atl-airfreight-contact-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 14px 20px;
  text-align: left;
  min-width: 200px;
}
.atl-airfreight-contact-name { font-weight: 700; font-size: 14px; color: #FFB400; margin-bottom: 6px; }
.atl-airfreight-contact-info { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.7; }
.atl-airfreight-contact-info a { color: #fff; text-decoration: none; }
.atl-airfreight-contact-info a:hover { color: #FFB400; }
 
/* ---- QUOTE FORM ---- */
.atl-airfreight-form { background: rgba(255,255,255,0.07); border-radius: 12px; padding: 24px; margin-top: 24px; }
.atl-airfreight-form-title { font-weight: 700; color: #FFB400; font-size: 16px; margin-bottom: 16px; }
.atl-airfreight-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.atl-airfreight-input {
  width: 100%;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s;
}
.atl-airfreight-input::placeholder { color: rgba(255,255,255,0.5); }
.atl-airfreight-input:focus { border-color: #FFB400; }
.atl-airfreight-form-row-full { margin-bottom: 12px; }
.atl-airfreight-submit {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #FFB400, #FF8C00);
  color: #0a1628;
  font-weight: 800;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  margin-top: 4px;
}
.atl-airfreight-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,140,0,0.4); }
.atl-airfreight-form-note { font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; margin-top: 10px; }
 
/* ---- CTA ACTION BUTTONS ---- */
.atl-airfreight-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}
.atl-airfreight-btn-call {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25d366;
  color: #fff; font-weight: 700; font-size: 14px;
  padding: 11px 20px; border-radius: 8px; text-decoration: none;
  transition: filter 0.15s;
}
.atl-airfreight-btn-call:hover { filter: brightness(1.1); }
.atl-airfreight-btn-email {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-weight: 700; font-size: 14px;
  padding: 11px 20px; border-radius: 8px; text-decoration: none;
  transition: background 0.15s;
}
.atl-airfreight-btn-email:hover { background: rgba(255,255,255,0.25); }
 
/* ---- COMPARISON STRIP ---- */
.atl-airfreight-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.atl-airfreight-compare-col {
  border-radius: 12px;
  padding: 20px 18px;
}
.atl-airfreight-compare-col.atl-bad { background: #fff5f5; border: 1px solid #fed7d7; }
.atl-airfreight-compare-col.atl-good { background: #f0fff4; border: 1px solid #c6f6d5; }
.atl-airfreight-compare-head {
  font-weight: 800; font-size: 14px; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.atl-airfreight-compare-col.atl-bad .atl-airfreight-compare-head { color: #c53030; }
.atl-airfreight-compare-col.atl-good .atl-airfreight-compare-head { color: #276749; }
.atl-airfreight-compare-col ul { padding-left: 18px; margin: 0; font-size: 14px; }
.atl-airfreight-compare-col li { margin-bottom: 6px; }
 
/* ---- STICKY CTA MOBILE ---- */
.atl-airfreight-sticky {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: #0e2a52;
  padding: 12px 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.atl-airfreight-sticky-text { color: rgba(255,255,255,0.8); font-size: 12px; }
.atl-airfreight-sticky-text strong { display: block; color: #fff; font-size: 14px; }
.atl-airfreight-sticky-btns { display: flex; gap: 8px; flex-shrink: 0; }
.atl-airfreight-sticky-call {
  background: #25d366; color: #fff; font-weight: 700; font-size: 13px;
  padding: 10px 16px; border-radius: 8px; text-decoration: none; white-space: nowrap;
}
.atl-airfreight-sticky-quote {
  background: linear-gradient(135deg, #FFB400, #FF8C00);
  color: #0a1628; font-weight: 700; font-size: 13px;
  padding: 10px 16px; border-radius: 8px; text-decoration: none; white-space: nowrap;
}
@media (max-width: 640px) {
  .atl-airfreight-sticky { display: flex; }
  .atl-airfreight-hero { padding: 36px 20px 32px; }
  .atl-airfreight-form-row { grid-template-columns: 1fr; }
  .atl-airfreight-compare { grid-template-columns: 1fr; }
  .atl-airfreight-cta-box { padding: 28px 20px; }
  .atl-airfreight-casestudy { padding: 24px 20px; }
  .atl-airfreight-checklist { padding: 20px 16px; }
  .atl-airfreight-section-title { font-size: 20px; }
  .atl-airfreight-casestudy-stats { flex-direction: column; }
  .atl-airfreight-stat { min-width: auto; }
  .atl-airfreight-wrapper { padding-bottom: 80px; }
}
 
/* ---- HIGHLIGHT ---- */
.atl-airfreight-highlight { color: #FF8C00; font-weight: 700; }
.atl-airfreight-text-muted { color: #5a6a7e; font-size: 14px; }
.atl-airfreight-ul { padding-left: 20px; }
.atl-airfreight-ul li { margin-bottom: 8px; font-size: 15px; }
.atl-airfreight-ol { padding-left: 20px; }
.atl-airfreight-ol li { margin-bottom: 10px; font-size: 15px; }
strong { color: #0e2a52; }
.atl-airfreight-section p { font-size: 15px; line-height: 1.75; }/* End custom CSS */