/* 
   Loan Against Property Page - Responsive Overrides
   This file contains responsive styles specifically for loan _against _property.php
*/

/* ==========================================================================
   Tablets (max-width: 991px)
   ========================================================================== */
@media (max-width: 991px) {

    /* Breadcrumb */
    .breadcrumb__area {
        padding: 60px 0;
    }

    .breadcrumb__content .title {
        font-size: 32px;
    }

    /* LAP Offer Area */
    .lap-offer-title .title {
        font-size: 36px !important;
        text-align: center !important;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .lap-offer-img {
        text-align: center;
    }

    .lap-offer-img img {
        max-width: 80%;
    }

    .lap-faq-box {
        padding: 40px 25px;
    }

    .lap-faq-tag {
        left: 20px;
        padding: 5px 15px;
    }

    .lap-faq-tag span {
        font-size: 18px;
    }

    /* MSME Choose Section */
    .ser_heding {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .msme-choose-item {
        margin-bottom: -13px;
    }

    /* Team Area */
    .team-area-2 .section__title .title {
        font-size: 24px !important;
    }

    .center_cta2 {
        font-size: 18px !important;
        padding: 15px 10px !important;
    }

    /* CTA Area 4 */
    .book_heding {
        font-size: 24px !important;
        line-height: 1.4 !important;
        text-align: center;
    }

    .cta-area-content {
        text-align: center;
    }

    .cta-4-btn {
        text-align: center;
    }

    .graph-img2 img {
        width: 100% !important;
        margin-top: 20px !important;
    }

    /* Comparison Area */
    .table_22 h2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    /* Suggestion Area */
    .suggestion-info2 {
        height: auto;
        margin-bottom: 30px;
    }

    .suggestion-info2 img {
        width: 100%;
        border-radius: 20px;
    }

    .suggestion-form-wrap {
        padding: 5px 20px 20px 20px !important;
    }


}

/* ==========================================================================
   Mobile (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {

    /* .modern-table tr {
        margin-bottom: 0px !important;
    } */

    .modern-table td.highlight-cell {
        padding-left: 15px !important;
    }

    .modern-table td.highlight-cell::before {
        content: none !important;
    }

    .modern-table td.highlight-cell::after {
        color: #80aa28 !important;
        /* Green color */
    }

    .tgmenu__wrap {
        padding: 9px 0;
    }

    .lap-options-area {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .team-area-2 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .cta-area-4 {
        padding-top: 0px;
        padding-bottom: 35px;
    }

    .cta-area-4 .cta-4-wrapper {
        margin-top: 10px;
    }

    .cta-area-4 .cta-4-wrapper {
        gap: 20px;
        padding: 30px 20px;
    }

    .graph-img2 img {
        width: 86% !important;
        margin-top: -23px !important;
        margin: auto;
        justify-content: center;
        position: relative;
        display: block;
    }


    .story_pd {
        padding-top: 26px !important;
        padding-bottom: 50px !important;
    }

    .lap-offer-area {
        padding-bottom: 35px !important;
    }

    .mobile_mg {
        margin-bottom: 0px !important;
    }

    .text_point br {
        display: none;
    }

    .comparison-area {
        padding-top: 24px !important;
        padding-bottom: 5px !important;
    }

    /* General Spacing */
    section {
        padding: 15px 0 !important;
    }

    .breadcrumb>* {
        font-size: 11px;
    }

    .breadcrumb .breadcrumb-separator {
        font-size: 10px;
    }

    /* Breadcrumb */
    .breadcrumb__area {
        padding: 50px 0;
    }

    .breadcrumb__content .title {
        font-size: 28px;
    }

    /* LAP Offer Area */
    .lap-offer-title .title {
        font-size: 28px !important;
    }

    .lap-offer-img img {
        max-width: 100%;
    }

    /* MSME Choose Section */
    .ser_heding {
        font-size: 24px !important;
    }

    .msme-choose-content p {
        font-size: 15px;
        line-height: 20px;
    }

    /* LAP Options Area */
    .lap-option-card {
        margin-bottom: 0px;
    }

    .option-title {
        font-size: 20px;
    }

    /* Comparison Area - Table Fixes */
    .modern-table td {
        padding: 40px 15px 12px !important;
        font-size: 15px;
        position: relative;
        text-align: left;
    }

    .modern-table td::after {
        content: attr(data-label);
        font-size: 15px;
        width: 100%;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        position: absolute;
        top: 12px;
        left: 15px;
        display: block;
    }

    .modern-table td.highlight-cell {
        padding-left: 15px !important;
    }

    /* Remove the label from ::before since we moved it to ::after */
    .modern-table td::before {
        content: none !important;
    }

    .modern-table td.highlight-cell::before {
        content: none !important;
    }

    .modern-table td.highlight-cell::after {
        color: #80aa28 !important;
        /* Green color */
    }

    .modern-table th {
        font-size: 18px;
        padding: 15px;
    }

    .mobile_mg2 {
        margin-bottom: 2px;
        margin-top: 0px;
    }

    .lap-option-card {
        height: unset !important;
    }

    /* FAQ Area */
    .faq-area-1 .accordion-button {
        font-size: 16px !important;
        padding: 15px !important;
    }

    .faq-area-1 .accordion-body p {
        font-size: 15px !important;
    }

    /* Suggestion Area */
    .suggestion-form-wrap .title {
        font-size: 24px !important;
    }

    .suggestion-form-wrap p {
        font-size: 14px;
    }

    .btn {
        width: 100%;
        white-space: normal;
        height: auto;
        padding: 15px;
    }
}

/* ==========================================================================
   Small Mobile (max-width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
    .breadcrumb__content .title {
        font-size: 24px;
    }

    .lap-offer-title .title {
        font-size: 22px !important;
    }

    .ser_heding {
        font-size: 22px !important;
    }

    .lap-faq-tag span {
        font-size: 15px;
    }

    .lap-faq-content p {
        line-height: 25px;
        font-size: 15px;
        text-align: center;
    }


    .modern-table td {
        padding: 35px 19px 12px !important;
    }

    .modern-table td.highlight-cell {
        padding-left: 18px !important;
    }

    .modern-table td::after {
        position: absolute;
        display: block;
        width: 100%;
        top: 10px;
        left: 18px;
    }

    .modern-table td::before {
        content: none;
    }

    .modern-table td.highlight-cell::before {
        content: none !important;
    }

    .modern-table td.highlight-cell::after {
        color: #ffffff !important;
    }

    .loan-data-table thead th {
        padding: 10px !important;
        font-size: 15px !important;
    }
}