  
	.modal {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.5);
   }
   .modal-content {
   background-color: #f7f7f7;
   margin: 10% auto;
   padding: 30px 20px;
   border-radius: 8px;
   width: 90%;
   max-width: 450px;
   text-align: center;
   position: relative;
   }
   .tick-circle {
   background-color: #5cb85c;
   color: white;
   font-weight: bold;
   border-radius: 50%;
   width: 70px;
   height: 70px;
   line-height: 70px;
   margin: 0 auto 20px;
   font-size: 16px;
   }
   .modal-content h2 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 10px;
   }
   .modal-content p {
   margin: 5px 0;
   font-size: 16px;
   }
   .label {
   font-weight: bold;
   }
   .ok-btn {
   padding: 10px 30px;
   background-color: #9a0e2a;
   color: white;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   cursor: pointer;
   margin-top: 20px;
   }
   .ok-btn:hover {
   background-color: #7f0b22;
   }

   button {
   padding: 10px 20px;
   font-size: 16px;
   background-color: #a50021;
   color: white;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   }
   .modal {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.6);
   }
   .modal-content {
   background-color: #f4f4f4;
   margin: 5% auto;
   padding: 0;
   border-radius: 8px;
   width: 500px;
   box-shadow: 0px 0px 10px #444;
   position: relative;
   }
   .modal-header {
   background-color: #a50021;
   color: white;
   padding: 15px 20px;
   font-size: 18px;
   font-weight: bold;
   display: flex;
   justify-content: space-between;
   align-items: center;
   }
   .modal-body {
   padding: 20px;
   }
   .close-btn {
   color: white;
   font-size: 22px;
   cursor: pointer;
   }
   .message-box {
   background-color: #e4f5d5;
   border: 1px solid #bcd4a4;
   padding: 15px;
   border-radius: 8px;
   margin-bottom: 20px;
   }
   .bank-details {
   background-color: #fff;
   border: 2px solid #ccc;
   padding: 20px;
   border-radius: 16px;
   box-shadow: 0px 0px 5px #999;
   }
   .bank-logo {
   background-color: #f6ea00;
   padding: 10px;
   text-align: center;
   font-weight: bold;
   font-size: 18px;
   color: green;
   margin-bottom: 10px;
   }
   .bank-info p {
   margin: 5px 0;
   }
   .highlight {
   color: red;
   font-weight: bold;
   }

   /* Modal backdrop */
   .modal {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   }
   /* Modal box */
   .modal-content {
   background-color: #f7f7f7;
   margin: 10% auto;
   padding: 30px 20px;
   border-radius: 8px;
   width: 90%;
   max-width: 600px;
   text-align: center;
   }
   .modal-content h2 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 20px;
   }
   .modal-content p {
   font-size: 16px;
   margin-bottom: 0px;
   text-align: center;
   }
   .ok-btn {
   padding: 10px 30px;
   background-color: #9a0e2a;
   color: white;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   cursor: pointer;
   }
   .ok-btn:hover {
   background-color: #7f0b22;
   }
   .open-btn {
   margin: 40px;
   padding: 10px 20px;
   background-color: #9a0e2a;
   color: white;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   cursor: pointer;
   }

   /* Backdrop */
   .modal {
   display: none;
   position: fixed;
   z-index: 999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.5);
   }
   /* Modal content box */
   .modal-content {
   background-color: #f7f7f7;
   margin: 5% auto;
   padding: 30px 20px;
   border-radius: 8px;
   width: 90%;
   max-width: 600px;
   text-align: left;
   }
   .modal-content h2 {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 20px;
   }
   .modal-content ol {
   padding-left: 20px;
   }
   .modal-content li {
   margin-bottom: 10px;
   font-size: 16px;
   }
   .ok-btn {
   display: block;
   margin: 25px auto 0;
   padding: 10px 30px;
   background-color: #9a0e2a;
   color: white;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   cursor: pointer;
   }
   .ok-btn:hover {
   background-color: #7f0b22;
   }
   .open-btn {
   margin: 40px;
   padding: 10px 20px;
   background-color: #9a0e2a;
   color: white;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   cursor: pointer;
   }

   .open-modal-btn {
   padding: 10px 20px;
   background-color: #9a0e2a;
   color: white;
   border: none;
   border-radius: 6px;
   cursor: pointer;
   font-size: 16px;
   }
   /* Modal Styles */
   .modal {
   display: none; 
   position: fixed; 
   z-index: 999;
   left: 0;
   top: 0;
   width: 100%; 
   height: 100%; 
   overflow: auto; 
   background-color: rgba(0, 0, 0, 0.4); 
   }
   .modal-content {
   background-color: #fff;
   padding: 20px;
   border-radius: 8px;
   width: 90%;
   max-width: 500px;
   position: relative;
   margin: 5% 2% 0 auto;
   }
   .close {
   color: #aaa;
   position: absolute;
   top: 10px;
   right: 15px;
   font-size: 28px;
   font-weight: bold;
   cursor: pointer;
   }
   .close:hover {
   color: black;
   }
   .modal-content label {
   display: block;
   margin-top: 10px;
   font-weight: bold;
   }
   input, select {
   padding: 4px;
   margin: 0px 0;
   border: 2px solid #9a0e2a;
   border-radius: 4px;
   font-size: 16px;
   }
   .checkbox-container {
   display: flex;
   align-items: center;
   margin-top: 10px;
   }
   .checkbox-container input {
   width: auto;
   margin-right: 8px;
   }
   .tick-circle {
   background-color: #5cb85c;
   color: white;
   border-radius: 50%;
   width: 70px;
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
   }
   .modal-content input {
   padding: 8px;
   margin-top: 5px;
   border: 1px solid #ccc;
   border-radius: 4px;
   }
   .submit-btn {
   margin-top: 20px;
   background-color: #9a0e2a;
   color: white;
   padding: 10px;
   width: 100%;
   border: none;
   border-radius: 6px;
   cursor: pointer;
   font-size: 16px;
   }
   .cart-page__table tbody tr:nth-child(odd) {
   background-color: #dcdcdc6b; /* Light gray for odd rows */
   border-bottom: 1px solid #dcdcdc;
   }
   .cart-page__table tbody tr:nth-child(even) {
   background-color: #ffffff; /* White for even rows (optional) */
   }
   .submit-btn:hover {
   background-color: #7f0b22;
   }
   .fixed-header1 {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000; /* makes sure it stays on top */
   background-color: white; /* or match your site’s background */
   padding: 10px 0;
   box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional: adds subtle shadow */
   }
     /* Modal background */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1000;
        }

        /* Modal box */
        .state-modal {
            background: #fff;
            color: #fff;
            width: 300px;
            margin: 100px auto;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            position: relative;
        }

        .state-modal select {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #dcdcdc;
            font-size: 16px;
            margin-top: 15px;
        }

        .state-modal button {
            margin-top: 20px;
            background-color: #2aa36f;
            color: #fff;
            padding: 10px 25px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .state-modal .closestatemodal {
                position: absolute;
    top: 0px;
    right: 12px;
    background: #bf0303;
    color: #fff;
    font-size: 15px;
    border: none;
    cursor: pointer;
    padding: 2px 8px;
        }
		
		
    .modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1000;
    }

    .info-modal {
          background: #fff;
    color: #1d231f;
    width: 350px;
    margin: 120px auto;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    }

    .info-modal img {
      width: 50px;
      margin-bottom: 10px;
    }

    .info-modal h3 {
      margin: 10px 0;
      font-size: 22px;
    }

    .info-modal p {
      margin: 8px 0;
      font-size: 16px;
    }

    .info-modal button {
      margin-top: 20px;
    padding: 8px 20px;
    background-color: #0d6efd;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    position: static;
    border: 2px solid #0d6efd;
    }

    .closerateinfomodal {
      position: absolute;
      top: 10px;
      right: 15px;
      background: none;
      color: #fff;
      font-size: 20px;
      border: none;
      cursor: pointer;
    }
