/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-Dec-2025, 11:41:55 PM
    Author     : nikhil
*/

.bigbasket-footer {
  background-color: #f7f7f7;
  color: #333;
  font-size: 14px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 180px;
  margin: 10px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

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

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #555;
}

.footer-column ul li a:hover {
  color: #53b443;
}

.social-icons a, .app-icons a {
  margin-right: 10px;
  display: inline-block;
}

.footer-newsletter {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.footer-newsletter h4 {
  margin-bottom: 15px;
}

.footer-newsletter form input[type="email"] {
  padding: 10px;
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  outline: none;
}

.footer-newsletter form button {
  padding: 10px 20px;
  border: none;
  background-color: #53b443;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.footer-newsletter form button:hover {
  background-color: #439f3a;
}

.footer-payments {
  text-align: center;
  margin: 20px 0;
}

.footer-payments img {
  margin: 0 10px;
  height: 40px;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  font-size: 13px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin: 15px 0;
  }

  .social-icons, .app-icons {
    justify-content: center;
  }

  .footer-newsletter form input[type="email"] {
    width: 70%;
  }
}
/*//////////////////////////////////*/
/* Back to Top Button */
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  font-size: 18px;
  background-color: #53b443; /* BigBasket green */
  color: white;
  border: none;
  outline: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s;
}

#backToTop:hover {
  background-color: #439f3a;
}



/*/////////////////////////////////////////////////*/

.bb-footer {
    background-color: #0f1111;
    padding: 20px 15px;
    font-family: Arial, sans-serif;
}

.bb-footer-container {
    max-width: 1200px;
    margin: auto;
}

.bb-footer-title {
    color: #ddd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.bb-cities-text {
    font-size: 12px;
    line-height: 1.8;
    color: #aaa;
}
