@charset "utf-8";

/* CSS Document */



/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/




@media (max-width: 768px) {


    h2,
    h1,
    h3 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .life-cards {
        display: flex;
        grid-template-columns: 1fr 1fr;
        flex-direction: column;
    }

    .rate-card-box .cards {
        margin-bottom: 20px;
    }

    .life-right-card {
        padding-top: 50px;
    }

}

@media (min-width: 991px) {
    .max-w-80 {
        max-width: 70%;
    }
    
}

/* Dropdown hover pe open kare (sirf desktop pe) */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dektop-btn {
        display: block;
    }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .navbar .nav-link {
        padding: 0.6rem 1rem;
    }

    .btn-warning {
        width: 100%;
        text-align: center;
        padding: 0.5rem 1rem;
        margin-top: 0.5rem;
    }

    .owl-theme .owl-dots {
        display: none !important;
    }

    .dektop-btn {
        display: none;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .rate-card-tab {
        display: block !important;
    }

    .banner-tabing .nav {
        justify-content: center;
        border-top: 1px solid #ddd;
    }

    .right-side-bannerimage {
        margin-top: 40px;
    }
    
    .deposit-tabs{
   
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    width: auto;
    overflow-x: scroll;
}
 .deposit-tabs .tab-btn {
    white-space: nowrap;
}
}


@media (max-width: 1024px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* 📱 Responsive */
@media (max-width: 980px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards .card:nth-child(4) {
        grid-column: auto;
    }
}

@media (max-width: 680px) {
    .wrap {
        padding: 12px;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .card {
        min-height: 360px;
    }

    .cards .card:nth-child(4) {
        grid-column: auto;
    }

    .offer-banner::before {
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .doc-section {
        flex-direction: column;
    }

    .tab-box {
        flex-direction: row;
    }

    .tab-item {
        flex: 1;
        text-align: center;
        font-size: 14px;
        padding: 12px 10px;
    }

    .doc-content {
        padding: 15px 20px;
    }

    .doc-title {
        font-size: 18px;
    }

    .doc-item {
        font-size: 14px;
    }

    .info-container {
        padding: 0 15px;
    }

    .info-heading {
        font-size: 20px;
    }

    .info-point,
    .info-text {
        font-size: 14px;
    }

    .interest-content h1 {
        font-size: 28px;
    }

    .interest-content p {
        font-size: 14px;
        padding: 0 10px;
    }

    .interest-btn {
        font-size: 14px;
        padding: 9px 20px;
    }

    .offer-banner {
        flex-direction: column;
        text-align: center;
    }

    .offer-left {
        justify-content: center;
    }

    .fd-container {
        flex-direction: column;
        padding: 20px;
    }

    .fd-column {
        padding: 10px 10px;
    }

    .hub-container {
        flex-direction: column;
        align-items: center;
    }

    .hub-card {
        width: 100%;
        max-width: 400px;
    }

    .faq-tabs button {
        font-size: 14px;
        padding: 8px 14px;
    }

    .faq h2 {
        font-size: 24px;
    }

    .features-container {
        grid-template-columns: 1fr;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .feature-item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .features {
        justify-content: center;
    }

    .feature-item {
        flex: 1 1 100%;
        justify-content: left;
        text-align: left;
    }
}

@media (max-width: 1100px) {
    .hub-card {
        width: 320px;
    }
}

@media (max-width: 480px) {
    .interest-content h1 {
        font-size: 24px;
    }

    .interest-content p {
        font-size: 13px;
    }

    .interest-btn {
        width: 90%;
        max-width: 300px;
    }

    .info-heading {
        font-size: 18px;
    }

    .info-point {
        margin-bottom: 10px;
    }

    .doc-title {
        font-size: 17px;
    }

    .doc-subtext {
        font-size: 13px;
    }
}