@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    min-height: 100vh;
    background: #fff;
    position: relative;
}
/* .home_body{
    padding-bottom: 50px;
} */
.text-success {
    color: #4D962B !important;
}
.text-danger {
    color: #97144D !important;
}
.text-primary {
    color: #009DFF !important;
} 
 
.btn-outline-primary {
    border-color: #00207E !important;
    color: #00207E !important;
}

.btn-outline-primary:hover {
    background: linear-gradient(90deg, #1484dc, #2129de) !important;
    color: #fff !important;
}

.bg-light {
    background-color: #f3f3f3 !important;
}

@media (min-width: 1800px) {
    .container-lg {
        max-width: 1280px;
    }
}

@media (max-width: 1800px) {
    .container-lg {
        max-width: 1280px;
    }
}

.rounde-custom {
    border-radius: 12px;
}

img {
    max-width: 100%;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-34 {
    font-size: 34px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fw-200 {
    font-weight: 200;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.btn-close {
    background-color: #1ee4d1;
    opacity: 1;
    background-size: 44%;
    border-radius: 50%;
    filter: invert(1);
}

.border-bottom-dashed {
    border-bottom: 1px dashed #979797;
}

.resend_otp {
    color: #036CD5;
}
.text-danger-2{
    color: #F84B03;
}

.bg-danger-2{
    background-color: #F84B03;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-danger {
    background: #97144D !important;
    border-color: #97144D !important;
}

.btn-danger:hover {
    background: #890f44 !important;
    border-color: #890f44 !important;
}

.btn-primary {
    background: #00207E !important;
    border-color: #00207E !important;
    background: linear-gradient(90deg, #1484dc, #2129de) !important;
}

.btn-danger:is(:hover,
:focus,
:active) {
    opacity: 0.8;
}

.rounded-0 {
    border-radius: 0px !important;
}
.nav-icon {
    width: 20px;
    transform: rotate(0deg);
    cursor: pointer;
    height: 18px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #212529;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: 0.2s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 2px;
}

footer {
    font-size: 16px;
    z-index: 1;
    color: #fff;
    background-color: #1462A9;
    background: linear-gradient(217deg, #1462A9 0.78%, #132C64 89.4%);
}

footer a {
    color: #fff;
    text-decoration: none;
}

.nav-icon span:nth-child(2) {
    top: 50%;
}

.nav-icon span:nth-child(3) {
    bottom: 0px;
}

.nav-icon:hover span:nth-child(2) {
    width: 60%;
    left: 40%;
}

.modal-body {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.faq_outer {
    font-size: 14px;
}

.faq_outer h1,
.faq_outer h2,
.faq_outer h3,
.faq_outer h4,
.faq_outer h5,
.faq_outer h6 {
    font-size: 16px;
    font-weight: bold;
}

.faq_outer p,
.faq_outer li,
.faq_outer ul {
    font-size: 14px;
}

.impInstructions ul {
    margin: 0;
}

.impInstructions ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.impInstructions ul li strong {
    color: #DB0010;
}

.impInstructions ul li.not strong {
    color: #DB0010;
}


.impInstructions ul li.not::after {
    content: "\f00d";
    top: -8px;
    color: #000;
}

.address_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.address_outer button {
    font-size: 14px;
    white-space: nowrap;
}

.address_outer h5 {
    font-size: 16px;
}

.address_outer p {
    font-size: 13px;
}

.howtomodal .owl-nav button span {
    display: none;
}

.howtomodal .owl-nav button.owl-prev {
    background: url("../images/prev.png") no-repeat center center/cover;
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
}

.howtomodal .owl-nav button.owl-next {
    background: url("../images/prev.png") no-repeat center center/cover;
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1);
    right: -22px;
}

.howtomodal .owl-nav button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.howtomodal .step_text {
    font-weight: 600;
    font-size: 14px;
}

.howtomodal .step_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #DB0010;
    left: 0;
}

.howtomodal .min-h-con {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    height: 80px;
}

.tcDV {
    right: 8px;
    top:4px;
    color: #0469FF;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    left: 1;
}

.left_bg_1 {
    margin-left: -48px;
    margin-right: -20px;
}

.navigationSlide {
    overflow: hidden;
    width: 290px !important;
}

.navigationSlide .btn-close {
    opacity: 1;
    font-size: 14px;
    position: fixed;
    right: 292px;
    top: 0;
}

.navigationSlide .mid_slide {
    overflow-y: auto;
}

.navigationSlide ul {
    margin: 0;
    padding: 0;
}

.navigationSlide ul li {
    list-style: none;
}

.navigationSlide ul li a {
    display: block;
    color: #404040;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 13px;
    text-transform: uppercase;
}

.navigationSlide ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.navigationSlide .cate_slide {
    position: relative;
    cursor: pointer;
}

.navigationSlide .cate_slide::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(224deg);
    transition: all 0.5s;
}

.navigationSlide .cate_slide_inner {
    width: 100%;
    max-height: 304px;
    background: #f6f6f6;
    transition: all 0.5s;
    z-index: 1;
    overflow-y: auto;
    display: none;
}

.navigationSlide .open_cate .cate_slide_inner {
    display: block;
}

.navigationSlide .open_cate .cate_slide::after {
    transform: rotate(44deg);
}

.stickey-top {
    position: sticky;
    top: 8px;
}

.formErrorContent {
    font-size: 10px;
    background: #fff;
    padding: 1px 5px;
    margin: -4px 0 0 10px;
    color: red;
}

.codeformError.parentFormlognform.formError {
    top: initial !important;
    bottom: -17px;
    margin-top: 0px !important;
    left: 0 !important;
}

/* New css */


.home_page_listing {
    min-height: calc(100vh - 115px);
}

.mid_row {
    min-height: 100vh;
}


.right_dv {
    border-radius: 60px 0 0 60px;
    background: #262626;
}


.form-floating>label {
    text-align: center;
    font-weight: 400;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -16px;
    padding: 0px 40px;
    height: auto;
    background: #262626;
    color: #fff;
    font-size: 17px;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 10px;
}

.form-floating .form-control:is(:focus) {
    box-shadow: none;
    outline: none;
}

.otp-form {
    display: flex;
    justify-content: center;
}

.otp-form .otp-field {
    display: inline-block;
    width: 25%;
    height: 70px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #B1B1B1;
    outline: none;
    margin-right: 20px;
    background: transparent;
    border-radius: 10px;
    font-weight: 500;

}

.otp-form .otp-field:nth-last-child(2){
    margin-right: 0px;
}


.otp-form .otp-field:focus {
    transform: scale(1.1);
    transition: all 0.3s;
    border-color: #2129de;
    color: #2129de;
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border-color: #2129de;
    box-shadow: none;
    background: transparent;
    color: #2129de;
}

.otp-form .otp-field:not(:placeholder-shown) {
    border-bottom:4px solid #2129de;
    box-shadow: none;
    color: #000;
}

.step_txt {
    position: absolute;
    top: 42%;
    left: -75px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: 0.2s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 2px;
}

footer {
    background-color: #1462A9;
    background: linear-gradient(217deg, #1462A9 0.78%, #132C64 89.4%);
}

footer a {
    text-decoration: none;
}

.nav-icon span:nth-child(2) {
    top: 50%;
}

.nav-icon span:nth-child(3) {
    bottom: 0px;
}

.nav-icon:hover span:nth-child(2) {
    width: 60%;
    left: 40%;
}

.pint_blnc {
    padding: 8px 18px;
    border-radius: 0px 20px 20px 40px;
    background: #212529;
    color: #fff;
}


.inner_list:hover .inner_logo.mt-2 img {
    max-width: 39%;
}
.inner_logo {
    background: #EEEEEE;
    transition: all .5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-radius: 12px;
}

.imp_ins {
    padding-top: 48px;
}

.inner_list:hover .imp_ins {
    margin-top: 24px !important;
}

.inner_list:hover .inner_logo.mt-2 {
    margin-bottom: 0;
}

.online_brand {
    color: #1B8800;
    background: #F1FFEF;
    line-height: 1;
    position: relative;
    padding: 8px 4px 8px 26px;
    border-radius: 10px 0px 10px 0;
    font-size: 12px;
    min-width: 70px;
}

.online_brand::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: #008C16;
    border-radius: 50%;
}

.online_brand::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 7px;
    height: 3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.online_brand.both_brand {
    color: #C38C00;
    background: rgba(195, 140, 0, .07);
}

.online_brand.both_brand::before {
    background: #C38C00;
}

.online_brand.both_brand::after {
    display: none;
}

.online_brand.offline_brand {
    color: #037BF3;
    background: rgba(3, 123, 243, .1);
}

.online_brand.offline_brand::before {
    background: #037BF3;
}

.online_brand.offline_brand::after {
    display: none;
}

.qty_outer {
    background: #F3F3F3;
    border: 1px solid #A09E9E;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qty_outer .form-select {
    padding: 0px 10px 0 0 !important;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    background-position: 100% center;
    width: 128px;
}

.SummaryForm .form-control {
    background: transparent !important;
}

.SummaryForm .form-control:focus {
    border-color: #037BF3 !important;
    color: #037BF3;
    box-shadow: none;
}

.SummaryForm .form-control:disabled {
    background: #e5e5e5 !IMPORTANT;
    border-color: #707274;
}

.voucha_details_dv {
    background: #EEEEEE;
}

.voucha_details_dv {
    background: #EEEEEE;
    border-top: 1px dashed #B8B8B8;
}

.delivered {
    color: #008C16;
    position: relative;
    font-size: 20px;
    padding-left: 26px;
    line-height: 1;
}

.delivered::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #008C16;
    border-radius: 50%;
}

.delivered::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 9px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.delivered.failed {
    color: #f00;
}

.delivered.failed::before {
    background: #f00;
}

.delivered.failed::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    background: url(../images/failed_icon_bg.png) no-repeat center center / 80%;
    border: 0;
}

.success_ic {
    max-width: 200px;
    margin-bottom: -38px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .9) ! IMPORTANT;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 1 !important;
}
.step_txt_des{
    font-size: 42px;
}
.gd_txt{
    background: var(--Linear, linear-gradient(180deg, #E8E8E8 0%, #555 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-secondary-2{
    color: rgba(255, 255, 255, 0.60);
}

 

/* New css end */
.scale_y{
    transform: scaleY(-1);
}
.unlock_val{
    background: #f84b04 url('../images/unlock_ic.png') no-repeat bottom center/ 100% auto;
}
.explore_offer_body .modal-body{
    background: #F24700;
}
.flight_offer_ot::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    background: url('../images/circle_ic.png') center center/ 6px;
}
@media (min-width: 500px) {
    .explore_offer_body .modal-dialog {
        max-width: 460px;
        margin: auto;
    }
}




@media (min-width: 768px) {
    .custm_pb {
        padding-bottom: 70px;
    }
}

@media (max-width: 1150px) {
    .mid_row .fs-50 {
        font-size: 34px;
    }
}

@media (max-width: 1299px) {
    .mid_row .fs-26 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .unlock_val .fs-24 {
        font-size: 20px;
    }
    .unlock_val .fs-18 {
        font-size: 15px;
    }
    .unlock_val .btn-light.fs-14 {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
   
    .right_bg {
        position: relative !important;
    }
    .inner_list button.btn.btn-danger {
        font-size: 14px;
    }
    .home_page_listing .fs-50 {
        font-size: 40px;
    }
    .form-floating>.form-control-plaintext~label,
    .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        padding: 0px 2px;
        font-size: 13px;
        margin-top: -10px;
    }
    .step_txt {
        left: -60px;
    }
    #faildPop .fs-28 {
        font-size: 24px;
    }
    #faildPop .fs-16 {
        font-size: 12px;
    }
    .mid_row .fs-30 {
        font-size: 22px;
    }
    .inner_logo{
        position: relative;
    }
    .imp_ins {
        padding-top: 0px;
    }
    
    .inner_list:hover .inner_logo.mt-2 img {
        max-width: 100%;
    }
    .inner_list:hover .imp_ins {
        margin-top: 0px !important;
    }

    .step_txt_des {
        font-size: 20px;
    }
    .step_txt_des2 {
        font-size: 14px;
        position: absolute;
        left: 14px;
        top: 47px;
        text-align: left;
        width: 200px;
    }
    .right_dv {
        border-radius: 40px 40px 0 0px;
        min-height: calc(100vh - 232px);
    }
    .step_im {
        width: 61%;
    }
    .unlock_val .fs-18 {
        font-size: 14px;
    }
    .unlock_val .btn-light.fs-14 {
        font-size: 10px;
    }
    .unlock_val .fs-12{
        font-size: 9px;
    }
    .unlock_val{
        background: #f84b04 url('../images/unlock_ic2_m.png') no-repeat bottom center/100% 100%;
    }
    
}

@media (max-width: 767px) {
    .pint_blnc {
        font-size: 11px;
        padding: 8px 10px;
    }
    .step_txt {
        top: 40px;
        left: 5%;
    }
    .step_txt .fs-30 {
        font-size: 20px;
    }
    .step_txt .step_cont.fs-18 {
        font-size: 14px;
    } 
    .logn_section section .container-lg {
        max-width: 450px;
    }
    .logn_section section .container-lg .mobile_frm {
        padding: 0 15px;
    }
    header {
        font-size: 14px;
    }
    footer {
        font-size: 12px;
    }
    footer img {
        max-height: 30px;
    }
    .brand_section {
        min-height: calc(100vh - 45px);
    }
    .mid_row .fs-50 {
        font-size: 28px;
    }
    .call_dv {
        font-size: 14px;
    }
    .qty_outer .form-select {
        width: 108px;
    }
    .home_bnr_txt .fs-50 {
        font-size: 26px;
    }
    .home_bnr_txt .fs-18 {
        font-size: 10px;
    }
    .home_bnr_txt .btn-outline-primary {
        font-size: 12px;
    }
    .voucha_details_dv {
        font-size: 14px;
    }
    .explore_offer_body .modal-body .fs-20 {
        font-size: 14px;
    }
    .explore_offer_body .modal-body .fs-18 {
        font-size: 13px;
    }
    .explore_offer_body .modal-body .fs-20 {
        font-size: 18px;
    }

    .explore_offer_body .modal-body .fs-18 {
        font-size: 13px;
    }

    .explore_offer_body .modal-body .fs-24 {
        font-size: 17px;
    }

    .explore_offer_body .modal-body  .fs-48 {
        font-size: 35px;
    }

    .explore_offer_body .modal-body .fs-14 {
        font-size: 10px;
    }
    .explore_offer_body .modal-body .fs-22 {
        font-size: 17px;
    }
    .explore_offer_body .modal-body .fs-34 {
        font-size: 25px;
    }
    .explore_offer_body .modal-body .fs-16 {
        font-size: 11px;
    }
}

.cc {position: relative; z-index: 2; text-decoration: none;}
.cc img {height: 14px;}

.logn-page .login-section .form-control {border-bottom:3px solid #2129de !important;}
.logoOver {position: relative; z-index: 2; margin-top: -50px; display: inline-block; max-width:60%;}
@media (min-width:768px) {
.logn-page .login-section {background: url(../images/d-h-bg.jpg) no-repeat 100%/40% 100%;}
.ins img {width:50px;}
}
@media (max-width:767px) {
.logn-page {background: url(../images/m-h-bg.png) no-repeat top center/100% 30%;}
.inner_list {font-size: 14px;}
.inner_list .btn {font-size: 12px;}
.inner_list .fs-14 {font-size: 12px;}
.summery_dv .form-control.form-control-lg  {font-size: 14px !important;}
}

.line {height: 2px; background-color:#2129de; background: linear-gradient(90deg, #1484dc, #2129de) !important; width:35%; }

/* Balance Card Styles */
.balance-card {
    background: linear-gradient(135deg, #1462A9 0%, #132C64 100%);
    border-radius: 12px;
    padding:5px 10px;
    color: white;
    min-width: 140px;
    box-shadow: 0 2px 8px rgba(19, 44, 100, 0.2);
    transition: all 0.3s ease;
}

.balance-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(19, 44, 100, 0.3);
}

.balance-label {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.balance-amount {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.balance-amount .deductupdate {
    font-weight: 700;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    .balance-card {
        min-width: 120px;
        padding: 6px 12px;
    }
    
    .balance-label {
        font-size: 9px;
        margin-bottom: 1px;
    }
    
    .balance-amount {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .balance-card {
        min-width: 100px;
        padding: 5px 10px;
    }
    
    .balance-label {
        font-size: 8px;
    }
    
    .balance-amount {
        font-size: 12px;
    }
}

/* Steps Modal Mobile Responsive */
@media (max-width: 767px) {
    #stepsToClaim .modal-dialog {
        margin: 15px;
    }
    
    #stepsToClaim .step-number {
        width: 25px !important;
        height: 25px !important;
        font-size: 12px !important;
        min-width: 25px;
    }
    
    #stepsToClaim .step-content h5 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    #stepsToClaim .step-content p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    
    #stepsToClaim .modal-body {
        padding: 15px !important;
    }
    
    #stepsToClaim .fs-18 {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    #stepsToClaim .modal-dialog {
        margin: 10px;
    }
    
    #stepsToClaim .step-number {
        width: 22px !important;
        height: 22px !important;
        font-size: 11px !important;
        min-width: 22px;
        margin-right: 10px !important;
    }
    
    #stepsToClaim .step-content h5 {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }
    
    #stepsToClaim .step-content p {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
    
    #stepsToClaim .modal-body {
        padding: 12px !important;
    }
    
    #stepsToClaim .fs-18 {
        font-size: 14px !important;
    }
    
    #stepsToClaim .step-item {
        margin-bottom: 12px !important;
    }
    
    #stepsToClaim .alert {
        font-size: 11px !important;
        padding: 8px 12px !important;
    }
}

/* About Program Modal Styles */
.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-list li {
    padding: 4px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.brand-list li:last-child {
    border-bottom: none;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-list li {
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.terms-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1462A9;
    font-weight: bold;
}

.program-section h5 {
    color: #1462A9;
    border-bottom: 2px solid #1462A9;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.program-section h6 {
    color: #333;
    font-weight: 600;
}

/* About Program Mobile Responsive */
@media (max-width: 767px) {
    #abtProgram .modal-dialog {
        margin: 15px;
    }
    
    #abtProgram .modal-body {
        padding: 15px !important;
    }
    
    #abtProgram .fs-18 {
        font-size: 16px !important;
    }
    
    .brand-list li {
        font-size: 12px;
        padding: 3px 0;
    }
    
    .terms-list li {
        font-size: 12px;
        padding: 6px 0 6px 18px;
    }
    
    .program-section h5 {
        font-size: 16px !important;
    }
    
    .program-section h6 {
        font-size: 14px !important;
    }
    
    .program-section p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    #abtProgram .modal-dialog {
        margin: 10px;
    }
    
    #abtProgram .modal-body {
        padding: 12px !important;
    }
    
    #abtProgram .fs-18 {
        font-size: 14px !important;
    }
    
    .brand-list li {
        font-size: 11px;
        padding: 2px 0;
    }
    
    .terms-list li {
        font-size: 11px;
        padding: 5px 0 5px 16px;
    }
    
    .program-section h5 {
        font-size: 14px !important;
    }
    
    .program-section h6 {
        font-size: 13px !important;
    }
    
    .program-section p {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
}

/* OTP Modal Styles */
.otp-container {
    max-width: 400px;
    margin: 0 auto;
}

.otp-field {
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
}

.otp-field::placeholder {
    color: #ccc;
    font-weight: 400;
}

.otp-field:focus {
    border-color: #1462A9;
    box-shadow: 0 0 0 0.2rem rgba(20, 98, 169, 0.25);
    outline: none;
}

.otp-field:not(:placeholder-shown) {
    border-color: #1462A9;
}

/* Remove underline from Resend OTP link */
#myTransactions .text-primary {
    text-decoration: none !important;
}

#myTransactions .text-primary:hover {
    text-decoration: underline !important;
}

.otp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(20, 98, 169, 0.1);
}

/* OTP Modal Mobile Responsive */
@media (max-width: 767px) {
    #myTransactions .modal-dialog {
        margin: 15px;
        max-width: calc(100% - 30px);
    }
    
    #myTransactions .modal-body {
        padding: 25px 20px !important;
    }
    
    #myTransactions .fs-18 {
        font-size: 18px !important;
    }
    
    .otp-container {
        max-width: 100%;
    }
    
    .otp-field {
        width: 42px;
        height: 42px;
        font-size: 18px;
        margin: 0 2px;
        border-width: 1.5px;
    }
    
    .otp-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .otp-icon i {
        font-size: 32px !important;
    }
    
    #myTransactions h5 {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
    
    #myTransactions p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
    }
    
    #myTransactions .btn {
        font-size: 14px !important;
        padding: 10px 20px !important;
        border-radius: 6px !important;
        font-weight: 500 !important;
        min-width: 120px;
    }
    
    #myTransactions .text-center .d-flex {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    #myTransactions .text-center .btn {
        margin: 0 5px;
    }
    
    #myTransactions .otp-form {
        margin-bottom: 25px;
    }
    
    #myTransactions .otp-form .d-flex {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    #myTransactions .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    #myTransactions .modal-body {
        padding: 20px 15px !important;
    }
    
    #myTransactions .fs-18 {
        font-size: 16px !important;
    }
    
    .otp-container {
        max-width: 100%;
    }
    
    .otp-field {
        width: 38px;
        height: 38px;
        font-size: 16px;
        margin: 0 1.5px;
        border-width: 1px;
        border-radius: 6px;
    }
    
    .otp-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    
    .otp-icon i {
        font-size: 28px !important;
    }
    
    #myTransactions h5 {
        font-size: 15px !important;
        margin-bottom: 10px !important;
        line-height: 1.3;
    }
    
    #myTransactions p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 18px !important;
        padding: 0 5px;
    }
    
    #myTransactions .btn {
        font-size: 13px !important;
        padding: 12px 18px !important;
        border-radius: 6px !important;
        font-weight: 500 !important;
        min-width: 110px;
        margin: 0 3px !important;
    }
    
    #myTransactions small {
        font-size: 11px !important;
        line-height: 1.3;
    }
    
    #myTransactions .otp-form {
        margin-bottom: 20px;
    }
    
    #myTransactions .otp-form .d-flex {
        gap: 6px;
        padding: 0 5px;
    }
    
    #myTransactions .text-center .d-flex {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        width: 100%;
    }
    
    #myTransactions .text-center .btn {
        width: 100%;
        max-width: 200px;
        margin: 0 !important;
    }
    
    #myTransactions .text-center.mt-3 {
        margin-top: 15px !important;
    }
}

/* Mobile-specific animations and enhancements */
@media (max-width: 480px) {
    #myTransactions .otp-field {
        transition: all 0.2s ease;
        transform: scale(1);
    }
    
    #myTransactions .otp-field:focus {
        transform: scale(1.05);
        box-shadow: 0 0 0 3px rgba(20, 98, 169, 0.15);
    }
    
    #myTransactions .btn {
        transition: all 0.2s ease;
        transform: translateY(0);
    }
    
    #myTransactions .btn:active {
        transform: translateY(1px);
    }
    
    #myTransactions .otp-icon {
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }
}

/* Extra small screens (360px and below) */
@media (max-width: 360px) {
    #myTransactions .modal-dialog {
        margin: 8px;
        max-width: calc(100% - 16px);
    }
    
    #myTransactions .modal-body {
        padding: 18px 12px !important;
    }
    
    .otp-container {
        max-width: 100%;
    }
    
    .otp-field {
        width: 34px;
        height: 34px;
        font-size: 14px;
        margin: 0 1px;
    }
    
    .otp-icon {
        width: 55px;
        height: 55px;
    }
    
    .otp-icon i {
        font-size: 26px !important;
    }
    
    #myTransactions h5 {
        font-size: 14px !important;
    }
    
    #myTransactions p {
        font-size: 11px !important;
        padding: 0 3px;
    }
    
    #myTransactions .btn {
        font-size: 12px !important;
        padding: 11px 15px !important;
        min-width: 100px;
    }
    
    #myTransactions .otp-form .d-flex {
        gap: 5px;
        padding: 0 3px;
    }
    
    #myTransactions small {
        font-size: 10px !important;
    }
}

/* Transaction List Styles */
.transaction-list {
    max-height: 400px;
    overflow-y: auto;
}

.transaction-item .card {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.transaction-item .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.transaction-item .badge {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.transaction-item .badge.bg-success-subtle {
    background-color: rgba(25, 135, 84, 0.1) !important;
    color: #198754 !important;
}

.transaction-item .badge.bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
}

.transaction-item small.text-muted {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.transaction-item .fw-600 {
    font-size: 13px;
    font-weight: 600;
}

.transaction-item .fs-5 {
    font-size: 18px;
    font-weight: 700;
}

.transaction-item .border-top {
    border-color: #f0f0f0 !important;
}

/* Transaction List Mobile Responsive */
@media (max-width: 767px) {
    .transaction-list {
        max-height: 350px;
    }
    
    .transaction-item .card-body {
        padding: 15px !important;
    }
    
    .transaction-item .badge {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .transaction-item small.text-muted {
        font-size: 10px;
    }
    
    .transaction-item .fw-600 {
        font-size: 12px;
    }
    
    .transaction-item .fs-5 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .transaction-list {
        max-height: 300px;
    }
    
    .transaction-item .card-body {
        padding: 12px !important;
    }
    
    .transaction-item .badge {
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .transaction-item small.text-muted {
        font-size: 9px;
    }
    
    .transaction-item .fw-600 {
        font-size: 11px;
    }
    
    .transaction-item .fs-5 {
        font-size: 14px;
    }
    
    .transaction-item .col-4,
    .transaction-item .col-6 {
        padding: 2px 5px;
    }
}

/* Collapsible Debit Details Styles */
.transaction-item .btn-link {
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 8px 0 !important;
}

.transaction-item .btn-link:hover {
    background-color: rgba(20, 98, 169, 0.05);
}

.transaction-item .btn-link .fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.transaction-item .btn-link .details-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    object-fit: contain;
}

.transaction-item .btn-link[aria-expanded="true"] .details-icon {
    transform: rotate(180deg);
}

.transaction-item .collapse {
    transition: all 0.3s ease;
}

.transaction-item .collapse.show {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsive for collapsible sections */
@media (max-width: 767px) {
    .transaction-item .btn-link {
        font-size: 11px;
        padding: 6px 0 !important;
    }
    
    .transaction-item .btn-link .details-icon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .transaction-item .btn-link {
        font-size: 10px;
        padding: 5px 0 !important;
    }
    
    .transaction-item .btn-link .details-icon {
        width: 12px;
        height: 12px;
    }
}