:root {
  --red: #FF2F29;
  --blue: #0057A0;
  --yellow: #FFDE59;
  --dark: #353A40;
  --light-gray: #d9d9d9;
}

.gaboom-footer {
  background: linear-gradient(180deg, var(--blue) 0%, #003f76 100%);
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.footer-top {
  padding: 56px 0 40px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
  position: relative;
  padding: 0 28px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Make each footer column a vertical flex container so items align on the same baseline */
.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1px;
}

/* Normalize vertical spacing inside columns */
.footer-col > * {
  margin: 0 0 12px 0;
}

.footer-col h4 {
  margin: 0 0 10px 0;
}

.footer-logo {
  width: 180px;
  margin-bottom: 12px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}

.brand-col p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin: 0 0 12px 0;
  color: rgba(255,255,255,0.95);
}

.brand-wrap { display:flex; flex-direction:column; gap:8px; }
.social-news { display:flex; flex-direction:column; gap:12px; }
.social-news .social-icons { align-items:flex-start; }

.social-icons {
  display: flex;
  gap: 14px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 15px;
  transition: all 0.22s ease;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.social-icons a:hover {
  background: var(--yellow);
  color: var(--dark);
  transform: translateY(-4px) scale(1.03);
}

.footer-vector {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  opacity: 0.07;
  pointer-events: none;
}

.footer-fries {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 130px;
  opacity: 0.08;
  pointer-events: none;
}

.footer-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 150%;
  color: rgba(255,255,255,0.92);
  text-transform: capitalize;
}
/* Do not capitalize emails */
.address-col .address-email,
.address-col .address-email span,
.address-col .address-email a {
  text-transform: none;
}

/* Ensure anchor links inside footer are visually consistent */
.footer-col a {
  color: rgba(255,255,255,0.95);
  text-decoration: none;
}
.footer-col a:hover { text-decoration: underline; }

/* address column specifics to keep items aligned */
.address-col ul { padding: 0; margin: 0; }
.address-col ul li { display:flex; align-items:flex-start; gap:12px; padding: 6px 0; margin: 0; }

/* Hours text will be a stacked group with tight internal rhythm */
.address-col .hours-text { display:flex; flex-direction:column; gap:6px; }
.address-col .hours-row { 
  line-height:1.35; 
  display: block;
  width: 100%;
}

/* Group spacing: slightly more space above the hours group and below it */
.address-col .hours-group { padding-top:8px; padding-bottom:10px; }

/* Fixed-width icon column so all icons align vertically to a left guide */
.address-col ul li i {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

/* Invisible spacer icon used for titles to keep alignment */
.address-col .icon-spacer { opacity: 0; }

/* Ensure text sits on the same baseline and has no extra margins */
.address-col .address-text,
.address-col .hours-text,
.address-col ul li span { margin: 0; padding: 0; line-height: 1.35; }

/* Make Hours title slightly more defined */
.address-col .address-hours-title strong { font-weight: 800; letter-spacing: 0.2px; }

/* Remove any conflicting bottom margin for the column header in this column only */
.address-col h4 { margin-bottom: 10px; }

/* Contact items: equal icon padding and visual rhythm */
.address-col .address-email i,
.address-col .address-phone i { width:34px; height:34px; }
.address-col .address-email span,
.address-col .address-phone span { display:inline-block; vertical-align:middle; }

.footer-col ul li i {
  color: #ffffff;
  font-size: 13px;
}

.support-number {
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 8px 0;
  cursor: pointer;
}

.support-note {
  margin: 0;
  color: rgba(255,255,255,0.85);
}

.support-hours {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.45;
}
.support-hours li { margin: 0; }

/* Newsletter input */
.newsletter {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.newsletter input[type="email"]{
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  min-width: 0;
  flex: 1;
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.newsletter button{
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  background: var(--yellow);
  color: var(--dark);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.footer-bottom {
  background: rgba(0,0,0,0.12);
  color: rgba(255,255,255,0.9);
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/* Delivery / promo band styles (shared from about.css) */
.delivery-section {
  background: url("/images/about/bg.jpg") center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 406px;
}
.delivery-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
  height: 100%;
}
.delivery-section .section-subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  color: #ffde59;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.delivery-section .section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}
.delivery-section .section-title span { color: #ffde59; }
.delivery-section .order-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.delivery-section .order-btn:hover {
  background: #ffde59;
  transform: translateY(-3px);
}
.delivery-section .order-btn i { color: var(--primary); font-size: 20px; }
.delivery-rider img {
  max-width: 480px;
  transition: transform 0.5s ease-out;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.35));
}
@media (max-width: 900px) {
  .delivery-container { flex-direction: column; text-align: center; }
  .delivery-rider img { max-width: 320px; margin-top: 25px; }
  .delivery-section .section-title { font-size: 42px; }
  .delivery-section { height: auto; padding: 80px 20px; }
}

/* Follow-us banner: used across pages above the footer */
.follow-band {
  background: #ffffff; /* pure white */
  padding-top: 36px;
  padding-bottom: 0; /* remove bottom padding so image touches footer */
  color: #111;
  margin-bottom: 0;
}
.follow-band .follow-band-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 18px 0 18px;
  text-align: center;
}
.follow-band .follow-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 12px;
  color: #111;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.follow-image-wrap { width: 100%; display:block; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.follow-band .follow-image {
  width: 100%; /* avoid 100vw to prevent horizontal scrollbar */
  max-width: none;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 0; /* flush to footer */
  margin-left: 0;
  transform: none;
}

/* Swiper follow-strip specific styles */
.follow-swiper-wrap { width: 100%; overflow: hidden; }
.follow-swiper { width: 100%; }
.follow-swiper-fullwidth { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: #fff; }
.follow-swiper-wrap { width: 100%; overflow: hidden; }
.follow-swiper { width: 100%; }
.follow-swiper .swiper-wrapper { align-items: stretch; }
.follow-swiper .swiper-slide { width: auto; flex-shrink: 0; height: 260px; }
.follow-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Slide overlay for hover + magnify action */
.follow-swiper .swiper-slide { position: relative; overflow: hidden; }
.follow-swiper .slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.28);
  opacity: 0;
  transition: opacity 180ms ease-in-out;
  cursor: pointer;
}
.follow-swiper .swiper-slide:hover .slide-overlay { opacity: 1; }
.follow-swiper .slide-overlay i { color: #fff; font-size: 26px; background: rgba(0,0,0,0.35); padding: 10px; border-radius: 50%; }

/* Lightbox removed — hover overlay only (no JS modal present) */

/* Make slides taller on large desktop if needed */
@media (min-width: 1400px) {
  .follow-swiper .swiper-slide { height: 320px; }
}

@media (max-width: 992px) {
  .follow-swiper .swiper-slide { height: 200px; }
  .follow-band .follow-heading { font-size: calc(50px * 0.75); }
  .follow-band .follow-image { max-height: 420px; }
}

@media (max-width: 600px) {
  .follow-swiper .swiper-slide { height: 140px; }
  .follow-band { padding-top: 22px; }
  .follow-band .follow-heading { font-size: calc(50px * 0.6); }
}

@media (max-width: 576px) {
  .follow-band { padding: 22px 0; }
  .follow-band .follow-heading { font-size: calc(50px * 0.6); }
  .follow-band .follow-image { max-height: 260px; border-radius: 6px; }
}

/* Tablets (medium screens) */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: center;
  }
  /* Center columns on tablet for better stacked appearance */
  .footer-col {
    align-items: center;
  }
  .footer-col h4 {
    font-size: 19px;
  }
  .footer-col ul li {
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }
  .brand-col p {
    text-align: center;
    font-size: 14px;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-vector,
  .footer-fries {
    display: none;
  }
  .newsletter {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .newsletter input[type="email"] {
    width: 100%;
  }
  .newsletter button {
    width: 100%;
  }
  .footer-top {
    padding: 45px 0 35px;
  }
}

/* Tablet portrait */
@media (max-width: 768px) and (min-width: 577px) {
  .footer-grid {
    gap: 35px;
  }
  .footer-col h4 {
    font-size: 18px;
  }
}

/* Mobile (small screens) */
@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0 16px;
  }
  .footer-logo {
    margin: 0 auto 15px;
    width: 160px;
  }
  .footer-col {
    text-align: center;
    align-items: center;
  }
  .footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer-col ul li {
    justify-content: center;
    font-size: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .address-col ul li {
    justify-content: center;
    text-align: center;
  }
  .address-col .address-text {
    text-align: center;
  }
  .support-number {
    font-size: 20px;
  }
  .footer-top {
    padding: 40px 0 30px;
  }
  .delivery-section {
    padding: 50px 16px;
    height: auto;
  }
  .delivery-section .section-title {
    font-size: 32px;
  }
  .delivery-section .section-subtitle {
    font-size: 15px;
  }
  .social-icons {
    gap: 12px;
  }
  .social-icons a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .newsletter {
    margin-top: 15px;
  }
}

/* Ultra small devices */
@media (max-width: 400px) {
  .footer-col h4 {
    font-size: 17px;
  }
  .footer-col ul li {
    font-size: 14px;
  }
  .support-number {
    font-size: 18px;
  }
  .footer-grid {
    padding: 0 12px;
    gap: 30px;
  }
  .footer-top {
    padding: 35px 0 25px;
  }
  .delivery-section {
    padding: 40px 12px;
  }
  .delivery-section .section-title {
    font-size: 28px;
  }
  .delivery-section .section-subtitle {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 14px 12px;
    font-size: 12px;
  }
  .footer-logo {
    width: 140px;
  }
  .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
