
 .registration {
    background: #fff;
    padding-bottom: 30px;
}
.registration .bg1 {
    background: #010038;
    text-align: center;
}
.registration .heading h2 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    padding-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.logodiv{
      display: block;
    }
    .logodiv-mobile{
      display: none;
    }
    .registration .heading {
    padding: 30px;
}

    .form-control {
      display: block;
      width: 100%;
      height: 50px;
      padding: 6px 12px;
      font-size: 18px;
      line-height: 1.428571429;   
      vertical-align: middle;
      background-color: #fff;
      background-image: none;
      border: 1px solid rgba(8, 0, 71, .5);
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      float: left;
      color: #080047;
    }  
    .form-control:focus {
        border-color: #86b7fe;
        outline: 0;        
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

    .form-control  {
      margin-bottom: 36px;
    }

    form label {      
        font-size: 16px;
        display: block;
        color: #080047;
        margin-bottom: 5px;
    }

      .contact-form-wrap ul.bkdetails li {        
        font-size: 18px;
        -webkit-text-fill-color: rgba(34, 34, 34, 0.9);
        -webkit-font-smoothing: antialiased;
        color: #080047 !important;
        line-height: 30px;
      }

    .btn.regibtn {
      width: 100%;
      border-radius: 0px;
      background-color: #a32224;
      height: 70px;
      border: 0px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 20px;
      box-shadow: 0px 0px 0px #080047;
      transition: ease-in all .25s;
  }
  .btn.regibtn:not(.no-shadow):hover {
      box-shadow: 8px 8px 0px #080047;
  }
.checkbox, .radio {
    display: block;
    min-height: 32px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.checkbox label, .radio label {
    font-size: 18px;
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
/* ---Compare table css---*/
.pricing-wrap{
    padding: 30px; 
    margin-bottom: 30px;  
    background: linear-gradient(135deg, #f5f0e8 0%, #fff9f0 50%, #fef5e7 100%);
    padding: 40px 80px;  
    margin-right: 0px; 
    margin-left: 0px;
  }
  .header-payment{
            text-align: center;
            margin-bottom: 50px;
        }

        .header-payment h1 {
            color: #C9A961;
            font-size: 2.8rem;
            font-weight: 900;
            letter-spacing: 3px;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
              line-height: 40px;
        }

        .header-payment .subtitle {
            color: #2c3e50;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .header-payment .rates-note {
            background: #D4AF37;
            color: #000;
            padding: 15px 40px;
            border-radius: 30px;
            display: inline-block;
            font-weight: 600;
            font-size: 18px;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
        }

        
        .comparison-table {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            overflow-x: auto;
            border: 3px solid #e8dcc4;
        }

        .comparison-table h2 {
            text-align: center;
            color: #C9A961;
            font-size: 2rem;
            margin-bottom: 30px;
            font-weight: 700;
        }
    .table-container {
            overflow-x: auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            min-width: 600px;
        }
        
        thead {
            background: linear-gradient(135deg, #D4AF37 0%, #C9A961 100%);
            color: #000;
        }
        
        th {
            padding: 18px;
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            border: 1px solid #B8941F;
        }
        
        th:first-child {
            border-radius: 10px 0 0 0;
        }
        
        th:last-child {
            border-radius: 0 10px 0 0;
        }
        
        tbody tr {
            border-bottom: 1px solid #e8dcc4;
            transition: background 0.2s ease;
        }
        
        tbody tr:hover {
            background: #fef9f0;
        }
        
        tbody tr:nth-child(even) {
            background: #fdfbf7;
        }
        
        tbody tr:nth-child(even):hover {
            background: #fef9f0;
        }
        
        td {
        padding: 18px !important;
        color: #555;
        font-size: 17px;
        text-align: center;
        border: 1px solid #e8dcc4;
        font-weight: bold;
      } 
        
        td:first-child {
            font-weight: 600;
            color: #2c3e50;
            text-align: left;
        }
        
        td small {          
            font-size: 14px;
        }
        
        /* Mobile Responsive Styles */
        @media screen and (max-width: 768px) {
            .table-container {
                border-radius: 0;
            }
            
            table {
                min-width: 100%;
            }
            
            thead {
                display: none;
            }
            
            tbody tr {
                display: block;
                margin-bottom: 20px;
                border: 2px solid #D4AF37;
                border-radius: 10px;
                overflow: hidden;
            }
            
            tbody tr:nth-child(even) {
                background: white;
            }
            
            td {
                display: block;
                text-align: right;
                padding: 12px 15px !important;
                border: none;
                border-bottom: 1px solid #e8dcc4;
                position: relative;
                padding-left: 50% !important;
            }
            
            td:last-child {
                border-bottom: none;
            }
            
            td:first-child {
                background: linear-gradient(135deg, #D4AF37 0%, #C9A961 100%);
                color: #000;
                font-weight: 600;
                text-align: center;
                padding: 15px !important;
                font-size: 15px;
            }
            
            td:not(:first-child):before {
                content: attr(data-label);
                position: absolute;
                left: 15px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: 600;
                color: #2c3e50;
            }
        }

         @media screen and (max-width: 600px) {
          .header-payment h1 {
            color: #C9A961;
            font-size: 24px;
            font-weight: 900;
            letter-spacing: 0px;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            line-height: 22px;
            padding-top: 20px;
          }
          .pricing-wrap{
           /* padding: 10px; */
            margin-bottom: 30px;  
            background: linear-gradient(135deg, #f5f0e8 0%, #fff9f0 50%, #fef5e7 100%);
            padding: 18px 18px;  
            margin-right: 15px; 
            margin-left: 15px;
          }
        }
        
        @media screen and (max-width: 480px) {
            
            th, td {
                font-size: 14px;
            }
            
            td small {
                font-size: 12px;
            }
        }  

        @media screen and (max-width: 480px) {
          .header-payment .rates-note {
            background: #D4AF37;
            color: #000;
            padding: 15px 40px;
            border-radius: 30px;
            display: inline-block;
            font-weight: 600;
            font-size: 15px;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
          }
          .contact-form-wrap {
            padding: 0px !important;
            background: #f4f4f4;
            border-radius: 10px;
          }
          .pricing-wrap{
           /* padding: 10px; */
            margin-bottom: 30px;  
            background: linear-gradient(135deg, #f5f0e8 0%, #fff9f0 50%, #fef5e7 100%);
            padding: 8px 8px;  
            margin-right: 15px; 
            margin-left: 15px;
          }
        }

        .notes {
            background: white;
            border-radius: 20px;
            padding: 35px;
            margin-top: 30px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            border: 3px solid #e8dcc4;
        }

        .notes h3 {
            color: #C9A961;
            margin-bottom: 20px;
            font-size: 1.5rem;
            font-weight: 700;
        }

        .notes ol {
            padding-left: 20px;
        }

        .notes li {
            margin-bottom: 12px;
            color: #555;
            line-height: 1.6;
        }

        .contact-bar {
            background: #1a1a1a;
            color: white;
            padding: 25px;
            border-radius: 15px;
            margin-top: 30px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            box-shadow: 0 8px 30px rgba(0,0,0,0.3);
        }

        .contact-bar a {
            color: #D4AF37;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .contact-bar a:hover {
            color: #F4E5C2;
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 1.8rem;
            }

            .pricing-cards {
                grid-template-columns: 1fr;
            }

            .card.featured {
                transform: scale(1);
            }

            table {
                font-size: 0.85rem ;
            }

            th, td {
                padding: 12px 8px;
            }
        }

 @media (max-width: 768px) {
      .logodiv{
        display: none;
      }
      .logodiv-mobile{
        display: block;
      }
  }