/**
 * Smart Expense Tracker App Styles
 */

/* Add your expense tracker styles here */
.page-template-smart-expense-tracker-app .link-btns{
  gap: 17px;
  padding-top: 40px;
  padding-bottom: 70px;
  max-width: 273px;
  width: 100%;
}
 .page-template-smart-expense-tracker-app .link-btns a {
  text-decoration: none;
}
.expense-tracker-top-spacing{
  padding-top: 20px !important;
}
.page-template-smart-expense-tracker-app .store-btn{
  color: white;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #A6A6A6;
  background: black;
}
.page-template-smart-expense-tracker-app  .store-image-one{
  width: 135px;
  height: 40px;
}
.page-template-smart-expense-tracker-app .store-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition:  0.3s ease; /* smooth animation */
}

.page-template-smart-expense-tracker-app .store-image:hover img {
  animation: 2s infinite pulse !important;

}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgb(0 0 0 / .8);
}
70% {
    box-shadow: 0 0 0 10px #fff0;
}
100% {
    box-shadow: 0 0 0 0 #fff0;
}
}
 .btn.btn-primary-radius {
    background: #2A89F2;
    border-radius: 50px;
    padding: 15px 30px;
    color: #ffffff;
    border: 2px solid #2A89F2;
}
 .btn.btn-primary-radius:hover {
    background: transparent;
    border-radius: 50px;
    padding: 15px 30px;
    color: #000000;
}
 .page-template-smart-expense-tracker-app .card.card-grident {
    background-image: url(../images/card-grident.svg);
    background-position: center center;
    border: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}
 .page-template-smart-expense-tracker-app .card.card-grident h2 {
  line-height: 1.4 !important;
 }
 .page-template-smart-expense-tracker-app  .yourmap-banner {
  font-size: 48px !important;
}
.page-template-smart-expense-tracker-app .bsection h4{
  font-size: 30px !important;
}
.page-template-smart-expense-tracker-app .bsection .font-17 {
font-weight: 500 !important; 
}
.page-template-smart-expense-tracker-app .text-light-mute{
color: #334155 !important;
} 
 .page-template-smart-expense-tracker-app  .light-card .color-light-black {
font-size: 18px !important;
color: #1E293B !important;
}
.page-template-smart-expense-tracker-app .yourmap-banner P{
  max-width: 870px;
  width: 100%;
  margin: 0 auto !important;
  color: #334155 !important;
}
.page-template-smart-expense-tracker-app  .light-card .fs-20{
  font-size: 16px !important;
  color: #1E293B !important;
}
 .page-template-smart-expense-tracker-app .light-card img{
  height: auto !important;
}
 .page-template-smart-expense-tracker-app .yourmap-images .first-row{
  padding-top: 0px !important;
  margin-top: 10px !important;
 }
@media screen and (max-width:991px) {
  .page-template-smart-expense-tracker-app .link-btns{
 padding: 20px 0 30px 0px !important;
  }
}
@media screen and (max-width:575px) {
  .page-template-smart-expense-tracker-app .link-btns{
   padding: 10px 0px 0px 0px !important;
  }
   .page-template-smart-expense-tracker-app .hero-section.page-background{
    padding-bottom: 30px !important;
   }
}