/* Surety Core Main Styles */

/* General Form Styles */
.surety-form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.surety-form-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.surety-form-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.surety-form-section h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #555;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.surety-form h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    background: #0a56a1;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
    margin-top: 40px;
}

.surety-form-actions {
    display: flex;
    gap: 10px;
}

.surety-form-actions .tertiary {
    background: transparent;
    color: #0a56a1;
    padding: 0;
    text-decoration: underline;
    font-size: 20px;
    margin-left: 0;
}

.surety-form-actions .secondary {
    background: #fff;
    color: #0a56a1;
    font-size: 20px;
    border: 2px solid #0a56a1;
    margin: 0;
}

.surety-form-actions .primary {
    font-size: 20px;
    margin: 0;
}

/* Legal Entity Tiles */
.nm-tile {
    flex: 1;
    min-width: 150px;
    border: 2px solid #ddd;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nm-tile:hover {
    background: #000;
}

.nm-tile.selected {
    border-color: #0073aa;
    background: #0073aa;
    color: #fff;
}

.nm-tile-inner strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.nm-tile-inner span {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

.surety-disclaimer {
    text-align: center;
    max-width: 950px;
    margin: 40px auto 0;
    color: #0a56a1;
    line-height: normal;
}

/* Form Fields */
.surety-form-group {
    margin-bottom: 20px;
}

.surety-form-group.conditional-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.surety-form-group .conditional-field {
    flex: 0 0 100%;
}

.surety-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.surety-form-group.conditional-group label {
    color: #0a56a1;
    font-size: 20px;
    font-weight: normal;
}

.surety-form-group label.bg-title {
    background: #0a56a1;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0;
}

.surety-form-group label .required {
    color: #d63638;
}

.surety-form-control {
    width: 100%;
    padding: 6px 25px;
    border: 2px solid #0a56a1;
    border-radius: 20px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.surety-form-control:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

.surety-form-control.error {
    border-color: #d63638;
}

.surety-error-message {
    color: #d63638;
    font-size: 14px;
    margin-top: 5px;
}

input[type="file"]::file-selector-button {
  background-color: #0a56a1;
  color: white;
  border: none;
  padding:5px 30px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
}

button[name="action_type"] {
    background: transparent;
    color: #0a56a1;
    border: 2px solid #0a56a1;
}

.checkout-complete .hd-btn.secondary.small {
    width: auto;
    padding: 5px 30px;
    font-size: 14px;
    float: right;
    margin: 15px 0 0;
}

.checkout-complete .hd-btn.secondary.small:hover {
    color: #fff;
}

.surety-group-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 0;
}

.surety-group-wrap {
    text-align: center;
    background: #eaf4ff;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #0a56a1;
    margin-bottom: 30px;
}

.surety-group-wrap > * {
    min-width: 0;
}

.surety-group-wrap.full {
    display: block;
}

.surety-group-wrap.three-columns {
    grid-template-columns: repeat(3, 1fr);
}

.surety-group-wrap.two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.surety-group-wrap h3,
.surety-group-wrap .surety-form-group.full {
    grid-column: 1 / -1;
}

.surety-group-wrap h3 {
    font-size: 27px;
}

.remove-bank-loan {
    background: transparent;
    border: none;
}

button#add-bank-loan,
button#add-guarantee {
    display: block;
    float: none;
    width: 100%;
    border-radius: 20px;
}

.uploaded-documents {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    padding: 30px 50px 60px;
    margin: 20px 0px;
}

.document-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 0;
}

.document-list .wrap {
    display: flex;
    align-items: center;
    padding: 10px;
    background: white;
    border-radius: 4px;
    margin: 0 0 15px;
    border: 1px solid #0a56a1;
    font-size: 15px;
}

#final-submission-form {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    padding: 30px 50px;
}

#final-submission-form .gdpr-consent label input {
    position: absolute;
    left: 0;
}

#final-submission-form .gdpr-consent label {
    position: relative;
    padding-left: 30px;
}

/* File Upload */
.surety-file-upload {
    border: 2px dashed #0a56a1;
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
}

.surety-file-upload:hover {
    border-color: #0073aa;
    background: #f0f8ff;
}

.surety-file-upload.has-file {
    border-color: #46b450;
    background: #f0fff0;
    /* padding: 46px; */
}

.surety-file-upload-icon {
    font-size: 48px;
    color: #999;
    margin-bottom: 15px;
}

.surety-file-upload.has-file .surety-file-upload-icon {
    color: #46b450;
}

.surety-file-name {
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.surety-file-success {
    color: #46b450;
    font-size: 14px;
    margin-top: 5px;
}

/* Buttons */
.surety-btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.surety-btn-primary {
    background: #0073aa;
    color: #fff;
}

.surety-btn-primary:hover {
    background: #005a87;
}

.surety-btn-secondary {
    background: #f0f0f0;
    color: #333;
}

.surety-btn-secondary:hover {
    background: #e0e0e0;
}

.surety-btn-large {
    padding: 15px 40px;
    font-size: 18px;
}

.surety-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Progress Bar */
.surety-progress {
    width: 100%;
    height: 40px;
    background: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.surety-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0073aa 0%, #00a0d2 100%);
    transition: width 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

/* Step Wizard */
.surety-step-wizard {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.surety-step-wizard::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 0;
}

.surety-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.surety-step-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ddd;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #999;
}

.surety-step.active .surety-step-dot {
    border-color: #0073aa;
    background: #0073aa;
    color: #fff;
}

.surety-step.completed .surety-step-dot {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}

.surety-step-label {
    font-size: 14px;
    color: #666;
}

.surety-step.active .surety-step-label {
    color: #0073aa;
    font-weight: 600;
}

/* Summary Box */
.surety-summary-box {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* padding: 20px; */
    margin-bottom: 10px;
}

.surety-summary-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
}

span.surety-summary-value {
    font-size: 28px;
}

.surety-summary-item:last-child {
    border-bottom: none;
}

.surety-summary-label {
    font-weight: 600;
}

.surety-summary-total {
    background: #157ee4;
    color: #fff;
    /* margin: 20px -20px -20px; */
    padding: 5px 20px;
    border-radius: 2px;
}

.surety-summary-total .surety-summary-item {
    border-bottom: none;
    color: #fff;
    font-size: 18px;
}

/* Success/Error Messages */
.surety-message {
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.surety-message-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.surety-message-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.surety-form .note-text {
    text-align: center;
    color: #0a56a1;
    margin-bottom: 20px;
}

#misthoma-result {
    line-height: normal;
    padding: 13px 0 0;
    text-align: center;
}

#misthoma-result strong span {
    color: #e96565;
    font-size: 26px;
}

form#step3-offer-form {
    border: 1px solid #0a56a1;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

/* Confirmation Page */
.sc-wrap {
    --sc-black:     #000000;
    --sc-blue:      #0A56A1;
    --sc-blue-dark: #083e75;
    --sc-blue-dim:  rgba(10, 86, 161, 0.08);
    --sc-blue-mid:  rgba(10, 86, 161, 0.18);
    --sc-white:     #ffffff;
    --sc-gray-50:   #f7f7f7;
    --sc-gray-100:  #efefef;
    --sc-gray-300:  #c8c8c8;
    --sc-gray-500:  #888888;
    --sc-gray-700:  #444444;
    --sc-text:      #0d0d0d;
    --sc-radius-sm: 4px;
    --sc-radius:    8px;
    --sc-font:      'Geologica', sans-serif;
    --sc-ease:      cubic-bezier(0.4, 0, 0.2, 1);

    font-family: var(--sc-font);
    color: var(--sc-text);
    max-width: 820px;
    margin: 72px auto;
    padding: 0 24px 80px;
}

.sc-wrap .sc-header {
    text-align: center;
    margin-bottom: 20px;
}

.sc-wrap .sc-icon {
    width: 100px;
    height: 100px;
    background-color: var(--sc-blue);
    color: var(--sc-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}

.sc-wrap .sc-title {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
    color: var(--sc-black);
}

.sc-wrap .sc-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.sc-wrap .sc-app-number {
    border: 1px solid var(--sc-gray-100);
    border-left: 3px solid var(--sc-blue);
    border-radius: var(--sc-radius);
    padding: 28px 32px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: var(--sc-gray-50);
}

.sc-wrap .sc-app-number__label {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0A56A1;
}

.sc-wrap .sc-app-number__value {
    font-size: 32px;
    font-weight: 500;
    color: var(--sc-black);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sc-wrap .sc-app-number__note {
    font-size: 13px;
    color: #333;
    font-weight: 300;
}

.sc-wrap .sc-steps {
    border: 1px solid var(--sc-gray-100);
    border-left: 3px solid var(--sc-blue);
    border-radius: var(--sc-radius);
    padding: 28px 32px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: var(--sc-gray-50);
}

.sc-wrap .sc-steps__heading {
    font-size: 18px;
    font-weight: 500;
    color: #0A56A1;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.sc-wrap .sc-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid var(--sc-gray-100);
}

.sc-wrap .sc-step:first-of-type {
    border-top: 1px solid var(--sc-gray-100);
}

.sc-wrap .sc-step__num {
    font-size: 25px;
    font-weight: 500;
    color: #0A56A1;
    letter-spacing: 1px;
    min-width: 28px;
    flex-shrink: 0;
}

.sc-wrap .sc-step__title {
    font-weight: 500;
    margin: 0 0 4px;
    color: var(--sc-black);
}

.sc-wrap .sc-step__desc {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.sc-wrap .sc-step__desc strong {
    color: var(--sc-gray-700);
    font-weight: 500;
}

.sc-wrap .sc-notice {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background-color: var(--sc-blue-dim);
    border: 1px solid var(--sc-blue-mid);
    border-radius: var(--sc-radius);
    padding: 18px 20px;
    margin-bottom: 20px;
}

.sc-wrap .sc-notice__icon {
    color: var(--sc-blue);
    flex-shrink: 0;
    margin-top: 1px;
}

.sc-wrap .sc-notice__text {
    font-weight: 400;
    color: var(--sc-blue);
    margin: 0;
    line-height: 1.6;
}

.sc-wrap .sc-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

.sc-wrap .sc-btn {
    font-family: var(--sc-font);
    font-size: 14px;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: background-color 0.18s var(--sc-ease),
                color 0.18s var(--sc-ease),
                border-color 0.18s var(--sc-ease),
                transform 0.18s var(--sc-ease);
}

.sc-wrap .sc-btn--primary {
    background-color: var(--sc-blue);
    color: var(--sc-white);
    border: 1px solid var(--sc-blue);
}

.sc-wrap .sc-btn--primary:hover {
    background-color: var(--sc-blue-dark);
    border-color: var(--sc-blue-dark);
    transform: translateY(-1px);
}

.sc-wrap .sc-btn--outline {
    background-color: transparent;
    color: #0a56a1;
    border: 2px solid #0a56a1;
}

.sc-wrap .sc-btn--outline:hover {
    border-color: var(--sc-black);
    transform: translateY(-1px);
}

.sc-wrap .sc-btn--ghost {
    background-color: transparent;
    color: var(--sc-gray-500);
    border: 1px solid transparent;
}

.sc-wrap .sc-btn--ghost:hover {
    color: var(--sc-black);
    border-color: var(--sc-gray-100);
}

.sc-wrap .sc-footer {
    border-top: 1px solid var(--sc-gray-100);
    padding-top: 28px;
    text-align: center;
}

.sc-wrap .sc-footer__text {
    font-size: 13px;
    color: var(--sc-gray-500);
    font-weight: 300;
    margin: 0 0 8px;
}

.sc-wrap .sc-footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sc-wrap .sc-footer__link {
    font-size: 14px;
    font-weight: 400;
    color: var(--sc-blue);
    text-decoration: none;
    transition: opacity 0.15s var(--sc-ease);
}

.sc-wrap .sc-footer__link:hover {
    opacity: 0.7;
}

.sc-wrap .sc-footer__divider {
    color: var(--sc-gray-300);
    font-size: 16px;
}

/* Loading Spinner */
.surety-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s ease-in-out infinite;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Wrapper */
#customer_login {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

#customer_login .col-1,
#customer_login .col-2 {
    flex: 1;
    background: transparent;
    padding: 40px;
    border-radius: 18px;
    border: 1px solid #0a56a1;
    width: 100%;
    float: none;
    max-width: 100%;
}

/* Titles */
#customer_login h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    background: #0a56a1;
    color: #fff;
    padding: 5px 30px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
}

/* Labels */
#customer_login label {
    display: block;
    margin-bottom: 8px;
    color: #0a56a1;
}

/* Inputs */
#customer_login .input-text {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #0a56a1;
    border-radius: 50px;
    background: transparent;
    transition: all .3s ease;
    font-weight: 300;
}

#customer_login .input-text:focus {
    outline: none;
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}

/* Fields spacing */
#customer_login .form-row {
    margin-bottom: 20px;
}

/* Password wrapper */
#customer_login .password-input {
    width: 100%;
}

/* Buttons */
#customer_login button[type="submit"] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 50px;
    background: #0a56a1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0;
}

.woocommerce-account .woocommerce form.checkout_coupon, 
.woocommerce-account .woocommerce form.login, 
.woocommerce-account .woocommerce form.register {
    border: 2px dashed #0a56a1;
    border-radius: 20px;
}

/* Remember me */
.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Lost password */
.woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
}

.woocommerce-LostPassword a {
    text-decoration: none;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

/* Required star */
.required {
    color: #ef4444;
}

/* Forgot Password Page */
.woocommerce-ResetPassword {
    max-width: 600px;
    margin: 60px auto;
    padding: 40px;
    background: transparent;
    border-radius: 18px;
    border: 2px dashed #0a56a1;
}

/* Description */
.woocommerce-ResetPassword > p:first-child {
    background: #f8fafc;
    border-left: 4px solid #0a56a1;
    padding: 15px 20px;
    border-radius: 10px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Labels */
.woocommerce-ResetPassword label {
    display: block;
    margin-bottom: 8px;
}

/* Input */
.woocommerce-ResetPassword .input-text {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    background: #f8fafc;
    transition: all .3s ease;
    font-size: 15px;
}

.woocommerce-ResetPassword .input-text:focus {
    outline: none;
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}

/* Button */
.woocommerce-lost-password .woocommerce form button[type="submit"] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 50px;
    background: #0a56a1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

/* Required */
.woocommerce-ResetPassword .required {
    color: #ef4444;
}

/* Fix WooCommerce float */
.woocommerce-ResetPassword .form-row-first,
.woocommerce-ResetPassword .form-row-last {
    width: 100%;
    float: none;
}

.woocommerce-ResetPassword .form-row {
    margin-bottom: 20px;
}

.woocommerce-lost-password .woocommerce form .form-row-first, 
.woocommerce-lost-password .woocommerce form .form-row-last, 
.woocommerce-lost-password .woocommerce-page form .form-row-first, 
.woocommerce-lost-password .woocommerce-page form .form-row-last {
    width: 100%;
}

.woocommerce-lost-password .woocommerce form .form-row .input-text, 
.woocommerce-lost-password .woocommerce form .form-row select {
    border-radius: 50px;
    border: 1px solid #0a56a1;
    padding: 13px;
    font-weight: 300;
}

/* Responsive */
@media (max-width: 768px) {

    .woocommerce-ResetPassword {
        margin: 30px 15px;
        padding: 25px;
    }
    
    #customer_login {
        flex-direction: column;
        gap: 25px;
        padding: 0 15px;
    }

    #customer_login .col-1,
    #customer_login .col-2 {
        padding: 25px;
    }

    #customer_login h2 {
        font-size: 24px;
    }

    .nomiki-morfi-tiles {
        flex-direction: column;
    }
    
    .nm-tile {
        min-width: 100%;
    }
    
    .surety-step-wizard {
        flex-direction: column;
    }
    
    .surety-step-wizard::before {
        display: none;
    }
    
    .surety-step {
        margin-bottom: 20px;
    }

    .sc-wrap {
        margin: 40px auto;
        padding: 0 16px 60px;
    }

    .sc-wrap .sc-actions {
        flex-direction: column;
    }

    .sc-wrap .sc-btn {
        width: 100%;
        justify-content: center;
    }

    .sc-wrap .sc-app-number {
        padding: 22px 20px;
    }

    .sc-wrap .sc-app-number__value {
        font-size: 25px;
    }
}

/* Air Datepicker Customization */
.air-datepicker {
    font-family: inherit;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
}

.air-datepicker-nav {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.air-datepicker-cell.-selected- {
    background: #0073aa !important;
}

.air-datepicker-cell.-selected-.-focus- {
    background: #005a87 !important;
}

.air-datepicker-cell.-current- {
    color: #0073aa;
    font-weight: bold;
}

input.surety-form-control[type="date"],
input.surety-date {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

/* International Telephone Input Customization */
.iti {
    width: 100%;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 10px;
    background-color: #f8f9fa;
    border-right: 1px solid #ced4da;
}

.iti__selected-flag:hover,
.iti__selected-flag:focus {
    background-color: #e9ecef;
}

.iti__country-list {
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    margin-top: 4px;
    max-height: 200px;
}

.iti__country:hover {
    background-color: #f8f9fa;
}

.iti__country.iti__highlight {
    background-color: #0073aa;
    color: white;
}

.price-note span {
    font-weight: 100;
}

.price-note span img {
    width: 42px;
    margin-left: 10px;
}

input[type="tel"].surety-form-control,
input.phone-input {
    padding-left: 60px;
}

input[type="tel"].error,
input.phone-input.error {
    border-color: #d63638;
    background-color: #fff8f8;
}

input[type="tel"].error:focus,
input.phone-input.error:focus {
    box-shadow: 0 0 0 1px #d63638;
}

.woocommerce-password-strength {
    margin: 20px 0 6px;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    border-radius: 50px;
}

/* Mobile Responsive Adjustments for Libraries */
@media (max-width: 768px) {
    .air-datepicker {
        max-width: 100%;
        left: 50% !important;
        transform: translateX(-50%);
    }
    
    .iti__country-list {
        max-height: 150px;
    }
}
