body a{
    color: #005a8b;
  }
  body a:hover{
    color: #DC2C1D;
  }

.sub-banner {
    width: 100%;
    background-size: cover;
    position: relative;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5rem;
}
.sub-banner .banner {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.banner-text {
    content: "";
    position: absolute;
}
.sub-banner .breadcrumb{
    justify-content: center;
}
.sub-banner .breadcrumb a{
    color: #fff;
    transition-duration: 0.3s;
}
.sub-banner .breadcrumb a:hover{
    color: #E6000A;
    transition: all ease-in-out 0.3s;
}
.sub-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.banner-text h2{
  font-size: 35px;
}

.sub-banner-download{
    background-image: url(/assets/images/download-app/download-app-banner.webp);
}

.apps-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
}

.app-filter {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.app-filter .btn {
    padding: 10px 26px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-weight: 600;
    color: #334155;
    transition: .3s;
}

.app-filter .btn.active {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626;
}

.app-card {
    background: #fff;
    border-radius: 24px;
    padding: 25px 25px;
    text-align: center;
    height: 100%;
    transition: .35s;
    border: 1px solid #e1e1e1;
    box-shadow: 0 8px 25px rgba(15,23,42,.05);
}

.app-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.app-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 25px;
}

.app-card h4 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.app-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 30px;
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.store-buttons img {
    height: 42px;
    transition: .3s;
}

.store-buttons img:hover {
    transform: scale(1.05);
}

.learn-more {
    color: #dc2626;
    font-weight: 600;
    text-decoration: none;
}

.learn-more:hover {
    color: #b91c1c;
}

@media only screen and (min-width:1400px) and (max-width:1599px){
    .sub-banner .banner{
        height: 400px;
    }
    .sub-banner{
        height: 400px;
    }
    .sub-banner::after{
        height: 400px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 400px;
    }
    .sub-banner{
        height: 400px;
    }
    .sub-banner::after{
        height: 300px;
    }
    .app-card h4{
        font-size: 22px;
    }
    .apps-section h2{
        font-size: 28px;
    }
    .app-card{
        padding: 14px;
    }
}


@media only screen and (min-width:1120px) and (max-width:1199px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 200px;
    }
    .sub-banner{
        height: 295px;
    }
    .sub-banner::after{
        height: 295px;
    }
    .app-card h4{
        font-size: 24px;
    }
    .apps-section h2{
        font-size: 28px;
    }
}


@media only screen and (min-width:1024px) and (max-width:1119px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 200px;
    }
    .sub-banner{
        height: 295px;
    }
    .sub-banner::after{
        height: 295px;
    }
    .app-card h4{
        font-size: 24px;
    }
    .apps-section h2{
        font-size: 28px;
    }
}


@media only screen and (min-width:901px) and (max-width:1023px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 200px;
    }
    .sub-banner{
        height: 200px;
    }
    .sub-banner::after{
        height: 200px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    .apps-section h2{
        font-size: 24px;
    }
    .app-card{
        padding: 20px 20px;
    }
    .app-card h4{
        font-size: 22px;
    }
}


@media only screen and (min-width:768px) and (max-width:900px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 200px;
    }
    .sub-banner::after{
        height: 200px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    .apps-section h2{
        font-size: 24px;
    }
    .app-card{
        padding: 20px 20px;
    }
    .app-card h4{
        font-size: 22px;
    }
}


@media only screen and (min-width:576px) and (max-width:767px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 200px;
    }
    .sub-banner::after{
        height: 200px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    .apps-section h2{
        font-size: 24px;
    }
    .app-card{
        padding: 20px 20px;
    }
    .app-card h4{
        font-size: 22px;
    }
}


@media only screen and (min-width:420px) and (max-width:575px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    .apps-section h2{
        font-size: 24px;
    }
    .app-card{
        padding: 20px 20px;
    }
    .app-card h4{
        font-size: 22px;
    }
}


@media only screen and (min-width:100px) and (max-width:419px){
    .sub-banner{
        margin-top: 5rem;
    }
    .sub-banner .banner{
        height: 150px;
    }
    .sub-banner{
        height: 150px;
    }
    .sub-banner::after{
        height: 150px;
    }
    .banner-text h2 {
        font-size: 21px;
        text-align: center;
    }
    .banner-text{
        top: 30%;
    }
    .sub-banner .breadcrumb a{
        font-size: 16px;
    }
    .sec-padd1{
        margin-top: 0rem;
    }
    .sec-padd8 {
    padding-bottom: 2rem !important;
    }
    .apps-section h2{
        font-size: 24px;
    }
    .app-card{
        padding: 20px 20px;
    }
    .app-card h4{
        font-size: 22px;
    }
}