.ltd-form {
  background-color: var(--light-section-color);
}
.ba-vo-form-section .row .col-md-12 {
  padding: 0;
}

.ltd-form .col-lg-12 {
  margin: 30px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ltd-form .ba-vo-form-section {
  margin-bottom: 0;
}

.ltd-form .ba-vo-form-section.section-first h4,
.ltd-form .ba-vo-form-section.section-first h5

{
  line-height: 30px;
  font-size: 20px;
}

/* 
.ba-vo-form-header h4

{
  line-height: 30px;
  font-size: 20px;
} */

.highlight {
  background: #ecfdf5;
  border-radius: 8px;
  padding: 16px;
  color: #065f46;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
}

.ba-vo-form-header h5 {
  line-height: 30px;
}
.ba-vo-form-header ul {
  margin-bottom: 30px;
}
.ba-vo-form-header ul li {
  text-decoration: none;
  font-size: 14px;
  line-height: 10px;
  margin: 0;
  position: relative;
  padding: 10px 0 10px 35px;
  text-align: left;
}

.ba-vo-form-header ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--dark-blue-color);
}

.separator {
  width: 100%;
  height: 1px;
  background: #80808026;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 20px; /* spacing between both options */
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 6px; /* spacing between radio and text */
  font-size: 15px;
  cursor: pointer;
}

.radio-option input[type="radio"] {
  accent-color: #000; /* sets radio color */
  cursor: pointer;
}

.authorised-account .checkbox-tick {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
    .ba-vo-form-header ul li
  {
    line-height: 20px;
  }
  .ba-vo-form-header ul li::before
  {
    top: 14px;
  }
.ltd-form .ba-vo-form-section.section-first h4, 
.ltd-form .ba-vo-form-section.section-first h5
{
  font-size: 18px;
}
}

/* cf-form */

.singleContinueBtn,
.singleBackBtn {
  width: 200px;
}

@media (max-width: 576px) {
  .singleContinueBtn,
  .singleBackBtn {
    width: 130px;
    padding: 10px 0;
  }
  .checkOutTableWrapper .singleBackBtn
  {
    margin-left: 10px;
  }
}

/* Modal Styling */
.banking-modal .modal-header {
  border-bottom: none;
}

.banking-modal .modal-content {
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.banking-modal .modal-close-x {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  color: var(--dark-blue-color);
}

/* Additional Banking Offers Starts Here */

.add-services-banking .ba-vo-form-section {
  max-width: 1100px;
}

.extra-page-banking-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.extra-page-banking-card {
  background: white;
  /* border: 1px solid #e5e7eb; */
  border-radius: 10px;
  padding: 35px 48px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  transition: box-shadow 0.2s ease;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.extra-page-banking-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.extra-page-banking-reward-badge {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  --f: 0.5em;
  position: absolute;
  top: 1px;
  right: 0;
  line-height: 40px;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  background-color: var(--dark-blue-color);
  border-image: conic-gradient(#0008 0 0) 51% / var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),
    100% 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    var(--f) calc(100% - var(--f)),
    0 100%,
    0 calc(100% - var(--f)),
    0 0,
    100% 0
  );
  transform: translate(calc((1 - cos(45deg)) * 100%), -100%) rotate(45deg);
  transform-origin: 1% 100%;
  z-index: 9;
}

.extra-page-banking-logo-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.extra-page-banking-content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.extra-page-banking-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.extra-page-banking-eligibility {
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}

.extra-page-banking-eligibility-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #20282d;
  font-weight: 500;
}

.extra-page-banking-checkmark {
  width: 18px;
  height: 18px;
  background: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.extra-page-banking-checkmark.false {
  background-color: #f44336;
}

.extra-page-banking-description {
  font-size: 15px;
  line-height: 22px;
  /* font-weight: 500; */
  /* color: #6b7280; */
}

.multi-currency-txt {
  font-weight: 900;
  margin-bottom: 0;
}

.extra-page-banking-button-group {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.extra-page-banking-btn {

  color: #2a2a2a;
  border: 2px solid #b5b5b5;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  color: var(--dark-blue-color);
  border: 1px solid var(--dark-blue-color);
  background: #ededed;
  transition: all 0.2s ease;
}

		.btn-secondary-new-active {
      border: 3px solid rgb(34, 197, 94);
}

@media (max-width: 992px) {
  .extra-page-banking-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 32px;
  }

  .extra-page-banking-logo-section {
    align-items: center;
    text-align: center;
  }

  .extra-page-banking-logo-section img {
    max-width: 60%;
  }

  .extra-page-banking-content-section {
    text-align: center;
    align-items: center;
  }

  .extra-page-banking-eligibility {
    justify-content: center;
  }

  .extra-page-banking-button-group {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .extra-page-banking-card {
    padding: 32px 10px;
  }

  .extra-page-banking-title {
    font-size: 24px;
  }

  .extra-page-banking-description {
    font-size: 14px;
  }

  .extra-page-banking-button-group {
    flex-direction: column;
    width: 100%;
  }

  .extra-page-banking-btn {
    width: 100%;
  }

  .extra-page-banking-eligibility {
    gap: 12px;
  }
  .extra-page-banking-logo-section img {
    max-width: 70%;
    margin-top: 50px;
  }
  .extra-page-banking-reward-badge {
    font-size: 14px;
    line-height: 30px;
  }
    .step_003 .add-services-banking .ba-vo-form-section
  {
    padding: 3rem 1rem;
  }
}
@media (max-width: 390px) {
  .extra-page-banking-eligibility-item {
    font-size: 12px;
  }
}
/* Additional Banking Offers Ends Here */

/* Checkout Step Starts Here */

.single-checkout .wrapper-1 input[type="checkbox"] {
  width: 4%;
}

.single-checkout .alert-success {
    background: #f0fdf4;
    color: var(--light-green-color);
    border: 1px solid #bbf7d0;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.single-checkout .alert-danger {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.single-checkout .emptyIcon
{
  margin-left: 25px;
}

/* Checkout Step Ends Here */

/* Additional Services Starts Here */

.addons-last-row .col-md-12 {
  padding: 0 15px !important;
}

.extra-addons .printed-documents .row .col-md-12 {
  padding: 0 15px;
}

/* Additional Services Ends Here */

/* Dynamic List */
.ui-autocomplete
{
      max-height: 300px;
    overflow-y: scroll;
}

.ui-menu .ui-menu-item
{
  width: 100%;
    background: #f8f9fa;
    padding: 5px !important;
        border-radius: 5px;
    margin-bottom: 10px !important;
}
.ui-menu .ui-menu-item a
{
  font-size: 16px !important;
}
.del_sic,
.addDirectorCross
{
      background: red;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    text-align: center;
}

.addDirectorForm
{
      padding: 0 15px;
    border-top: 1px solid #d8d8d8c4;
    padding-top: 30px;
}

.formationAdditionalDirector
{
  margin-right: -15px;
}

@media (max-width: 992px) {
.ui-autocomplete
{
  transform: translateX(-50%);
    left: 50% !important;
}
}


/* Media Query For All */

@media (max-width: 768px) {
  /* Additional Services Starts Here */
  .extra-addons .ba-vo-form-service-card .justify-content-between {
    display: block !important;
  }

  .extra-addons .ba-vo-form-service-card .ba-vo-form-more-info-btn {
    width: 80%;
  }

  .extra-addons .ba-vo-form-service-card .ba-vo-form-service-details p {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .extra-addons .ba-vo-form-service-card .ba-vo-form-service-details h6,
  .extra-addons .ba-vo-form-service-card .ba-vo-form-service-details p {
    width: 100%;
  }


  /* Additional Services Ends Here */
}

@media (max-width: 576px) {
  .ltd-form .package-flex {
    padding: 0 15px;
  }

  .highlight {
    line-height: 25px;
  }

  .ba-vo-form-section .col-md-12 h4 {
    font-size: 25px;
  }
  .authorised-account .checkbox-tick {
    font-size: 16px;
  }

  .ltd-form .package-flex .section-first {
    padding: 0;
  }
  .add-services-banking .ba-vo-form-section
  {
    padding: 3rem 0;
  }
}
