

section {
    display: block;
  }
  
  
  * {
    font-family: 'Fira Sans', sans-serif;
  }
  
  
  /* 
  fonts */
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    /* font-weight: 400; */
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    /* font-weight: 500px; */
  }
  
  .h1, h1{
    font-size: 24px;
    font-weight: bold;
  }
  
  /* h2 {
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 100;
    
  }
  
  h3 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 30px;
  }
  
  
  h5 {
    font-size: 20px;
    font-weight: 700;
  }
  
  h4 {
    font-size: 28px;
    font-weight: 100;
    padding-bottom: 30px;
  } */

  
  .container {
    margin-top: 20px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /* overflow:scroll; */
  }
  
  section {
    padding: 60px 0;
    display: block;
    /* overflow:visible; */
  }
  
  
  
  input {
    margin: 10px;
    height: 35px;
    width: 65px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2rem;
    background: #eef2f3;
  
  }
  
  .input-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  
  .input-field input::-webkit-inner-spin-button,
  .input-field input::-webkit-outer-spin-button {
    display: none;
  }
  .input-field-gst input::-webkit-inner-spin-button,
  .input-field-gst input::-webkit-outer-spin-button {
    display: none;
  }
  .btn-orange-otp {
    color: #282828;
    transition: 0.4s ease all;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'AvenirLTStd-Medium';
    border: 2px solid #f47f07;
    background-color: #f47f07;
    border-radius: 20px;
    padding: 12px 25px;
    text-transform: uppercase;
    min-width: 140px;
  }
  
  .btn-orange-otp:hover {
    color: #fff;
    border: 2px solid #f47f07;
    background-color: #ffcc5e;
    border: 2px solid #ffcc5e;
  }
  
  .btn-border-otp {
    color: #282828;
    transition: 0.4s ease all;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'AvenirLTStd-Medium';
    border: 2px solid #f47f07;
    background-color: #f3efeb;
    padding: 12px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    min-width: 140px;
  }
  
  .btn-border-otp:hover {
    color: #282828;
    border: 2px solid #fff;
    background-color: #ffcc5e;
    border: 2px solid #f47f07;
  }
  
  .btn-orange-otp:disabled {
    opacity: 0.5;
  
  }
  
  .btn-border-otp:disabled {
    opacity: 0.5;
  
  }
  /* agree and diagree buttons */
  .btn-border-disagree {
    color: #282828;
    transition: 0.4s ease all;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'AvenirLTStd-Medium';
    border: 2px solid #f47f07;
    background-color: #f3efeb;
    padding: 12px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    min-width: 140px;
    
  }

  .btn-orange-agree {
    color: #282828;
    transition: 0.4s ease all;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'AvenirLTStd-Medium';
    border: 2px solid #f47f07;
    background-color: #f47f07;
    border-radius: 20px;
    padding: 12px 25px;
    text-transform: uppercase;
    min-width: 140px;
  }

  .btn-orange-agree:hover {
    color: #fff;
    border: 2px solid #f47f07;
    background-color: #ffcc5e;
    border: 2px solid #ffcc5e;
  }

  .btn-border-disagree:hover {
    color: #282828;
    border: 2px solid #fff;
    background-color: #ffcc5e;
    border: 2px solid #f47f07;
  }
  
  .btn-orange-agree:disabled {
    opacity: 0.5;
  
  }
  
  .btn-border-disagree:disabled {
    opacity: 0.5;
  
  }
  
  .banner-content-center {
    width: 60%;
    margin: 0 auto;
    /* height: 20px; */
  }

  /* Product confirmation specific styles */
  .product-item {
    margin: 20px 0 10px;
    text-align: center;
  }

  .product-name {
    font-size: 26px;
    margin: 10px 0 20px;
    font-weight: 600;
  }

  .product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 40px;
    margin-bottom: 18px;
    align-items: center;
  }

  .product-cell {
    min-width: 140px;
    max-width: 220px;
    text-align: center;
  }

  .product-cell .label {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
  }

  .product-cell .value {
    font-size: 18px;
    font-weight: 600;
    color: #222;
  }

  .product-consent-box { 
    margin: 12px 0 6px; 
    text-align: center; 
  }

  .consent-checkbox input { 
    margin-right: 6px;
    /* smaller checkbox for compact UI */
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    transform: none;
    vertical-align: middle;
    margin: 0px;
  }

  /* Button area centered on small screens */
  .ad-buttons-gst {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  
  .btn-gst-user{
    color: #f3f1f1;
    background-color: #28a745;
    transition: 0.4s ease all;
    border: 2px solid  #28a745;
    border-radius: 20px;
    font-size: 10px;
    min-width: 140px;
    padding: 12px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'AvenirLTStd-Medium';
  
  }
  
  .btn-gst-user.submitted{
    background-color: #92e9a6;
    border: #92e9a6;
    
    
  }
  .username-inp{
    width: 150px;
  }
  .resend-msg{
    color: chocolate;
    font-family: 'Fira Sans', sans-serif;
  }
  .input-field-gst, input{
    margin: 0;
  }
  
  
  .modal{
    margin-top: 30px;
  }
  
  .modal-body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .modal-content{
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    align-items: center;
    justify-content: center;
  }
  .img-fluid{
    max-width: 100%;
    height: auto;
  }
  
  .block-success {
    border: 1px solid green;
    padding: 10px;
    margin: 20px auto;
    max-width: 700px;
    background-color: #f0f8ff;
    font-size: 20px;
    text-align: center;
    margin-top: 300px;
  }
  
  .block-disagree{
    border: 1px solid rgb(212, 102, 11);
    padding: 10px;
    margin: 20px auto;
    max-width: 700px;
    background-color: #fff8f0;
    font-size: 20px;
    text-align: center;
    margin-top: 300px;
    font-family: 'Fira Sans', sans-serif;
  }
  
  i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:0px;
  }
  
  .disagree-icon{
    font-size: 100px;
    line-height: 200px;
    margin-left:0px;
    color: orange; 
    font-family: 'Courier New', Courier, monospace;
  }
  
  .card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
    background: #EBF0F5;
    margin-left: 0px;
    margin-top: 60px;
    text-align: center;
  }
  
  .consent-content{
    margin-top: 80px;
  }
  
  .gst-username-label{
    font-size: 14px;
  }
  
  .session-timer {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 12px;
  }
  
  .otp-modal{
    margin-top: 80px;
    overflow: auto;
  }
  
  .session-count{
    font-weight: bold; 
    color: crimson;
  }
  .user-name{
    color: rgb(248, 123, 7);
    font-weight: bolder;
  }
  
  .expire{
    font-weight: bold; 
    color: crimson;
  }
  
  @media screen and (max-width: 480px) {
    body {
      font-size: 12px;
    }
  
    .container {
      width: 90%;
      margin: 0 auto;
    }
  
    .btn-border-otp {
      color: #282828;
      transition: 0.4s ease all;
      font-size: 10px;
      letter-spacing: 1px;
      font-family: 'AvenirLTStd-Medium';
      border: 1px solid #f47f07;
      background-color: #f3efeb;
      padding: 10px 20px;
      border-radius: 20px;
      text-transform: uppercase;
      min-width: 80px;
      
    }
  
    .btn-orange-otp {
      color: #282828;
      transition: 0.4s ease all;
      font-size: 10px;
      letter-spacing: 2px;
      font-family: 'AvenirLTStd-Medium';
      border: 2px solid #f47f07;
      background-color: #f47f07;
      border-radius: 20px;
      padding: 10px 20px;
      text-transform: uppercase;
      min-width: 120px;
    }
    .btn-gst-user{
      color:  #f3f1f1;
      background-color: #28a745;
      transition: 0.4s ease all;
      border-radius: 20px;
      min-width: 80px;
      padding: 10px 10px;
      font-family: 'AvenirLTStd-Medium';
      font-size: 8px;
    }
    .btn-gst-user.submitted{
      background-color: #92e9a6;
      border: #92e9a6;
      font-size: 8px;
      
    }
   
    .consent-heading{
      font-size: 30px;
    }

     /* agree and diagree buttons */
  .btn-border-disagree {
    color: #282828;
    transition: 0.4s ease all;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'AvenirLTStd-Medium';
    border: 1px solid #f47f07;
    background-color: #f3efeb;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    min-width: 80px;
    
  }

  .btn-orange-agree {
    color: #282828;
      transition: 0.4s ease all;
      font-size: 10px;
      letter-spacing: 2px;
      font-family: 'AvenirLTStd-Medium';
      border: 2px solid #f47f07;
      background-color: #f47f07;
      border-radius: 20px;
      padding: 10px 20px;
      text-transform: uppercase;
      min-width: 100px;
  }
  
    .banner-content-center {
      width: 80%;
      margin: 0 auto;
    }
  
    .username-inp{
      width: 100px;
      margin: 8px;
    }
  
    .input-field-gst{
      width:100%;
    }
    .input-field-gst, input{
      margin: 0;
    }
  
    .modal{
      margin-top: 100px;
    }
  
    input {
      /* margin: 10px; */
      height: 35px;
      width: 50px;
      border: none;
      border-radius: 5px;
      text-align: center;
      font-family: 'Fira Sans', sans-serif;
      font-size: 1.2rem;
      background: #eef2f3;
    
    }

    /* .input-field{
         
        
    }
     */
    /* .input-field-gst input{
      margin:px;
    } */
  
    .block-success {
      margin-top: 300px;
    }
  
    .card {
      /* width: 430px; */
      max-width: fit-content;
      background: white;
      font-family: 'Fira Sans', sans-serif;
      padding: 20px;
      border-radius: 4px;
      box-shadow: 0 2px 3px #C8D0D8;
      display: inline-block;
      /* margin: 0 auto; */
      background: #EBF0F5;
      /* margin-left:0px; */
      margin-top: 130px;
      text-align: center;
    }
  
    section {
      padding: 150px 0;
      display: block;
      /* overflow:visible; */
    }
  
    .gst-username-label{
      font-size: 10px;
    }
    .otp-modal{
      margin-top: 50px;
  
    }

    .gst-otp-inp{
        width:100%;
    }
    #gst-otp-content{
        width: 100%;
    }
    .otp-heading-gst{
        max-width: 100%;
    }

    .session-timer {
        position:absolute;
        top: 10px;
        right: 10px;
        padding: 10px;
        font-size: 12px;
    }
  
  }  

  @media screen and (max-width: 280px) {
      input {
          max-width: 90px;
        }
      .h1,h1 {
          font-size: 18px;
          font-weight: bold;
        }
        .h4,h4{
            font-size: 13px;
        }
    .text-center{
        font-size: 20px;
    }
    .resend-msg{
        font-size: 9px;
    }
   .container{
     font-size: 10px;
   }
   p{
    font-size: 11px;
   }
   .btn-border-disagree {
    font-size: 9px;
    min-width: 80px;
    
  }

  .btn-orange-agree {
      font-size: 9px;
      min-width: 100px;
  }
  .input-field,input{
    width: 90%;
    display: inline-flex;
    margin: 1px;
    height: 30px;
  }
  .input-field-gst{
    display: inline-flex;
  }

  }

  .product-details-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 24px 32px;
    margin-bottom: 16px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.product-title {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    color: #333;
}

.product-details-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding: 8px 0;
}

.product-label {
    color: #60636b;
    font-size: 1rem;
    font-weight: 400;
}

.product-value {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2px;
}

.product-comparison-table {
  width: 100%;
  max-width: 620px;
  margin: 32px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.product-comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.product-comparison-table th,
.product-comparison-table td {
  padding: 14px 10px;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #f1f1f1;
}

.product-comparison-table th {
  background: linear-gradient(90deg, #ff7600 0%, #ffa726 100%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}

.product-comparison-table td:first-child {
  font-weight: 500;
  background: #fafafb;
  color: #444;
  width: 40%;
  border-right: 1px solid #f1f1f1;
}

.product-comparison-table tbody tr:hover {
  background: #f7f7fc;
}

.product-comparison-table td {
  color: #222;
  text-align: center;
}

/* Responsive stacking below 650px */
@media (max-width: 650px) {
  .product-comparison-table table,
  .product-comparison-table thead,
  .product-comparison-table tbody,
  .product-comparison-table th,
  .product-comparison-table td,
  .product-comparison-table tr {
    display: block;
    width: 100%;
  }

  .product-comparison-table thead {
    display: none;
  }

  .product-comparison-table tbody tr {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 16px 12px;
    background: #fff;
  }

  .product-comparison-table td {
    text-align: left;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .product-comparison-table td:last-child {
    border-bottom: none;
  }

  .product-comparison-table td:first-child {
    background: transparent;
    font-weight: 700;
    text-align: left;
    padding-left: 12px;
    width: auto;
    border-bottom: 1px solid #eee;
  }

  /* Add label before each cell, mimicking header */
  .product-comparison-table td:nth-of-type(2)::before {
    content: "Current";
    position: absolute;
    left: 12px;
    font-weight: 600;
    color: #ff7600;
  }
  .product-comparison-table td:nth-of-type(3)::before {
    content: "Previous";
    position: absolute;
    left: 12px;
    font-weight: 600;
    color: #a1a1a1;
  }
}

