.elementor-585 .elementor-element.elementor-element-24e4926{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-585 .elementor-element.elementor-element-6c73470{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-585 .elementor-element.elementor-element-f17d8e9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-445b956 */.aga-w1 *, .aga-w1 *::before, .aga-w1 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.aga-w1 { font-family: 'Barlow', sans-serif; color: #111; }
.aga-w1 a { text-decoration: none; }
.aga-w1 img { max-width: 100%; display: block; }
 
.aga-w1 .aga-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 14px;
}
 
/* ===== HERO ===== */
.aga-hero {
  background: #111;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.aga-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #FF6D00;
}
.aga-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.aga-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #888;
}
.aga-hero__breadcrumb a { color: #888; transition: color 0.2s; }
.aga-hero__breadcrumb a:hover { color: #FF6D00; }
.aga-hero__breadcrumb i { font-size: 9px; color: #555; }
.aga-hero__label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 16px;
}
.aga-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.aga-hero h1 span { color: #FF6D00; display: block; }
.aga-hero__sub {
  font-size: 15.5px;
  font-weight: 300;
  color: #bbb;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}
.aga-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.aga-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FF6D00;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
}
.aga-btn-primary:hover { background: #e06000; color: #fff; }
.aga-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
}
.aga-btn-wa:hover { background: #1ebe5d; color: #fff; }
.aga-hero__perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.aga-hero__perk {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 11px 14px;
}
.aga-hero__perk i { color: #FF6D00; font-size: 15px; width: 18px; text-align: center; flex-shrink: 0; }
.aga-hero__perk span { font-size: 12px; font-weight: 500; color: #ddd; }
/* Right — airport info panel */
.aga-hero__right {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-top: 3px solid #FF6D00;
  padding: 32px;
}
.aga-hero__right-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aga-hero__right-title i { color: #FF6D00; }
.aga-hero__info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.aga-hero__info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #2a2a2a;
  font-size: 13px;
}
.aga-hero__info-list li:last-child { border-bottom: none; padding-bottom: 0; }
.aga-hero__info-list li i { color: #FF6D00; font-size: 13px; margin-top: 2px; flex-shrink: 0; width: 16px; }
.aga-hero__info-list li strong { display: block; color: #fff; font-size: 13px; margin-bottom: 2px; }
.aga-hero__info-list li span { color: #888; font-weight: 300; font-size: 12.5px; }
.aga-hero__badge {
  background: rgba(255,109,0,0.12);
  border: 1px solid rgba(255,109,0,0.3);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: #FF6D00;
  font-weight: 600;
}
.aga-hero__badge i { font-size: 14px; flex-shrink: 0; }
 
/* ===== WHY US vs COUNTER ===== */
.aga-why {
  background: #fff;
  padding: 90px 0;
}
.aga-why__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.aga-why__intro {
  text-align: center;
  margin-bottom: 52px;
}
.aga-why__intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  color: #111;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.aga-why__intro p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
/* Comparison table */
.aga-compare {
  overflow-x: auto;
  margin-bottom: 52px;
}
.aga-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.aga-compare th {
  padding: 16px 20px;
  text-align: left;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.aga-compare th:first-child { background: #f8f8f8; color: #888; width: 35%; }
.aga-compare th:nth-child(2) { background: #111; color: #fff; width: 32.5%; }
.aga-compare th:nth-child(2) span { color: #FF6D00; }
.aga-compare th:last-child { background: #e8e8e8; color: #888; width: 32.5%; }
.aga-compare td {
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-weight: 300;
  color: #555;
}
.aga-compare td:first-child { background: #fafafa; font-weight: 600; color: #333; }
.aga-compare td:nth-child(2) { background: #fffaf7; }
.aga-compare tr:last-child td { border-bottom: none; }
.aga-check { color: #22C55E; font-size: 16px; }
.aga-cross { color: #EF4444; font-size: 16px; }
.aga-val-good { color: #111; font-weight: 700; }
.aga-val-bad { color: #EF4444; font-weight: 600; }
/* Why cards */
.aga-why__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.aga-why__card {
  border: 1px solid #e8e8e8;
  padding: 28px 24px;
  transition: border-color 0.25s;
}
.aga-why__card:hover { border-color: #FF6D00; }
.aga-why__card-icon {
  width: 44px; height: 44px;
  background: #FF6D00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
  clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
}
.aga-why__card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.aga-why__card p {
  font-size: 13.5px;
  color: #666;
  font-weight: 300;
  line-height: 1.65;
}
.aga-why__card p a {
  color: #FF6D00;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
 
/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .aga-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .aga-why__cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .aga-hero { padding: 60px 0 50px; }
  .aga-why { padding: 60px 0; }
  .aga-hero__perks { grid-template-columns: 1fr; }
  .aga-hero__cta { flex-direction: column; }
  .aga-why__cards { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04a2fd8 */.aga-w2 *, .aga-w2 *::before, .aga-w2 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.aga-w2 { font-family: 'Barlow', sans-serif; color: #111; }
.aga-w2 a { text-decoration: none; }
.aga-w2 img { max-width: 100%; display: block; }
 
.aga-w2 .aga-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 14px;
}
.aga-w2 .aga-section-intro {
  text-align: center;
  margin-bottom: 52px;
}
.aga-w2 .aga-section-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.aga-w2 .aga-section-intro h2.light { color: #fff; }
.aga-w2 .aga-section-intro h2.dark { color: #111; }
.aga-w2 .aga-section-intro p { font-size: 15px; font-weight: 300; color: #666; max-width: 560px; margin: 0 auto; line-height: 1.7; }
.aga-w2 .aga-section-intro p.light { color: #aaa; }
 
/* ===== HOW PICKUP WORKS ===== */
.aga-pickup {
  background: #111;
  padding: 90px 0;
}
.aga-pickup__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.aga-pickup__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  margin-bottom: 40px;
}
.aga-pickup__step {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-top: 3px solid #FF6D00;
  padding: 28px 20px;
  text-align: center;
}
.aga-pickup__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: #FF6D00;
  line-height: 1;
  margin-bottom: 10px;
}
.aga-pickup__icon { font-size: 22px; color: #555; margin-bottom: 12px; }
.aga-pickup__step h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.aga-pickup__step p { font-size: 13px; color: #888; font-weight: 300; line-height: 1.6; }
.aga-pickup__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #FF6D00;
  font-size: 16px;
  margin-top: 38px;
}
.aga-pickup__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,109,0,0.1);
  border: 1px solid rgba(255,109,0,0.25);
  padding: 16px 20px;
  font-size: 13.5px;
  color: #aaa;
  line-height: 1.6;
}
.aga-pickup__note i { color: #FF6D00; font-size: 15px; margin-top: 2px; flex-shrink: 0; }
.aga-pickup__note a { color: #FF6D00; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
 
/* ===== FLEET PREVIEW ===== */
.aga-fleet {
  background: #f8f8f8;
  padding: 90px 0;
}
.aga-fleet__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.aga-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.aga-fleet__card {
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.aga-fleet__card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-3px); }
.aga-fleet__card img { width: 100%; height: 160px; object-fit: cover; }
.aga-fleet__body { padding: 18px; }
.aga-fleet__body h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}
.aga-fleet__cat { font-size: 10.5px; color: #999; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 8px; }
.aga-fleet__specs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.aga-fleet__specs span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  color: #666;
}
.aga-fleet__specs span i { color: #FF6D00; font-size: 10px; }
.aga-fleet__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.aga-fleet__price-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: #111;
  line-height: 1;
}
.aga-fleet__price-val span { font-family: 'Barlow', sans-serif; font-size: 12px; color: #999; font-weight: 300; }
.aga-fleet__price-from { font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 0.06em; }
.aga-fleet__cta { text-align: center; }
.aga-fleet__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #111;
  color: #111;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 32px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: all 0.25s;
}
.aga-fleet__btn:hover { background: #FF6D00; border-color: #FF6D00; color: #fff; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .aga-fleet__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .aga-pickup__steps { grid-template-columns: 1fr 1fr; }
  .aga-pickup__arrow { display: none; }
}
@media (max-width: 560px) {
  .aga-pickup { padding: 60px 0; }
  .aga-fleet { padding: 60px 0; }
  .aga-pickup__steps { grid-template-columns: 1fr; }
  .aga-fleet__grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-952ceb2 */.aga-w3 *, .aga-w3 *::before, .aga-w3 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.aga-w3 { font-family: 'Barlow', sans-serif; color: #111; }
.aga-w3 a { text-decoration: none; }
 
.aga-w3 .aga-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 14px;
}
.aga-w3 .aga-section-intro { text-align: center; margin-bottom: 52px; }
.aga-w3 .aga-section-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  color: #111;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.aga-w3 .aga-section-intro p { font-size: 15px; font-weight: 300; color: #666; max-width: 560px; margin: 0 auto; line-height: 1.7; }
 
/* ===== FAQ ===== */
.aga-faq { background: #f8f8f8; padding: 90px 0; }
.aga-faq__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.aga-faq__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.aga-faq__item {
  background: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.25s;
}
.aga-faq__item:hover { border-color: #FF6D00; }
.aga-faq__item.active { border-color: #FF6D00; }
.aga-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  gap: 12px;
}
.aga-faq__q h4 { font-size: 14px; font-weight: 600; color: #111; line-height: 1.4; }
.aga-faq__ico {
  width: 26px; height: 26px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #555;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.aga-faq__item.active .aga-faq__ico { background: #FF6D00; color: #fff; transform: rotate(45deg); }
.aga-faq__a { display: none; padding: 0 20px 18px; }
.aga-faq__item.active .aga-faq__a { display: block; }
.aga-faq__a p { font-size: 13.5px; color: #666; font-weight: 300; line-height: 1.7; }
.aga-faq__a p a { color: #FF6D00; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
 
/* ===== CTA ===== */
.aga-cta {
  background: #FF6D00;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.aga-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 50%;
}
.aga-cta::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 200px; height: 200px;
  border: 2px solid rgba(255,255,255,0.07);
  border-radius: 50%;
}
.aga-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1;
}
.aga-cta__text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.aga-cta__text p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.85); line-height: 1.65; max-width: 520px; }
.aga-cta__btns { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.aga-cta__btn-book {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
  white-space: nowrap;
}
.aga-cta__btn-book:hover { background: #222; color: #fff; }
.aga-cta__btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
  white-space: nowrap;
}
.aga-cta__btn-wa:hover { background: #1ebe5d; color: #fff; }
.aga-cta__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
}
.aga-cta__phone:hover { color: #fff; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .aga-faq__cols { grid-template-columns: 1fr; }
  .aga-cta__inner { flex-direction: column; text-align: center; }
  .aga-cta__btns { width: 100%; align-items: center; }
}
@media (max-width: 560px) {
  .aga-faq { padding: 60px 0; }
  .aga-cta { padding: 60px 0; }
}/* End custom CSS */