/* ================================
   FOOTER SECTION RESPONSIVE
================================ */

/* Extra small devices (portrait phones, <576px) */
@media (max-width: 575.98px) {
  .footer-section {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .footerImage-section {
    text-align: center;
    padding-left: 0;
  }

  .footerImage-section .footerImg {
    width: 100px;
  }

  .footerPara-section .footerPara {
    font-size: 12px;
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
  }

  .footerMenu-section {
    margin-top: 20px;
    text-align: center;
  }

  .footerMenu-section .footer-menu .footer-links {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .footerMenu-section .footer-menu .footer-links .footerMenus {
    font-size: 12px;
  }

  .playstoreImage-section {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 20px;
  }
.footer-section .footerImage-section .footerImg {
    width: 130px;
}
  .playstoreImage-section .downloadIcons {
    width: 120px;
  }

  .copyRight-section {
    margin-top: 40px;
    text-align: center;
  }

  .copyRight-section .copyrightPara1,
  .copyRight-section .copyrightPara2 {
    font-size: 12px;
  }
  .footer-section .footerPara-section .footerPara {
    text-align: start;
    font-size: 16px;

  }
  .footer-section .footerPara-section .footerPara,
  .footer-section .footerImage-section{
    padding-left: 0;
  }
  .footer-section .footerMenu-section .footer-menu .footer-links {
    text-align: end;
    font-size: 14px;
  }
  
  .footer-section .playstoreImage-section .downloadIcons {
    width: 125px;
  } 
}

/* Small devices (landscape phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
 .footer-section {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .footerImage-section {
    text-align: center;
    padding-left: 0;
  }

  .footerImage-section .footerImg {
    width: 100px;
  }

  .footerPara-section .footerPara {
    font-size: 12px;
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
  }

  .footerMenu-section {
    margin-top: 20px;
    text-align: center;
  }

  .footerMenu-section .footer-menu .footer-links {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .footerMenu-section .footer-menu .footer-links .footerMenus {
    font-size: 12px;
  }

  .playstoreImage-section {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 20px;
  }
.footer-section .footerImage-section .footerImg {
    width: 130px;
}
  .playstoreImage-section .downloadIcons {
    width: 120px;
  }

  .copyRight-section {
    margin-top: 40px;
    text-align: center;
  }

  .copyRight-section .copyrightPara1,
  .copyRight-section .copyrightPara2 {
    font-size: 12px;
  }
  .footer-section .footerPara-section .footerPara {
    text-align: start;
    font-size: 16px;

  }
  .footer-section .footerMenu-section .footer-menu .footer-links {
    text-align: start;
    font-size: 14px;
  }
  .footer-section .playstoreImage-section .downloadIcons {
    width: 125px;
  } 
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footerImage-section .footerImg {
    width: 120px;
  }

  .footerPara-section .footerPara {
    font-size: 15px;
  }

  .footerMenu-section .footer-menu .footer-links {
    font-size: 15px;
  }

  .footerMenu-section .footer-menu .footer-links .footerMenus {
    font-size: 15px;
  }

  .playstoreImage-section .downloadIcons {
    width: 170px;
  }

  .copyRight-section .copyrightPara1,
  .copyRight-section .copyrightPara2 {
    font-size: 15px;
  }
  .footer-section .playstoreImage-section .downloadIcons {
    width: 102px;
    transition: 0.3s;
}
}

/* Large devices (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-section {
    padding-top: 70px;
    padding-bottom: 35px;
    margin-top: 135px;
  }

  .footerImage-section .footerImg {
    width: 130px;
  }

  .footerPara-section .footerPara {
    font-size: 16px;
  }

  .footerMenu-section .footer-menu .footer-links {
    font-size: 16px;
  }

  .footerMenu-section .footer-menu .footer-links .footerMenus {
    font-size: 16px;
  }

  .playstoreImage-section .downloadIcons {
    width: 150px !important;
  }

  .copyRight-section .copyrightPara1,
  .copyRight-section .copyrightPara2 {
    font-size: 16px;
  }
}

/* Extra large devices (1200px to 1440px) */
@media (min-width: 1200px) and (max-width: 1440px) {
  .footer-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footerImage-section .footerImg {
    width: 140px;
  }

  .footerPara-section .footerPara {
    font-size: 16px;
  }

  .footerMenu-section .footer-menu .footer-links {
    font-size: 16px;
  }

  .footerMenu-section .footer-menu .footer-links .footerMenus {
    font-size: 16px;
  }

  .playstoreImage-section .downloadIcons {
    width: 200px;
  }

  .copyRight-section .copyrightPara1,
  .copyRight-section .copyrightPara2 {
    font-size: 16px;
  }
}

/* Ultra large / 4K screens (2560px and above) */
@media (min-width: 2560px) {
  .footer-section {
    padding-top: 150px;
    padding-bottom: 80px;
        margin-top: 277px;
  }

  .footerImage-section .footerImg {
    width: 280px;
  }

  .footerPara-section .footerPara {
    font-size: 24px;
  }

  .footerMenu-section .footer-menu .footer-links {
    font-size: 24px;
  }

  .footerMenu-section .footer-menu .footer-links .footerMenus {
    font-size: 24px;
  }

  .playstoreImage-section .downloadIcons {
    width: 400px;
  }

  .copyRight-section .copyrightPara1,
  .copyRight-section .copyrightPara2 {
    font-size: 24px;
  }
}

/* Stack columns on mobile */
@media (max-width: 767.98px) {
  .footer-section .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
