/**
 * AI Homework Helper App Styles
 */


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

.page-template-ai-homework-helper-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-ai-homework-helper-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-ai-homework-helper-app .bsection  .check_list {
padding-left: 20px;
}
.page-template-ai-homework-helper-app .light-card img{
  height: auto !important;
}
.page-template-ai-homework-helper-app   .yourmap-banner h3{
  font-size: 48px !important;
  line-height: 1.3 !important;
  max-width: 1034px !important;
  margin: 0 auto !important;
  padding-bottom: 19px !important;
}
.page-template-ai-homework-helper-app   .yourmap-banner span{
display: contents !important;
}
.page-template-ai-homework-helper-app   .yourmap-banner h3+p{
color: #334155 !important;
}
.page-template-ai-homework-helper-app .bsection h4{
  font-size: 30px !important;
}
.page-template-ai-homework-helper-app .bsection .font-17 {
font-weight: 500 !important; 
}
.page-template-ai-homework-helper-app .card.card-grident  .color-primary {
  font-size: 50px !important;
}
.page-template-ai-homework-helper-app .card.card-grident .card-grident-text{
  color:#1E293BBF !important;
}
.page-template-ai-homework-helper-app  .light-card .color-light-black {
font-size: 18px !important;
color: #a2a2ac !important;
margin-bottom: 20px !important;
}
.page-template-ai-homework-helper-app  .light-card .font-16  {
color: #696b6e !important;
}
.page-template-ai-homework-helper-app  .faq-fs  {
font-size: 48px !important;
}
.page-template-ai-homework-helper-app  .card.light-card {
  background: #F8F8F8 !important;
  border: 0px !important;

}
.page-template-ai-homework-helper-app  .light-card .fs-20{
  font-size: 16px !important;
  color: #1E293B !important;
}
.page-template-ai-homework-helper-app  .yourmap-images .first-row{
  padding-top: 0px !important;
  margin-top: 15px !important;
 }

.page-template-ai-homework-helper-app  .card .card-grident p{
color: #1E293BBF !important;
 }
 
.page-template-ai-homework-helper-app  .happy-client-fs{
font-size: 48px !important;
}
@media screen and (max-width:991px) {
  .page-template-ai-homework-helper-app .link-btns{
 padding: 20px 0 30px 0px !important;
  }
  .page-template-ai-homework-helper-app  .faq-fs  {
font-size: 36px !important;
}
.page-template-ai-homework-helper-app  .happy-client-fs{
font-size: 36px !important;
}
 .page-template-ai-homework-helper-app .yourmap-banner h3 {
    font-size: 27px !important;
}
}
@media screen and (max-width:767px) {
  .page-template-ai-homework-helper-app  .hero-section  .check_list {
max-width: 450px;
width: 100%;
}
.page-template-ai-homework-helper-app  .faq-fs  {
font-size: 32px !important;
}
.page-template-ai-homework-helper-app  .happy-client-fs{
font-size: 32px !;
}
 .page-template-ai-homework-helper-app  .hero-section  .check_list li {
  text-align: left !important;
 }
 
.page-template-ai-homework-helper-app .card.card-grident  .color-primary {
  font-size: 28px !important;
 
} 
 .page-template-ai-homework-helper-app .bsection h4{
  font-size: 25px !important;
}
 .page-template-ai-homework-helper-app  .hero-section.page-background{
  padding-bottom: 42px !important;
}
}
@media screen and (max-width:575px) {
 
.page-template-ai-homework-helper-app .bsection  .check_list {
padding-left: 0px;
}
.page-template-ai-homework-helper-app  .happy-client-fs{
font-size: 28px !important;
}
.page-template-ai-homework-helper-app  .faq-fs  {
font-size: 28px !important;
}
.page-template-ai-homework-helper-app .card.card-grident h2  {
  line-height: 1.3 !important;
}
 .page-template-ai-homework-helper-app  .hero-section.page-background{
  padding-bottom: 38px !important;
}
.page-template-ai-homework-helper-app .card.card-grident .card-body{
  padding-top: 10px !important;
}
.page-template-ai-homework-helper-app .link-btns{
   padding: 10px 0px 0px 0px !important;
  }
}