.rc-anchor-container {
    border: 1px solid #d3d3d3;
    border-radius: 10px !important;}

/*--header--*/
.demo-hero {
	border-radius:0px!important;
	padding: 0px!important;
    min-height: 130px!important;
}

.headersection{
	padding-top: 110px!important;
}

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


.demo-hero p {
	max-width:100%!important;
}

@media (max-width: 700px) {
	.headersection{
		padding-top: 80px!important;
	}
}

.custom-breadcrumb {
    font-size: 14px !important;
}

/*form*/

.wrap{margin:0 auto;}

.field-block{margin-bottom:40px;}

.form-label{
font-weight:500; 
font-size:20px;
color:#111417;
margin-bottom:10px;
display:inline-block;
}
.req{color:#E1341E;margin-left:3px;}
.field-hint{
color:#6B7280;
font-size:.86rem;
margin-top:-4px;
margin-bottom:12px;
}

.form-control{
border:1.5px solid #D9DCE1;
border-radius:10px;
padding:12px 16px;
font-size:16px;
color:#111417;
}
.form-control::placeholder{color:#9AA1AC;}
.form-control:focus{
border-color:#153ED9;
box-shadow:0 0 0 3px rgba(21,62,217,.14);
}
textarea.form-control{min-height:130px;resize:vertical;}

/* Radio group - plain, minimal */
.radio-row{display:flex;flex-wrap:wrap;gap:28px;}
.radio-item{
display:flex;align-items:center;gap:10px;
cursor:pointer;
font-size:16px;
color: #000;
}
.wrap .radio-item input[type="radio"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50% !important;
  border: 1.5px solid #D9DCE1;
  margin: 0;
  padding: 0;
  background: none;
  flex: 0 0 20px;
  cursor: pointer;
  position: relative;
}

.radio-item input[type="radio"]:checked{
border:2px solid #153ED9;
}
.radio-item input[type="radio"]:checked::after{
content:"";
position:absolute;
top:50%;left:50%;
transform:translate(-50%,-50%);
width:9px;height:9px;
border-radius:50%;
background:#153ED9;
}
.radio-item input[type="radio"]:focus-visible{
outline:2px solid #153ED9;
outline-offset:2px;
}

.company-field, .toggle-field{
max-height:0;opacity:0;overflow:hidden;
transition:max-height .25s ease, opacity .2s ease, margin-top .25s ease;
margin-top:0;
}
.company-field.show, .toggle-field.show{
max-height:120px;opacity:1;margin-top:22px;margin-bottom:34px;
}

hr.divider{border:none;border-top:3px solid #568fff;margin:50px 0;}

.recaptcha-box{
border:1.5px solid #D9DCE1;
border-radius:10px;
padding:16px 20px;
display:inline-flex;align-items:center;gap:12px;
color:#6B7280;
font-size:.9rem;
background:#FAFBFC;
}
.recaptcha-box input{width:20px;height:20px;}

.actions{
display:flex;justify-content:flex-end;gap:14px;
margin-top:40px;
}
.btn-reset{
border:1.5px solid #D9DCE1;
background:#fff;
color:#111417;

border-radius:999px;
padding:12px 30px;
font-size:.95rem;
}
.btn-reset:hover{border-color:#B7BCC4;color:#111417;background:#fff;}
.btn-send{
background:#153ED9;
border:none;
color:#fff;

border-radius:999px;
padding:12px 34px;
font-size:.95rem;
}
.btn-send:hover{background:#1030AD;color:#fff;}

@media (max-width:576px){
h1.page-title{font-size:2rem;}
.actions{flex-direction:column-reverse;}
.actions .btn{width:100%;}
}

em.invalid {
  color: #E1341E;
  font-size: 0.85rem;
  margin-top: 6px;
  display: block;
  font-style: normal;
}

.form-control.invalid {
  border-color: #E1341E;
}

.alert-danger {
    display: inline-block;      /* Width wraps to content */
    margin: 20px auto;          /* Center horizontally */
    padding: 16px 24px;
    background-color: #fbf1f1;
    color: #e65656;
    border: 1px solid #efe1e3;
    border-radius: 12px;        /* Rounded corners */
    text-align: center;
}

.alert-danger h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
}


.custom-padding {
    padding: 4rem !important;
}

.custom-max-width {
   max-width: 78%;
}

.custom-padding-top{
	padding-top:2rem;
}


@media (max-width: 600px) {
	.custom-padding {
		padding: 3rem !important;
	}
	.custom-max-width {
		max-width: 100%;
	}
	.custom-padding-top{
		padding-top:6rem;
	}
}

/* Default */
.g-recaptcha {
    display: inline-block;
}

/* Small devices */
@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .field-block {
        overflow: hidden;
    }
}

@media (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.78);
        -webkit-transform: scale(0.78);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 576px) {
    .actions .btn {
        width: 100%;
        padding: 10px 16px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.card-issue{
	background: #ffffff;
    border-radius: 50px;
    margin-bottom: 22px;
}

.card-details{
	background: #ffffff;
    border-radius: 50px;
    margin-bottom: 22px;
}

#needassistanceform, #needassistanceform *{ box-sizing:border-box; }
