*{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

body{
	font-family: "Roboto", sans-serif;
}

.invoice-field.file-wrapper {
    padding: 28px 0;
}
.mt-28{
    margin-top: 28px;
}
.container{
	width: 90%;
	max-width:1024px;
	margin:0 auto;
	padding:0 7.5px;
}
.form-wrapper ul li strong {
    font-weight: 600;
}
img{
	display: block;
}
a{
	text-decoration: none;
}
header img {
    max-width: 254px;
    width: 100%;
    margin: 0 auto;
}
header {
    padding: 28px 0;
}
.convenience-note {
    font-style: italic;
}
.payroc-form select.form-field {
  appearance: none;              /* Chrome, Edge, Safari */
  -webkit-appearance: none;      /* Safari fix */
  -moz-appearance: none;         /* Firefox */
  background-image: none !important;
  background-color: #fff;        /* keep consistent */
  padding-right: 12px;           /* adjust for lost icon space */
}

/* Optional: remove focus outline for cleaner look */
.payroc-form select.form-field:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0073aa22; /* subtle blue focus ring */
}
#country {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}
.banner {
    background-image: url(../images/banner.jpg);
    padding: 134px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.banner:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}
.banner h1 {
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 400;
}
.grey-sec {
    background-color: #f5f5f5;
    padding: 150px 0;
}
.grey-sec p {
    color: #4B483E;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.form-wrapper h3 {
    color: #424242;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.flags-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 0 auto 40px auto;
    justify-content: center;
}
.flag
 {
    width: 50%;
    padding: 30px;
}
.flag h6 {
    color: #424242;
    font-size: 22px;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.flag a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #1f8191;
    text-decoration: none;
    text-align: center;
    margin-top: 12px;
    display: block;
}
.country-link{
	font-size: 18px;
    font-weight: 300;
    color: #1f8191;
    text-decoration: none;
}
.flag-img img {
    height: 150px;
    width: 100%;
    height: 75px;
    object-fit: cover;
}
.form-sec {
    padding: 80px 0;
}
.form-sec p {
    font-size: 18px;
    color: #4B483E;
    font-weight: 300;
}
.form-sec ul {
    margin: 20px 0 20px 20px;
}
.form-sec ul li {
    /* font-size: 18px; */
    color: #4B483E;
    /* font-weight: 300; */
    margin-bottom: 10px;
}
.form-sec ul li:last-child{
	margin-bottom: 0px;
}
.form-sec i {
    /* font-size: 18px; */
    color: #4B483E;
    /* font-weight: 300; */
}
.general-grey-sec {
    background-color: #f5f5f5;
    padding: 60px 0;
}
.general-grey-sec p {
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    margin-bottom: 25px;
}
.general-grey-sec p:last-child{
	margin-bottom: 0px;
}
.general-grey-sec p a{
	color:#1f8191;
}
footer {
    padding: 45px 0;
}
footer p {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
span.error-msg {
    display: block;
    margin-top: 5px;
}
#payroc-loader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

#payroc-loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  width: 40px; height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}
#payroc-loader2 {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

#payroc-loader2 .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  width: 40px; height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.g-recaptcha {
    margin-top: 25px;
}
.mt-5 {
    margin-top: 25px;
margin-bottom:20px;
}
.align_heading{
text-align:left !important;
}

.error-msg {
    color: red !important;
}

/* Email tag styles */
.email-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: #f1f5f9; */
    /* border: 1px solid #e2e8f0; */
    padding: 6px 10px;
    /* border-radius: 16px; */
    margin: 4px 6px 4px 0;
    /* font-size: 14px; */
}
.email-tag {
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    background: white !important;
    font-family: var(--font-pangea) !important;
    font-weight: var(--weight-regular) !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
.email-tag button.remove-email {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    color: #4b5563;
}
#emailTagsContainer { min-height: 36px; }


/* css start */
#paymentForm{
    margin-top: 60px;
    max-width: 681px;
    margin-inline: auto ;
}
.step-progress {
    display: flex;
    padding-bottom: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}
span.required{
    color: #790000;
    font-weight: bold;
}
.step-progress .step {
    padding: 12px 0;
    width: auto;
    min-width: 175px;
    flex: 1;
    text-align: center;
    color: #757575;
    border-bottom: solid 2px #fff;
}

.step-progress .step.active {
    border-bottom: solid 2px #435030;
    background-color: #f5f5f5;
    color: #000;
}
.step .step-title {
    color: #424242;
    font-size: 35px;
    font-weight: 300;
    margin-block: 24px 36px;
}
.hidden {
    display: none;
}
.fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.field-box{
    width: 100%;
}
.form-field {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
    border: 1px solid #000;
    background-color: #fff;
    color: #424242;
    width: 100%;
    outline: none;
    border-radius: 4px;
}
.form-field::placeholder{
	color:#424242;
}
.field-box>label{
    margin-bottom: 8px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
}
.invoice-field>.label{
    margin-bottom: 16px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
}
.step-btn_primary {
    font-size: 18px !important;
    cursor: pointer;
    border-radius: 4px;
    padding: .5rem 1rem;
    border: 1px solid #000 !important;
    color: #fff !important;
    transition: .3s;
    line-height: 24px;
    background-color: #000;
}
.step-btn_primary:hover{
    border-radius: 8px;
}
.step-btn_secondary{
    font-size: 18px !important;
    cursor: pointer;
    border-radius: 4px;
    padding: .5rem 1rem;
    border: 1px solid #000 !important;
    color: #000 !important;
    transition: .3s;
    line-height: 24px;
    background-color: transparent;
}
.step-btn_secondary:hover{
    border-radius: 8px;
}
.field-box input+button {
    align-self: stretch;
}
.invoice-field>.invoice-field-label {
    display: block;
    margin-bottom: 16px;
}
.invoice-field>label.inline:not(:last-child){
    margin-bottom: 10px;
}
.invoice-field>label.inline{
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
div#upTo5 .invoice-loop .invoice-field-box {
    margin-inline: -10px !important;
}

div#upTo5 .invoice-loop .invoice-field-box .invoice-form-field-box {
    padding-inline: 10px;
}
/* .invoice-field>label.inline>input[type="radio"] {
    border-radius: 0;
    -webkit-appearance: none !important;
    background: #f5f5f5 !important;
    width: 20px !important;
    height: 20px !important;
    float: left !important;
    padding: 5px !important;
    border: 1px solid #9e9e9e !important;
}
.invoice-field>label.inline>input[type="radio"]:checked {
    background-color: #424242 !important;
    border: solid 1px #97cc04 !important;
    background-image: url(../images/checkmark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
} */
/* .invoice-field>label.inline>input[type="radio"]:checked {
    background-image: url(../images/checkmark.svg) !important;
    background-repeat: no-repeat !important;
}
.invoice-field>label.inline>input[type="radio"] {
    background-color: transparent !important;
    border: 2px solid #000 !important;
    filter: brightness(0) saturate(100%);
    border-radius: 3px;
    background-size: 12px !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    float: left !important;
    padding: 5px !important;
    background-position: center !important;
} */
 .invoice-field > label.inline > input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Selected */
.invoice-field > label.inline > input[type="radio"]:checked {
  border: 2px solid #000;
}

.invoice-field > label.inline > input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Disabled */
.invoice-field > label.inline > input[type="radio"]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Error */
.invoice-field > label.inline > input[type="radio"].error {
  border-color: #e00000;
}

.invoice-field > label.inline > input[type="radio"].error:checked::after {
  background-color: #e00000;
}

.invoice-field-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    row-gap: 24px;
}
.invoice-field-box .invoice-form-field-box {
    width: 50%;
}
.invoice-field-box small.field-info {
    width: 100%;
    margin-top: 20px;
    color: #767676;
    display: block;
}
.invoice-field-box small.field-info.normal,
.field-box small.field-info.normal,
.payment-field small.field-info.normal{
    color: #767676;
}
.invoice-field-box small.field-info.error,
.field-box small.field-info.error,
.payment-field small.field-info.error {
    color: red;
}
.invoice-form-field-box label{
    margin-bottom: 8px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
}
.field-heading {
    margin: 28px 16px 28px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    color: #424242;
    font-size: 22.5px;
    font-weight: 300;
}
p.fieldset-desc {
    color: #424242;
    font-size: 16px;
}
.step-actions{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:18px;
    margin-top: 48px;
    align-items: flex-start;
}
.heading-wrapper {
    margin: 28px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
}
.heading-wrapper h3 {
    color: #424242;
    font-size: 22.5px;
    font-weight: 300;
}
.heading-wrapper p {
    color: #424242;
    font-size: 14.6px;
    margin-top: 4px;
    margin-bottom: 9px;
}
.title-with-flag {
    display: flex;
    flex-wrap: wrap;
}
.title-with-flag img {
    width: 22.5px;
    margin-right: 2.5px;
}
.title-with-flag h3 {
    width: calc(100% - 25px);
}
.payment-total .total-heading {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    color: #424242;
}
.payment-total .max-amount-desc {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 25px;
    color: #424242;
} 
.payment-total .total_amount {
    display: block;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 0;
    color: #424242;
    margin-top: 16px;
}
.payment-field.credit-card-field {
    display: flex;
    flex-wrap: wrap;
}
.payment-field.credit-card-field input#card_number {
    flex: 1;
    font-size: 14px;
    border:none;
    outline: none;
}
.payment-field.credit-card-field input#expiry {
    width: 60px;
    font-size: 14px;
    border:none;
    outline: none;
}
.payment-field.credit-card-field input#cvv {
    width: 40px;
    font-size: 14px;
    border:none;
    outline: none;
}
.payment_fieldset_label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    color: #424242;
}
.payment-field label {
    width: 100%;
    display: block;
    margin-top: 8px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    color: #424242;
}
.payment-fields-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.payment-flex-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.payment-fields-flex .payment-field {
    width: 100%;
}
.payment-fieldset{
    width: 100%;
}
.payment-fields-flex .payment-field.w-50 {
    width: Calc(50% - 12px);
}
.acknowledge-fieldset{
    margin-top: 24px;
}
.acknowledge-fieldset .payment-field label {
    margin: 0;
}
/* .acknowledge-fieldset .payment-field label input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none !important;
    background: #f5f5f5 !important;
    width: 20px !important;
    height: 20px !important;
    float: left !important;
    padding: 5px !important;
    border: 1px solid #9e9e9e !important;
    margin-right: 8px;
}
.acknowledge-fieldset .payment-field label input[type="checkbox"]:checked {
    background-color: #424242 !important;
    border: solid 1px #97cc04 !important;
    background-image: url(../images/checkmark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
} */
 .acknowledge-fieldset .payment-field label input[type="checkbox"]:checked {
    background-image: url(../images/checkmark.svg) !important;
    background-repeat: no-repeat !important;
}
.acknowledge-fieldset .payment-field label input[type="checkbox"] {
    background-color: transparent !important;
    border: 2px solid #000 !important;
    filter: brightness(0) saturate(100%);
    border-radius: 3px;
    background-size: 12px !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    float: left !important;
    padding: 5px !important;
    background-position: center !important;
    margin-right: 10px;
}
.acknowledge-fieldset .payment-field.error label input[type="checkbox"] {
    background-image: none !important;
    filter: brightness(0) saturate(100%) invert(12%) sepia(70%) saturate(7228%) hue-rotate(358deg) brightness(107%) contrast(114%);
}
.acknowledge-fieldset .payment-field label{
    cursor: pointer;
}
.invoice-blurb-main .flag__img {
    width: 100px;
    margin-inline: auto;
    margin-bottom: 40px;
}
.invoice-blurb-main .blurb__title {
    font-size: 36px;
    color: #424242;
    font-weight: 300;
    text-align: center;
}

.site-header {
    display: none !important;
}
header#site-header {
    display: none;
}

.payroc-thankyou-wraper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
}


.payroc-thankyou h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.payroc-thankyou {
    text-align: center;
}

.payroc-thankyou p {
    font-size: 20px;
}

.payroc-thankyou .order-details {
    list-style: none;
    margin: 15px 0;
}
.invoice_wrap {
    display: flex;
}
.invoice_wrap .invoice-prefix {
    width: 110px;
    margin-right: 15px;
}
.invoice_wrap .invoice-digits {
    width: calc(100% - 125px);
}
/* css end */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    font-size: 18px !important;
    cursor: pointer;
    border-radius: 4px  !important;
    padding: .5rem 1rem !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    transition: .3s !important;
    line-height: 24px !important;
    background-color: #000 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    border-radius: 10px !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #000 !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-family: var(--font-pangea) !important;
    font-weight: var(--weight-regular) !important;
    font-size: 32px !important;
    line-height: 40px !important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-family: var(--font-pangea) !important;
    font-weight: var(--weight-regular) !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

/* Theme Typo */
/* ===========================================
   PANGEA TYPOGRAPHY SYSTEM
   Breakpoints:
   - Default (≥1440px): Desktop
   - max-width: 768px → Tablet
   - max-width: 360px → Mobile
=========================================== */

:root {
  --font-pangea: 'Pangea', sans-serif;
  --weight-regular: 400;
}

/* ========== DISPLAY ========== */
.typo-display {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 48px !important;
  line-height: 56px !important;
}

@media (max-width: 768px) {
  .typo-display {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}

@media (max-width: 360px) {
  .typo-display {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

/* ========== HEADER 1 ========== */
.typo-h1 {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 40px !important;
  line-height: 48px !important;
}

@media (max-width: 768px) {
  .typo-h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 360px) {
  .typo-h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

/* ========== HEADER 2 ========== */
.typo-h2 {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 32px !important;
  line-height: 40px !important;
}

@media (max-width: 768px) {
  .typo-h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

@media (max-width: 360px) {
  .typo-h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

/* ========== HEADER 3 ========== */
.typo-h3 {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

/* ========== HEADER 4 ========== */
.typo-h4 {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

/* ========== HEADER 5 ========== */
.typo-h5 {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

/* ========== BODY 1 ========== */
.typo-body-1 {
    font-family: var(--font-pangea) !important;
    font-weight: var(--weight-regular) !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

/* ========== BODY 2 ========== */
.typo-body-2 {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

/* ========== BUTTON ========== */
.typo-button {
  font-family: var(--font-pangea) !important;
  font-weight: var(--weight-regular) !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}

/* Theme Typo end */

@media(max-width:767px){
	header img {
    	max-width: 180px;
	}
	.banner h1 {
    	font-size: 32px;
	}
	.banner {
    	padding: 75px 0;
	}
	.grey-sec {
    	padding: 60px 0;
	}
	.form-sec {
    	padding: 60px 0;
	}
	.flag {
    	padding: 30px 7.5px;
	}
	.flags-wrapper {
    	margin-bottom: 20px;
	}
	footer {
    	padding: 25px 0;
	}
    .payment-fields-flex .payment-field.w-50 {
        width: 100%;
    }
    .invoice-field-box .invoice-form-field-box {
        width: 100%;
    }
        /* .step-actions {
            flex-direction: column;
        } */
    .invoice-blurb-main .blurb__title {
        font-size: 27.2px;
    }
.payroc-thankyou h2 {
    font-size: 32px;}
.payroc-thankyou-wraper {
    padding: 50px 20px;
}
.step-actions button {
    margin-bottom: 10px;
}
}

/* button.step-btn_primary {
    border-radius: 10px;
}
button.step-btn_secondary {
    border-radius: 10px;
}
button#hf_submit_button {
   button#hf_submit_button {}
} */