.elementor-363 .elementor-element.elementor-element-ad99c2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-363 .elementor-element.elementor-element-7166f7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-363 .elementor-element.elementor-element-af553b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4c87fd1 *//* =========================
AFRIKACARGO — PREMIUM FOOTER v2
Scope: #acFooter2 + #acTop2
Pembe yok, tema button reset var
========================= */

#acFooter2{
  --ac-blue-900:#12098F;
  --ac-blue-700:#2F6BFF;
  --ac-blue:#0011D4;

  --ink:#ECF2FF;
  --muted:rgba(236,242,255,.72);
  --line:rgba(236,242,255,.14);

  --glass:rgba(255,255,255,.06);
  --glass2:rgba(255,255,255,.10);

  --shadow:0 22px 60px rgba(2,6,23,.22);
  --r:18px;

  position:relative;
  width:100%;
  overflow:hidden;
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

/* full bg */
#acFooter2 .acF2__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 520px at 18% 12%, rgba(47,107,255,.26), transparent 62%),
    radial-gradient(900px 520px at 88% 18%, rgba(0,17,212,.18), transparent 58%),
    linear-gradient(135deg, rgba(18,9,143,.97), rgba(7,10,40,.96));
  pointer-events:none;
}

/* container */
#acFooter2 .acF2__wrap{
  position:relative;
  max-width:1400px;
  margin:0 auto;
  padding:56px 18px 18px;
}

#acFooter2 *{box-sizing:border-box}
#acFooter2 a{color:inherit; text-decoration:none}

/* THEME PINK BUTTON RESET (footer scope) */
#acFooter2 button,
#acFooter2 [type="button"],
#acFooter2 [type="submit"]{
  background:transparent;
  border:0;
  padding:0;
  color:inherit;
  font:inherit;
}

/* grid */
#acFooter2 .acF2__grid{
  display:grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap:28px;
  align-items:start;
}

/* titles */
#acFooter2 .acF2__ttl{
  font-size:13.5px;
  font-weight:700;
  letter-spacing:.2px;
  margin:0 0 12px;
  color:#fff;
}

/* brand */
#acFooter2 .acF2__logo{
  height:46px;
  width:auto;
  display:block;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,.22));
}

#acFooter2 .acF2__desc{
  margin:14px 0 16px;
  font-size:14px;
  line-height:1.6;
  font-weight:500;
  color:var(--muted);
  max-width:46ch;
}

/* CTAs */
#acFooter2 .acF2__ctaRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

#acFooter2 .acF2__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(236,242,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  font-weight:650;
  transition:transform .15s ease, background-color .15s ease, border-color .15s ease;
}

#acFooter2 .acF2__btn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.12);
  border-color:rgba(236,242,255,.24);
}

#acFooter2 .acF2__btn--primary{
  border-color:transparent;
  background:linear-gradient(135deg, rgba(18, 9, 143, .96), rgba(47, 107, 255, .92));
  box-shadow:0 18px 44px rgba(18, 9, 143, .18);
}

/* links */
#acFooter2 .acF2__lnk{
  display:block;
  padding:9px 10px;
  border-radius:12px;
  border:1px solid transparent;
  color:rgba(236,242,255,.88);
  font-size:13px;
  font-weight:550;
  transition:background-color .15s ease, border-color .15s ease, transform .15s ease;
}

#acFooter2 .acF2__lnk:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(236,242,255,.14);
  transform:translateY(-1px);
}

/* contact */
#acFooter2 .acF2__contact{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(236,242,255,.12);
  background:rgba(255,255,255,.06);
  margin-bottom:10px;
  transition:transform .15s ease, background-color .15s ease, border-color .15s ease;
}

#acFooter2 .acF2__contact:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.10);
  border-color:rgba(236,242,255,.18);
}

#acFooter2 .acF2__cIco{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(236,242,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

#acFooter2 .acF2__cIco img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
  filter:none; /* PNG'ler görünür kalsın */
}

#acFooter2 .acF2__cTxt b{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#fff;
  line-height:1.15;
}

#acFooter2 .acF2__cTxt span{
  display:block;
  margin-top:4px;
  font-size:12.75px;
  font-weight:550;
  color:rgba(236,242,255,.74);
}

#acFooter2 .acF2__miniNote{
  margin-top:12px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(236,242,255,.12);
  background:rgba(255,255,255,.06);
  color:rgba(236,242,255,.74);
  font-size:12.75px;
  font-weight:600;
}

/* MEG white card */
#acFooter2 .acF2__megCard{
  margin-top:14px;
  padding:14px 14px 12px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 44px rgba(2,6,23,.18);
}

#acFooter2 .acF2__megTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

#acFooter2 .acF2__megKicker{
  font-size:12px;
  font-weight:700;
  color:#0B1020;
}

#acFooter2 .acF2__megLine{
  flex:1;
  height:1px;
  background:rgba(11,16,32,.10);
}

#acFooter2 .acF2__megLogo{
  height:34px;
  width:auto;
  display:block;
}

/* bottom */
#acFooter2 .acF2__bottom{
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid rgba(236,242,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

#acFooter2 .acF2__copy{
  font-size:12.75px;
  font-weight:550;
  color:rgba(236,242,255,.72);
}

#acFooter2 .acF2__bottomLinks{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#acFooter2 .acF2__mini{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(236,242,255,.12);
  background:rgba(255,255,255,.06);
  font-size:12.5px;
  font-weight:650;
  color:rgba(236,242,255,.86);
}

/* responsive (desktop/tablet ok, mobil ayrı istenecek) */
@media (max-width: 1100px){
  #acFooter2 .acF2__grid{
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  #acFooter2 .acF2__col:last-child{
    grid-column: 1 / -1;
  }
}

/* =========================
Scroll to top button (footer gradient)
========================= */
#acTop2{
  position:fixed;
  right:18px;
  bottom:18px;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(236,242,255,.18);
  background:linear-gradient(135deg, rgba(18, 9, 143, .96), rgba(47, 107, 255, .92));
  box-shadow:0 22px 60px rgba(18,9,143,.22);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;

  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
  z-index:99999;
}

#acTop2.is-show{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

#acTop2:hover{
  transform:translateY(-2px);
}

#acTop2 img{
  width:18px;
  height:18px;
  object-fit:contain;
  display:block;
  filter: brightness(0) invert(1); /* ok beyaz dursun */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f4c942 *//* =========================
AFRIKACARGO — MOBILE FOOTER (ACCORDION)
Scope: #acFooterMobile + #acTopM
========================= */

#acFooterMobile{
  --ac-blue-900:#12098F;
  --ac-blue-700:#2F6BFF;
  --ac-blue:#0011D4;

  --ink:#ECF2FF;
  --muted:rgba(236,242,255,.74);
  --line:rgba(236,242,255,.14);

  --glass:rgba(255,255,255,.07);
  --glass2:rgba(255,255,255,.11);

  --shadow:0 22px 60px rgba(2,6,23,.22);
  --r:18px;

  position:relative;
  width:100%;
  overflow:hidden;
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

#acFooterMobile *{box-sizing:border-box}
#acFooterMobile a{color:inherit; text-decoration:none}

/* Tema pembe button stilini footer scope’unda öldür */
#acFooterMobile button,
#acFooterMobile [type="button"],
#acFooterMobile [type="submit"]{
  background:transparent !important;
  border:0 !important;
  color:inherit !important;
  font:inherit !important;
  padding:0 !important;
  box-shadow:none !important;
}

/* BG */
#acFooterMobile .acFM__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 520px at 20% 12%, rgba(47,107,255,.26), transparent 62%),
    radial-gradient(900px 520px at 88% 18%, rgba(0,17,212,.18), transparent 58%),
    linear-gradient(135deg, rgba(18,9,143,.97), rgba(7,10,40,.96));
  pointer-events:none;
}

#acFooterMobile .acFM__wrap{
  position:relative;
  max-width:720px;
  margin:0 auto;
  padding:36px 14px 16px;
}

/* Brand */
#acFooterMobile .acFM__logo{
  height:40px;
  width:auto;
  display:block;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,.22));
}

#acFooterMobile .acFM__desc{
  margin:12px 0 14px;
  font-size:13.25px;
  line-height:1.6;
  font-weight:500;
  color:var(--muted);
}

#acFooterMobile .acFM__ctaRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

#acFooterMobile .acFM__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(236,242,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  font-weight:650;
}

#acFooterMobile .acFM__btn--primary{
  border-color:transparent;
  background:linear-gradient(135deg, rgba(18, 9, 143, .96), rgba(47, 107, 255, .92));
  box-shadow:0 18px 44px rgba(18, 9, 143, .18);
}

/* MEG white card */
#acFooterMobile .acFM__megCard{
  margin-top:10px;
  padding:12px 12px 10px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 44px rgba(2,6,23,.18);
}
#acFooterMobile .acFM__megLbl{
  display:block;
  font-size:12px;
  font-weight:700;
  color:#0B1020;
  margin-bottom:8px;
}
#acFooterMobile .acFM__megLogo{
  height:32px;
  width:auto;
  display:block;
}

/* Accordion wrapper */
#acFooterMobile .acFM__acc{
  margin-top:14px;
  display:grid;
  gap:10px;
}

/* Accordion section */
#acFooterMobile .acFM__sec{
  border-radius:18px;
  border:1px solid rgba(236,242,255,.14);
  background:rgba(255,255,255,.06);
  overflow:hidden;
}

/* Header button */
#acFooterMobile .acFM__head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px;
  cursor:pointer;
}

#acFooterMobile .acFM__ttl{
  font-size:13.5px;
  font-weight:700;
  color:#fff;
  letter-spacing:.2px;
}

/* Chevron */
#acFooterMobile .acFM__chev{
  width:10px;
  height:10px;
  border-right:2px solid rgba(236,242,255,.72);
  border-bottom:2px solid rgba(236,242,255,.72);
  transform:rotate(45deg);
  transition:transform .16s ease;
  flex:0 0 auto;
}

/* Panel (animated with max-height) */
#acFooterMobile .acFM__panel{
  max-height:0;
  overflow:hidden;
  padding:0 14px;
  opacity:.0;
  transition:max-height .22s ease, opacity .18s ease;
}

#acFooterMobile .acFM__panelInner{
  padding-bottom:14px;
}

/* Open state */
#acFooterMobile .acFM__sec.is-open .acFM__panel{
  opacity:1;
  padding:0 14px 14px;
}

#acFooterMobile .acFM__sec.is-open .acFM__chev{
  transform:rotate(225deg);
}

/* Links inside panel */
#acFooterMobile .acFM__lnk{
  display:flex;
  align-items:center;
  padding:10px 10px;
  border-radius:14px;
  border:1px solid rgba(236,242,255,.10);
  background:rgba(0,17,212,.03);
  margin-top:10px;
  font-size:13px;
  font-weight:600;
  color:rgba(236,242,255,.90);
}

/* Contacts */
#acFooterMobile .acFM__contact{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(236,242,255,.12);
  background:rgba(255,255,255,.07);
  margin-top:10px;
}

#acFooterMobile .acFM__ico{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(236,242,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

#acFooterMobile .acFM__ico img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
  filter:none;
}

#acFooterMobile .acFM__cTxt b{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#fff;
  line-height:1.15;
}

#acFooterMobile .acFM__cTxt span{
  display:block;
  margin-top:4px;
  font-size:12.75px;
  font-weight:550;
  color:rgba(236,242,255,.74);
}

#acFooterMobile .acFM__note{
  margin-top:10px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(236,242,255,.12);
  background:rgba(255,255,255,.06);
  color:rgba(236,242,255,.74);
  font-size:12.75px;
  font-weight:600;
}

/* Bottom */
#acFooterMobile .acFM__bottom{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(236,242,255,.12);
}

#acFooterMobile .acFM__copy{
  font-size:12.5px;
  font-weight:550;
  color:rgba(236,242,255,.72);
}

#acFooterMobile .acFM__miniRow{
  margin-top:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#acFooterMobile .acFM__mini{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(236,242,255,.12);
  background:rgba(255,255,255,.06);
  font-size:12.5px;
  font-weight:650;
  color:rgba(236,242,255,.86);
}

/* Scroll to top */
#acTopM{
  position:fixed;
  right:16px;
  bottom:16px;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(236,242,255,.18);
  background:linear-gradient(135deg, rgba(18, 9, 143, .96), rgba(47, 107, 255, .92));
  box-shadow:0 22px 60px rgba(18,9,143,.22);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;

  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
  z-index:99999;
}

#acTopM.is-show{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

#acTopM img{
  width:18px;
  height:18px;
  object-fit:contain;
  display:block;
  filter: brightness(0) invert(1);
}

/* =========================
PATCH A: Ok butonu desktop gibi NET görünsün
- Şeffaflık hissi bitiyor
- Footer'a gelince "mavileşme" yok
========================= */

#acTopM{
  background: linear-gradient(135deg, rgba(18, 9, 143, 1), rgba(47, 107, 255, 1)) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: 0 22px 60px rgba(18,9,143,.30), 0 0 0 6px rgba(47,107,255,.12) !important;
  opacity:0;
}

#acTopM.is-show{
  opacity:1;
}

#acTopM img{
  width:18px;
  height:18px;
  filter: none !important; /* iconu invert etme, png zaten uygun */
  opacity: 1 !important;
}

/* Eğer temadan transparan geliyorsa tam kilitle */
#acTopM:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:16px;
  background: linear-gradient(135deg, rgba(18, 9, 143, 1), rgba(47, 107, 255, 1));
  z-index:-1;
}

/* =========================
PATCH B: Accordion başlıkları birleşmesin, premium kart hissi
========================= */

#acFooterMobile .acFM__acc{
  gap:12px !important;
  margin-top:16px !important;
}

#acFooterMobile .acFM__sec{
  border-radius:18px !important;
  background: rgba(255,255,255,.065) !important;
  border: 1px solid rgba(236,242,255,.16) !important;
  box-shadow: 0 12px 28px rgba(2,6,23,.16) !important;
}

#acFooterMobile .acFM__head{
  padding:16px 16px !important;
}

#acFooterMobile .acFM__ttl{
  font-size:13.75px !important;
  font-weight:700 !important;
}

/* panel açılınca üstte ince ayırıcı */
#acFooterMobile .acFM__panel{
  border-top: 1px solid rgba(236,242,255,.12);
}

/* panel içi spacing daha iyi */
#acFooterMobile .acFM__sec.is-open .acFM__panel{
  padding:12px 14px 14px !important;
}/* End custom CSS */