 body{
         background:#f4f6f7;
         font-family:'Segoe UI',sans-serif;
         }
         a{
             color:#ae0000;
         }
         .header-card{
         /*background: linear-gradient(135deg, #ffeec6, #bf0104);*/
              /*background: linear-gradient(135deg, #ffeec6, #e3c022);  */
              background: linear-gradient(135deg, #fff1c1, #e3c022);
              /*background: linear-gradient(135deg, #fff6d5, #f1e097, #bf0104);*/

/*background: linear-gradient(135deg, #ffe6cc, #f1c27d, #b8860b);*/

box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;



         border-radius: 0px 0px 30px 30px;
         color: #fff;
             padding: 20px 20px 15px 15px;
         }
         .header-logo{
             width:260px;
         }
        .header-card .sidemenu{
            float:right;
            margin-top:7px;
        }
                  .header-card div{
                      color: black;
                      font-weight:800; 
                      font-size:15px;
                  }
                  .header-card .fa-user-pen{
                   width:45px;
                   height:45px;
                   text-align:center;
                   line-height:45px;
                   border-radius:6px;
                   border:2px solid white;
                   font-size:18px;
                   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
                  }
               .head-title{
                  text-align:right; 
               }  
         .head-title h2{
         color:#ae0000;
         font-size:18px;
         font-weight:900;
         margin-bottom: 0px;
         text-align:right;
         }
         .head-title p{
             font-weight:900;
             color:black;
             margin-bottom:0px;
             font-size:12px;
         }
         .product-img{
         width:100%;
         border-radius:12px;
         }
         .rate-card{
         background:#fff;
         border-radius:20px;
         padding:15px;
         box-shadow:0 5px 15px rgba(0,0,0,.1);
         }
         .icon-btn i{
         background: #fff;
         border-radius: 10px;
         padding: 15px 15px;
         text-align: center;
         box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
         font-size:24px;
         margin-bottom:10px;
         }
        
 .quick-text{
    font-family:'Poppins',sans-serif;
    font-size:11px;
    font-weight:600;
    letter-spacing:.1px;
}



         .saving-card{
         /*background:#ae0000;*/
            background: linear-gradient(135deg, #bf0104 ,#e1b027);
         border-radius:20px;
         color:#fff;
            padding: 0px 20px 20px 20px;
             box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
             margin-top:40px;
         }
         .saving-card h6{
             transform: translateY(-50%);
         }
          .saving-card h6 span{
              background:#ffd829;
              padding:5px 20px;
              border-radius:50px;
          }
         .saving-card hr{
         margin:5px;
         }
         .saving-card .btn{
         padding:5px 25px;
         font-weight:900;
         }
         .saving-card h5{
         color:#fffbc7;
         font-size: 17px;
         font-weight:800;

         }
         .saving-card p{
         text-align:right;
         color:#fffb87;
         font-style: italic;
         font-weight:800;
         line-height: 20px;
         }
         .saving-card .saving-sec {
         /*padding:5px 0px;*/
         text-align:center;
         }
         .saving-card .col-4{
         border-right:1px solid white;
         }
         .saving-card .saving-sec p{
         text-align:center;
         color:#fdffe4;
         font-style:normal;
         font-weight:500;
         font-size:12px;
         margin-bottom:8px;
         }
         .saving-card .saving-sec h6{
         text-align:center;
         color:white;
         font-style:normal;
         font-weight:800;
         font-size:13px;
         }
         .saving-sec::last-child{
         border-right:0px;
         }
         .bottom-nav{
         background:#ae0000;
         border-radius:25px 25px 0 0;
         box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
         }
         .bottom-nav a{
         color:#fff;
         text-decoration:none;
         font-size:13px;
         }
         /* SIDEBAR */
         #sidebar{
         position:fixed;
         top:0;
         right:-260px;
         width:260px;
         height:100%;
         background:#ae0000;
         color:#fff;
         transition:.3s;
         z-index:1050;
         }
         #sidebar.active{
         right:0;
         }
         #sidebar .sidebar-title{
             background:#ffeec6;
         }
          #sidebar .sidebar-title small{
              color:black;
              font-weight:900;
              font-size:16px;
          }
         #sidebar a{
         color:#fff;
         text-decoration:none;
         display:block;
         padding:12px 20px;
         }
                  #sidebar a i{
                     padding: 8px 8px;
    background: #efcb3d;
    border-radius: 5px;
    font-size: 12px;
        color: #ae0000;
                  }
         #sidebar a:hover{
         background:rgba(255,255,255,.1);
         }
         .overlay{
         position:fixed;
         top:0;
         left:0;
         width:100%;
         height:100%;
         background:rgba(0,0,0,.5);
         display:none;
         z-index:1040;
         }
         .overlay.active{
         display:block;
         }
         .product .product-title .section-title{
         font-weight:800;
         letter-spacing:.5px;
             color: black;
         }
         .product .product-title a{
         font-size:13px;
         color:black;
         font-weight:800;
         background: #e9e3cf;
    padding: 3px 10px;
    border-radius: 50px;
    text-decoration:none;
    margin-right:10px;
         }
         .product .product-card{
         background:#fff;
         border-radius:12px;
         padding:5px;
         margin-bottom:10px;
         box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
         margin-left:2px;
         margin-right:2px;
         margin-top:2px;
         }
         .product .product-name{
         font-size:12px;
         margin-top:5px;
         font-weight:600;
             white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
         }
         .gold-section{
             margin-bottom:80px;
         }
         .gold-section .section-title{
         font-weight:800;
         letter-spacing:.5px;
         }
         .gold-section .rate-body{
         background:#ffeec6;
         padding:10px;
         border-radius:20px;
         margin-top:50px;
         margin-bottom:50px;
            
         }
         .gold-section .rate-card{
         transform: translateY(-50%);
         margin-bottom: -19px;
         }
           .quick-menu .row>*{
              padding-left:0px;
               padding-right:0px;
               margin-left:0px;
               margin-right:0px;
          }
         .gold-section .rate-box{
         background:#f9f9f9;
         border-radius:15px;
         padding:10px 5px;
         border: 1px solid #80808052;
         }
         .gold-section .rate-img{
         width:35px;
         }
         .gold-section .rate-box strong{
         font-size:12px;
         font-weight:600;
         }
         .gold-section .rate-box h4{
         font-size:17px;
         font-weight:900;
             color: #ae0000;
         }
         
         .saving-foot{
             padding-top:7px;
         }
         .saving-foot p{
            font-size: 11px;
         font-weight:800;
         font-style:normal;
         color:white;
         text-align:left;
         margin-bottom:0px;
         }
         .saving-foot-rgt p{
             color:#faf9d7;
             margin-bottom:0px;
                 font-family: serif;
                 font-size: 14px;
         }
         .saving-foot-rgt{
               padding-top:7px;
         }
         
         /*product*/
         .product{
             padding-bottom:16px;
         }
   .product  .productSwiper {
    padding: 10px 0 25px;
}

.product .product-card {
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    
    
}

.product .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product .product-card span {
    display: block;
     font-size:12px;
         margin-top:5px;
         font-weight:600;
             white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.product .swiper-pagination {
    bottom: 0px !important;
    text-align: center;
}

.product .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #c7c7c7;
    opacity: 1;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}

.product .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 10px;
    background: #e7c637;
}
.top-icons{
    margin-top:15px;
}
.top-icons i{
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  border-radius:50px;
  background: #ae0000;
  color:white;
}
 /*product*/
 .header-titles h5{
     font-weight:800;
 }
 
     .gold-sections .rate-card {
    transform: translateY(-50%);
    margin-bottom: -19px;
}
.gold-sections .rate-box {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 10px 5px;
    border: 1px solid #80808052;
}
.gold-sections .rate-box strong {
    font-size: 12px;
    font-weight: 600;
}
.gold-sections .rate-box h4 {
    font-size: 17px;
    font-weight: 900;
    color: #ae0000;
}
 
 /*pay ema*/
 .payema-wrapper{
   padding:20px 0 90px;
   
   min-height:70vh;
}

.rate-strip{
   background:#fff;
   border-radius:14px;
   padding:14px 18px;
   margin:10px 0 20px;
}

.rate-item h5{
   color:#ae0000;
   font-weight:600;
}

.payema-card{
       background: #8d0b0b;
   color:#fff;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
   border-radius:18px;
   padding:0px 20px 20px 20px;
}

.payema-card .text-muted{
   color:#cce5d9 !important;
}
.payema-card .badge {
    padding:7px 18px;
   border-radius:20px;
   font-size:16px;
   transform: translateY(-50%);
   background:#ebcc32;
   color:#ae0000;
       font-weight: 800;
    font-family: 'Poppins', sans-serif;
}
.due-pill{
   border:1px solid #fff;
   padding:3px 12px;
   border-radius:20px;
   font-size:14px;
   
    background: #00000066;
    float:right;
}


.payema-card .btn{
   background:#fff;
   color:#ae0000;
   font-weight:600;
}
.payema-card .btn:hover{
       color: #8d0b0b;
    background: #e8c83a;
   font-weight:600;
}

  /*pay ema*/
  /*modal*/
 /* MODAL */
.modal-bottom{
  position: fixed;
  bottom: 0;
  margin: 0;
  width:100%;
  height: 75vh;        /* Change this value as needed */
}

.modal-bottom .modal-content{
  height: 345px;
  border-radius: 24px 24px 0 0;
}

.bottom-popup{
  border-radius: 24px 24px 0 0;
}

.popup-handle{
  width:50px;
  height:5px;
  background:#ccc;
  border-radius:10px;
  margin:0 auto 12px;
}

.popup-title{
  color:#ae0000;
  font-weight:600;
  padding-bottom:10px;
}

.popup-btn{
  background:#ae0000;
  border-radius:14px;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
         height: auto; 
        margin: 0;
    }
}

   /*modal*/
   
   /* PRODUCT CARD */
.product-card{
  background:#e3e3c4;
  /*margin:20px 0px 30px;*/
  padding:18px;
  border-radius:20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.product-card .product-img{
  width:100%;
  border-radius:20px;
}

.product-card .thumb-img{
  width:60px;
  height:60px;
  border-radius:12px;
  position:absolute;
  top:80px;
  left:25px;
  border:2px solid #f3f3f3;
}
.product-card .swiperthumb img{
  width:100%;
  border-radius:20px;
}

.product-card .swiperthumbnav{
  margin-top:10px;
}

.product-card .swiperthumbnav .swiper-slide{
  width:80px !important;
  opacity:0.5;
  cursor:pointer;
}

.product-card .swiperthumbnav .swiper-slide-thumb-active{
  opacity:1;
  border:2px solid #0f7b4c;
  border-radius:12px;
}

.product-card .swiperthumbnav img{
  width:100%;
  border-radius:10px;
}
.product-card small{
    font-weight:700;
    font-size: 14px;
}
.product-card h4{
    font-weight:800;
     font-size: 18px;
     color: #ae0000;
}
.product-card h2{
    font-weight:800;
       

}
.product-card h6{
    font-weight:800;
}
.product-card textarea.form-control {
    min-height:89px;
}
.product-card .icon-heart i{
    width:35px;
    height:35px;
    background:white;
    line-height:35px;
    border-radius:50px;
    text-align:center;
    font-size:12px;
    
}
.product-card .icon-share i{
  color:black;
 
    
}
.product-card .icon-heart i:hover{
    
    background:#ae0000;;
   color:white;
    
}
.product-card .spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.9rem;
   
}
.spec-table tr {
    border-bottom: 1px solid #dee2e6;
}
.product-card .spec-table td {
   padding:  7px 8px;
       background: #e3e3c4;
    
}
.product-card .spec-table th {
   padding: 5px 8px;
       background: #e3e3c4;
    
}
.product-card p{
    font-size:15px;
    text-align:justify;
    text-indent:10px;
    
}

.product-card .spec-table tr:last-child td {
    border-bottom: none;
}

.product-card .spec-label {
    font-weight: 600;
    color: #212529ad;
}

.product-card .spec-value {
        font-weight: 800;
    color: #111212;

}
.product-highlights li{
    padding:5px 0px;
    font-size:14px;
    font-weight:700;
}
.similar_products h6 {
    font-weight: 800;
    margin-bottom:20px;
}
.similar_products .swiper-wrapper .swiper-slide p{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
text-overflow: ellipsis;
}
.similar_products .swiper-wrapper .swiper-slide{
 background:#fff;
         border-radius:12px;
         padding:5px;
         margin-bottom:10px;
         box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
         margin-left:2px;
         margin-right:2px;
         margin-top:2px;
}
/*digigold*/
.digigold-wrapper {
    padding: 15px;
    
}
.digigold-wrapper .fixed-join-btn .btn{
    background: #5f891f;
    color: #fff;
}

.scheme-header {
        background: #5f891f;
    padding: 15px;
    border-radius: 12px;
    color: white;
    margin-bottom: 15px;
}

.gold-rate-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 15px;
}

.gold-rate-card i {
    font-size: 32px;
    color: #d4af37;
}

.scheme-box {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 15px;
}
.scheme-box h6{
    font-size:18px;
    font-weight:800;
    padding-bottom:10px;
   
}
.scheme-box ul {
    list-style: none;
    padding-left: 0;
}

.scheme-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
        font-weight: 600;
}

.scheme-box ul i {
    color: #28a745;
    margin-right: 6px;
}

.cal-result {
    background: #f9f3d2;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.fixed-join-btn .btn{
   
        width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease;
}
/* Horizontal scroll container */
.scheme-box .month-cards {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 5px;
    scroll-snap-type: x mandatory;
}

.scheme-box .month-cards::-webkit-scrollbar {
    height: 6px;
}

.scheme-box .month-cards::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 3px;
}

/* Individual month card */
.scheme-box .month-card {
    flex: 0 0 220px; /* Card width */
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    scroll-snap-align: start;
    transition: transform 0.3s, box-shadow 0.3s;
}

.scheme-box .month-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Card header */
.scheme-box .card-header {
    background: linear-gradient(135deg, #f9d976, #f39f86);
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-size: 14px;
}

/* Card body */
.scheme-box .card-body {
    padding: 12px;
    font-size: 13px;
}

.scheme-box .card-body p {
    margin: 6px 0;
    display: flex;
    align-items: center;
    font-weight:600;
}

.scheme-box .card-body i {
    color: #d4af37;
    margin-right: 6px;
}




/*digigold*/

/*scheme*/
.scheme-wrapper {
    padding: 15px;
    
    background-color: #f8f9fa;
}

/* TITLE */
.scheme-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
}

.scheme-sub {
    text-align: center;
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 20px;
}

/* CARD STYLE */
.scheme-card {
    background-color: #fff;
    padding: 18px 15px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scheme-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* CARD HEADER */
.scheme-header {
    /*display: flex;*/
    align-items: center;
    margin-bottom: 15px;
}
.schemes-wrapper .scheme-header {
    display: flex !important;
    align-items: center;
    margin-bottom: 15px;
}
.digigold .scheme-header h6{
    color:#5f891f;
    background:none;
}
.digigold .scheme-header{
    background:none;
        padding: 0px;
}
.smartgold .scheme-header h6{
    color:#a7a111;
    background:none;
}
.smartgold .scheme-header{
    background:none;
        padding: 0px;
}
.jewellery .scheme-header h6{
    color:#c78b20;
    background:none;
}
.jewellery .scheme-header{
    background:none;
        padding: 0px;
}
.scheme-header h5{
       font-weight: 900;
}
.scheme-icon {
    font-size: 1.6rem;
    margin-right: 10px;
}

.scheme-header h6 {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* DESCRIPTION */
.scheme-desc {
    font-size: 15px;
    color: #495057;
    margin-bottom: 10px;
}

/* FEATURES LIST */
.scheme-features {
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 0.85rem;
}

.scheme-features li {
    margin-bottom: 10px;
    position: relative;
    font-size:15px;
    font-weight:700;
    list-style:none;
    margin-left:8px;
}

.scheme-features li::before {
    content: "✔";
    color: #ae0000;
    position: absolute;
    left: -18px;
    font-size: 0.75rem;
}

/* TABLE */
.scheme-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 0.85rem;
}

.scheme-table th,
.scheme-table td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

/* BUTTON */
.scheme-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.digigold .scheme-btn { background: #5f891f; color: #fff; }
.smartgold .scheme-btn { background: #a7a111; color: #fff; }
.jewellery .scheme-btn {
    background: #c78b20 !important;
color: #fff; }

.scheme-btn:hover { opacity: 0.9; }


.digigold{
    background: #cad9b3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-bottom:5px solid #5f891f;
}
.smartgold{
    background:#e3e08e;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-bottom:5px solid #a7a111;
}
.jewellery{
        background: #e7d2ac;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
         border-bottom:5px solid #c78b20;
}
/* ===== PLANS WRAPPER ===== */
.plans-wrapper {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.plans-wrapper::-webkit-scrollbar {
    height: 6px;
}

.plans-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* ===== PLAN BOX ===== */
.plan-box {
    min-width: 120px;
    background: linear-gradient(145deg, #ffe6e9, #ffffff);
    border-radius: 15px;
    padding: 12px 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex-shrink: 0;
}

.plan-box h5 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
    color:#b77808;
}

.plan-box p {
    font-size: 0.82rem;
    margin: 2px 0;
}

/* Hover effect for plan box */
.plan-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

/* ===== BUTTON ===== */
.jewellery .scheme-btn {
    background: linear-gradient(90deg, #e83e8c, #ff6fb3);
    color: #fff;
    font-weight: 700;
    padding: 14px;
    border-radius: 30px;
    border: none;
    width: 100%;
    transition: all 0.2s ease;
}

.jewellery .scheme-btn:hover {
    opacity: 0.95;
    transform: scale(1.02);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 576px) {
    .plans-wrapper {
        gap: 5px;
    }
    .plan-box {
        min-width: 100px;
        padding: 10px 8px;
    }
    .plan-box h5 { font-size: 0.95rem; }
    .plan-box p { font-size: 0.78rem; }
}


/*scheme*/
/*joindigi-wrapper*/
.joindigi-wrapper{
    
}

.joindigi-wrapper .join-header {
       background: #5f891f;
    padding: 15px;
    border-radius: 14px;
    text-align: center;
    color:white;
}
.join-header h5{
    font-weight:900;
}
.summary-box h6{
    font-weight:900;
    padding-bottom:10px;
}
.joindigi-wrapper .join-box {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.joindigi-wrapper .amount-options,
.duration-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.joindigi-wrapper .amt-btn,
.dur-btn {
    flex: 1;
    border: 1px solid #d4af37;
    background: transparent;
    border-radius: 10px;
    padding: 8px 0;
    font-size: 14px;
}

.joindigi-wrapper .amt-btn.active {
    background: #d4af37;
    color: #000;
    font-weight: 600;
}
.joindigi-wrapper .amt-btn:hover {
    background: #d4af37;
    color: #000;
    font-weight: 600;
}
.joindigi-wrapper .dur-btn.active {
    background: #d4af37;
    color: #000;
    font-weight: 600;
}
.joindigi-wrapper .dur-btn:hover {
    background: #d4af37;
    color: #000;
    font-weight: 600;
}

.joindigi-wrapper .summary-box {
    background: #fff7d1;
}
.joindigi-wrapper .summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
}

.joindigi-wrapper .summary-row strong {
    text-align: right;
    color: #000;
}
.join-box h5{
    font-weight:800;
}

.joindigi-wrapper .fixed-join-btn {
    
    width: 100%;
    
    
}
.joindigi-wrapper .fixed-join-btn .btn {
    background: #5f891f;
    color: #fff;
}

/*joindigi-wrapper*/
/*login*/



/* Wrapper */
.login-wrapper {
   margin-top:50px;
   margin-bottom:60px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

/* Login Card */
.login-card {
    width: 100%;
    
    background:#ffffff82;
    border-radius: 24px;
    padding: 28px 22px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    animation: fadeInUp 0.6s ease;
}

/* Logo */
.login-card-logoo img {
    max-width: 280px;
    padding-bottom:20px;
}

/* Headings */
.login-card h4{
    margin-bottom:10px;
}
.login-card h4 span {
    color: #ae0000;
    font-weight: 800;
        font-family: 'Poppins', sans-serif;
}

.login-card p {
    color: #777 !important;
    font-weight:700;
    color:black;
}
.login-card .form-label {
    font-weight:700;
}

/* Inputs */
.login-card .form-control {
    border-radius: 14px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.login-card .form-control:focus {
    border-color: #e3c022;
    box-shadow: 0 0 0 0.2rem rgba(227,192,34,0.25);
}
.login-card  .form-check-label{
    font-weight: 600;
    font-size: 14px;
}
/* Remember & Links */
.forgot-link,
.create-link {
    color: #ae0000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.forgot-link:hover,
.create-link:hover {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

/* Button */
.btn-red {
    background: linear-gradient(135deg, #e3c022, #ae0000);
    border: none;
    color: #fff;
    border-radius: 16px;
    height: 50px;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(174,0,0,0.45);
}

.btn-red:hover {
    opacity: 0.96;
}

/* Checkbox */
.form-check-input:checked {
    background-color: #ae0000;
    border-color: #ae0000;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*login*/