.footer_section {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

/* Full Footer Video Background */
.footer_section .footer_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark Overlay */
.footer_section .footer_overlay {
  position: relative;
  z-index: 2;
  background: rgba(33, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

/* Footer Content */
.footer_section .footer_overlay .container {
  position: relative;
  z-index: 3;
}
.footer_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2100004f;
  z-index: 1;
}
/* 
.footer_section .footer_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
} */
/* .footer_section .container {
  position: relative;
  z-index: 2;
} */
.footer_section .footer_logo_div {
  width: 140px;
  margin: 0 auto 15px;
}


.footer_section .footer_logo_div .footer_logo {
  width: 100%;
  height: 100%;
  display: block;
}

.footer_section .social_icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer_section .social_icons a {
  color: rgba(255, 255, 255, .65);
  font-size: 28px;
  transition: 0.3s;
}


.footer_section .footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
  margin-bottom: 18px;
}

.footer_section .footer_menu a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto Slab;
}

.footer_section .footer_line {
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, #ffb26b24, #f6d007, #ffb26b21);
  margin-bottom: 28px;
}

.footer_section .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 50px;
}

.footer_section .footer_bottom .footer_text h4 {
  color: #FFC400;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: Roboto, Bold;
}


.footer_section .footer_bottom .footer_text p {
  color: #fff;
  margin: 0;
  /* line-height: 1.6; */
  font-size: 18px;
  font-family: Roboto, Regular;
}

.footer_section .footer_bottom .playstore_btn {
  width: 200px;
  max-width: 100%;
}

.footer_section .footer_bottom .playstore_btn .play_btn {
  width: 100%;
  height: 100%;
}

@media(min-width:768px) and (max-width:991px) {
  .footer_section .footer_menu {
    gap: 32px;

  }

  .footer_section .footer_bottom .playstore_btn img {
    width: 180px;

  }

  .footer_section .footer_bottom .footer_text h4 {

    font-size: 19px;
  }
}

.footer_section .footer_bottom .footer_text p {

  font-size: 17px;

}

@media (min-width:575px) and (max-width: 767.98px) {
  .footer_section .footer_bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer_section .footer_bottom .playstore_btn {
    width: 180px;

  }

  .footer_section .footer_menu {
    gap: 20px;
  }

  .footer_section .footer_menu a {
    font-size: 18px;
  }

  .footer_section .footer_bottom .footer_text h4 {
    font-size: 17px;
  }

  .footer_section .social_icons a {
    font-size: 24px;
  }

  .footer_section .footer_bottom .footer_text p {
    font-size: 16px;

  }
}

@media (min-width:0px) and (max-width: 575px) {
  .footer_section .footer_overlay {
    padding: 0 15px 20px;
  }

  .footer_section .footer_logo_div {
    width: 100px;
    margin: 0 auto 15px;
    padding-top: 10px;
  }

  .footer_section .footer_menu {
    flex-direction: row;
    gap: 20px;
  }

  .footer_section .footer_bottom .playstore_btn {
    width: 150px;
  }

  .footer_section .footer_menu a {
    font-size: 17px;

  }

  .footer_section .footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
  }

  .footer_section .footer_text {
    text-align: center;
  }

  .footer_section .footer_bottom .footer_text h4 {
    font-size: 17px;

  }

  .footer_section .footer_bottom .footer_text p {
    font-size: 16px;

  }
}
