/** Shopify CDN: Minification failed

Line 180:0 Unexpected "{"
Line 180:1 Unexpected "{"
Line 180:3 Expected identifier but found "'section-parents-message.css'"
Line 181:0 Unexpected "{"
Line 181:1 Unexpected "{"
Line 181:3 Expected identifier but found "'section-video-banner.css'"

**/


/* CSS from section stylesheet tags */
.custom-footer {
  color: #fff;
}
.main-footer{
  background-color: #436338;
  padding: 40px 20px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}
.footer-col ul li a:hover {
  text-decoration: underline;
}
.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}
.footer-apps {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.glass-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0.5px solid rgba(255, 255, 255, 0.33);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.glass-btn img {
  width: 100px;
  height: auto;
  display: block;
}


.white{
  color:#ffffff;
  font-size: 18px;
}

.custom-footer ul {
    list-style-type: none;
    padding-left: 0;
    color: #FFF8EB;
}
  .brand-name {
    font-size: 14px;
}
  .ft-address {
    font-size: 14px;
}
.footer-newsletter {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px; 
  margin-top: 10px;
}

.footer-newsletter input[type="email"] {
  flex: 1;
  padding: 14px 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.33);
  border-right: none;
  border-radius: 50px 0 0 50px;
  outline: none;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 14px;
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter button {
  width: 70px;
  height: 50px;
  border: none;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: background 0.3s ease;
  margin-left: -20px;
}

.footer-newsletter button:hover {
  background: #222;
}

.privacy-text {
  font-size: 12px;
  color: #bbb;
  margin-top: 8px;
}
.footer-social a {
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
}
.footer-social a:hover {
  color: #fff;
}
.footer-bottom {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #444;
  padding:20px 0;
  font-size: 13px;
  color: #999;
}

@media (max-width: 767px) {
  .custom-footer .d-flex {
    row-gap: 30px;
    
  }
  .custom-footer .d-flex.flex-wrap {
  gap: 40px;
}
  .white{
  color:#ffffff;
  font-size: 14px;
}
}
{{ 'section-parents-message.css' | asset_url | stylesheet_tag }}
{{ 'section-video-banner.css' | asset_url | stylesheet_tag }}