/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ================================================
   FOOTER – LINKS SECTION (white)
   ================================================ */

.at-footer {
  font-family: 'Roboto', sans-serif;
  background: #f3f3f3;
  width: 100%;
}

/* ── Inner wrapper ── */
.at-footer__links {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px;
}

/* ── Each category block ── */
.at-footer__group {
  margin-bottom: 12px;
}

.at-footer__group-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #525252;
  margin-bottom: 6px;
}

/* ── Inline pipe-separated links ── */
.at-footer__link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  line-height: 1.7;
}

.at-footer__link-list li {
  display: flex;
  align-items: center;
}

/* Pipe separator */
.at-footer__link-list li+li::before {
  content: '|';
  color: #525252;
  margin: 0 6px;
  font-size: 12px;
}

.at-footer__link-list a {
  font-size: 13px;
  color: #646464;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.at-footer__link-list a:hover {
  color: #d61347;
}


/* ── Divider between groups ── */
.at-footer__group+.at-footer__group {
  padding-top: 4px;
}



/* ================================================
   FOOTER – BOTTOM BAR (white background)
   ================================================ */

.at-footer__bottom {
  background: #ffffff;
  border-top: 1px solid #ededed;
  width: 100%;
}

.at-footer__bottom-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

/* ── Common column layout ── */
.at-footer__bottom-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── Labels ── */
.at-footer__col-label {
  font-size: 12px;
  color: #646464;
  margin-bottom: 10px;
}

/* ── Follow Us ── */
#footer-social {
  padding-right: 15px;
  width: 253px;
}

.at-footer__social {
  display: flex;
  list-style: none;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.at-footer__social a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 32px;
  height: 32px;
  color: #777777;
  transition: color 0.2s, transform 0.2s;
}

.at-footer__social a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.at-footer__social a:hover {
  color: #d61347;
  transform: translateY(-2px);
}

/* ── We Accept & Member Of Stacked Box ── */

.footer-logos {
  display: flex;
  border-bottom: 0;
  background: #fff;
  width: calc(100% - 255px);
  justify-content: flex-start;
}

.item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-right: 1px solid #ddd;
  gap: 15px;
}

.item .accept {
  padding-right: 25px;
}

.item-col {
  flex-direction: column;
  justify-content: center;

}

.item-col:last-child {
  border-right: 0;
}


.outer .item {
  border-bottom: 1px solid #ddd;
  padding: 0;
  border-right: 0;
}

.item:last-child {
  border-bottom: 0;
}

.item:first-child ul {
  width: 100%;
}

.item:first-child ul li {
  width: 33.3%;
}

.item span {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
}

.outer .item ul li:first-child {
  border-left: 1px solid #ddd;
}

.item ul {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.item ul li {
  padding: 8px 10px;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
}

/* Sprite Image */
.sprite {
  background-image: url("../images/home-sprites-new.png");
  background-repeat: no-repeat;
  display: inline-block;
}

/* Update width, height and background-position
   according to your sprite image */

.visa {
  width: 76px;
  height: 24px;
  background-position: -395px -9px;
}

.mastercard {
  width: 59px;
  height: 47px;
  background-position: -146px -107px;
}

.amex {
  width: 39px;
  height: 38px;
  background-position: -157px -315px;
}

.incredible {
  width: 92px;
  height: 37px;
  background-position: -393px -41px;
}

.iata {
  width: 52px;
  height: 37px;
  background-position: -153px -216px;
}

.tafi {
  width: 87px;
  height: 37px;
  background-position: -7px -251px;
}

.ministry {
  width: 55px;
  height: 42px;
  background-position: -150px -162px;
}

.securetrust {
  width: 85px;
  height: 39px;
  background-position: -7px -200px;
}

.benzy {
  width: 96px;
  height: 39px;
  background-position: -10px -306px;
}

/* ================================================
   FOOTER – COPYRIGHT
   ================================================ */

.at-footer__copyright {
  background: #ffffff;
  border-top: 1px solid #ededed;
  padding: 16px 10px;
  text-align: center;
}

.at-footer__copyright p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.at-footer__copyright a {
  color: #d32f2f;
  transition: color 0.2s;
  text-decoration: none;
}


/* ================================================
   RESPONSIVE
   ================================================ */
@media screen and (max-width:1100px){
  .at-footer__bottom-inner {
    padding: 0 15px;
  }
  .footer-logos {
    width: calc(100% - 200px);
}
}
@media (max-width: 1000px) {
  .at-footer__bottom-inner {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
  }

  .footer-logos {
    width: 100%;
    border-bottom: 1px solid #ededed;
        justify-content: center;
  }

  .at-footer__bottom-col {
    width: 100% !important;
    padding-right: 0 !important;
    align-items: center;
    padding: 10px 0;
  }
}


@media (max-width: 780px) {
  .footer-logos {
    justify-content: start;
    flex-wrap: wrap;
  }

  .footer-logos .outer {
    width: 100%;
    border-bottom: 1px solid #ededed;
  }

  .footer-logos .outer .item ul li:last-child {
    border-right: 0;
  }
  .at-footer__bottom-inner {
    padding: 0 15px;
  }

  .item {
    border-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }

  .outer .item {
    padding: 0;
    border-right: 0;
    width: 100%;
  }

  .item ul {
    width: 100%;
    gap: 30px;
  }

  .item ul li {
       width: auto;
    padding: 8px 0px;
    justify-content: center;
    border-right: 0;
  }
.item:first-child ul li {
    width: auto;
}
  .outer .item ul li:first-child {
    border-left: 0;
  }

  .outer .item:first-child {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .at-footer__bottom-col {
   align-items: start;
  }
}

@media (max-width:500px) {
  .at-footer__links {
    padding: 16px 12px 10px;
  }

  .at-footer__link-list li+li::before {
    margin: 0 4px;
  }
    .item ul {
        gap: 16px;
        justify-content: center;
    }
.at-footer__bottom-col {
        align-items: center;
    }
.item {
    align-items: center;
    justify-content: center;
}
    .footer-logos {
        justify-content:center;
    }
}