/* Footer */
 footer {
      background: #141414;
      color: #fff;
      padding: 100px 20px 20px;
    }

    .footer-content {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .footer-col {
      flex: 1;
      min-width: 180px;
    }
 

    .footer-col h4 {
      margin-bottom: 10px;
      font-size: 18px;
      color: #cfa648;
    }
    .footer-col p {
  color: #ffffff; /* Paragraph text white */
  line-height: 1.6;
}

.footer-col a {
  color: #fcb900; /* Yellow link */
  text-decoration: none;
  font-weight: bold;
}

.footer-col a:hover {
  text-decoration: underline;
}

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

    .footer-col ul li {
      margin-bottom: 8px;
      font-size: 14px;
    }

    .footer-col a {
      color: #f0d680;
      text-decoration: none;
    }

    .logo img {
      height: 50px;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      padding-top: 20px;
      border-top: 1px solid #444;
      margin-top: 20px;
    }

    /* .social-icons {
  display: flex;
  gap: 20px;              
  font-size: 24px;       
  margin-top: 15px;
}

.social-icons i {
  color: darkred;         
  transition: color 0.3s; 
  cursor: pointer;
}

.social-icons i:hover {
  color: #f39c12;         
} */

.social-icons {
  display: flex;
  gap: 20px; /* space between each icon */
}

.social-icons a i {
  color: #931137;
  font-size: 24px; /* optional: control icon size */
}
.footer-overlay-wrapper {
  background: #FFF0D5;         /* Outer background color */
  padding: 10px 0 0;           /* Top padding for spacing */
  position: relative;
  z-index: 1;
}
.footer-overlay-banner {
  max-width: 729px !important;
  margin: 0 auto;
  margin-bottom: 11px !important;
  background: linear-gradient(to right, #b88330, #e5c387);
  padding: 40px 70px;               /* ⬅️ Increased padding (main height factor) */
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  transform: translateY(50%);       /* Optional: adjust vertical shift */
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-overlay-banner p {
  margin: 0;
  font-size: 16px;                 /* Slightly larger text */
  font-weight: 500;
  color: #7b2f2f;
  line-height: 1.5;                /* Better readability */
  flex: 1;
  text-align: left;
  min-width: 200px;
}

.footer-overlay-banner .store-buttons img {
  height: 38px;                    /* Slightly taller buttons */
  border-radius: 8px;
}
