
 .eligibility{
      padding:50px 0px;
      background-image:url(https://docubuddytravel.com/canada/assets/images/bg_ca.webp);
      background-size:cover;
      background-position:center;
        background-repeat:no-repeat;
      position:relative;
      z-index:0;
      max-width:1300px;
     margin:50px auto;
  }
  
  .eligibility::before {
      position:absolute;
      content:'';
      width:100%;
      height:100%;
      background:#00000014;
      top:0px;
      right:0px;
      left:0px;
      bottom:0px;
      z-index:-1;
      
  }
  .eligibility .wrapper{
     max-width:540px;
     margin:0px auto;
  }
  
    .eligibility .card {
	background: #fff;
	border-radius: 16px;
	padding: 20px 18px;
	margin-bottom: 14px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .07)
}

.eligibility .sec-title {
    font-size: 14px;
    font-weight: 600;
    color: #c8102e;
    margin-bottom: 12px;
    padding: 4px 10px;
    border: 1px solid #c8102e;
    background: #dc35450d;
    display: inline-block;
    width: 150px;
    border-radius: 53px;
    text-align: center;
 
}

.eligibility .sec-sub {
	font-size: 13px;
	color: #666;
	margin-bottom: 18px;
	line-height: 1.5
}

/* Fields */
.eligibility .field {
	margin-bottom: 14px
}

.eligibility .field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin-bottom: 6px
}

.eligibility .field label .req {
	color: #c8102e;
	margin-left: 2px
}

.eligibility .field input,
.eligibility .field select,
.eligibility .field textarea {
	width: 100%;
	padding: 12px 14px;
	font-size: 16px;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
	color: #111;
	transition: border .2s;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit
}

.eligibility .field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px
}

.eligibility .field input:focus,
.eligibility .field select:focus,
.eligibility .field textarea:focus {
	border-color: #185FA5;
	box-shadow: 0 0 0 3px rgba(24, 95, 165, .1)
}

.eligibility .field input.err,
.eligibility .field select.err {
	border-color: #c8102e;
	box-shadow: 0 0 0 3px rgba(200, 16, 46, .08)
}
.eligibility .info-box {
    background: #EEF5FC;
    border: 1px solid #B5D4F4;
    border-radius: 10px;
    padding: 11px 13px;
    font-size: 13px;
    color: #185FA5;
    margin-bottom: 14px;
    line-height: 1.5;
}

.eligibility .radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.eligibility .radio-opt {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #111;
    transition: all .2s;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
}


.eligibility .err-msg {
    font-size: 12px;
    color: #c8102e;
    margin-top: 4px;
    display: none;
}

.eligibility .rdot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border .2s;
}

.eligibility .btn-primary {
    background: #c8102e;
    color: #fff;
}

.eligibility .btn {
    width:100%;
    flex: 1;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all .2s;
    font-family: inherit;
}

.eligibility .radio-opt.selected .rdot {
    border-color: #185FA5;
}
.eligibility .radio-opt.selected {
    border-color: #185FA5;
    background: #EEF5FC;
    color: #185FA5;
}

.eligibility .rdot-in {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #185FA5;
    display: none;
}
.eligibility .radio-opt.selected .rdot-in {
    display: block;
}










