.icon-circle {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

/* Smooth scroll target: offset so fixed nav doesn't cover form heading */
#prepaid-fuel-app-form {
    scroll-margin-top: 5rem;
}

.highlight-box {
    border-left: 5px solid var(--secondary-color, #ffc107);
}

#prepaid-fuel-app-form{
    
    margin: auto;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid gray;
    border-radius: 15px;
    background-color: rgb(245,245,245)

}

#prepaid-fuel-app-form h1{
    padding: 10px;
    background-color: #0D6EFD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:white;
}

#prepaid-fuel-app-form form{
    padding: 30px;
}



#dispension_location {
    background-color: #0D6EFD;
    color: white;
    margin: auto;
    max-width: 100%;
    border-radius: .375rem; /* optional, for pill look */
}

/* Let the text wrap and use a responsive font size */
#dispension_location p {
    margin: 0;
    padding: 10px 14px;
    font-weight: bold;
    max-width: 100%;
    /* Remove width: max-content; */
    white-space: normal;           /* allow wrapping */
    word-break: normal;            /* default behavior */
    overflow-wrap: anywhere;       /* safer line breaks on long chunks */
    font-size: clamp(14px, 2.2vw, 18px); /* responsive text size */
    display: flex;
    align-items: center;
    gap: .5rem;                    /* space between icon & text */
    flex-wrap: wrap;               /* allow items to wrap */
    justify-content: center;
}

/* Make the wrapper act like a button-width chip but responsive */
#dispension_location {
    display: inline-block; /* shrink around content but still wrap */
}

/* (Optional) control line height for nicer two-line look */
#dispension_location p { 
    line-height: 1.25; 
}

/* Force the labels to turn red when the checkbox is marked invalid */
.product-check.is-invalid ~ .form-check-label {
    color: #dc3545 !important;
}

/* Force the checkbox borders to turn red */
.product-check.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important; /* Removes the green checkmark if it appears */
}

/*  Override Bootstrap's green 'was-validated' success color */
#applicationForm.was-validated .product-check:not(:checked):not(.is-valid) ~ .form-check-label {
    color: inherit; /* Keeps it neutral until checked */
}

#applicationForm.was-validated .product-check.is-invalid ~ .form-check-label {
    color: #dc3545 !important;
}


#prepaid-fuel-page-heading{
    color: red;
    
}


#no_of_cards{
    width: 120px;
}

#no_of_cars{
    width: 120px;
}


#captcha-placeholder {
    overflow: hidden; /* Prevent scrollbars */
}

.g-recaptcha {
    /* Adjust the 0.85 to whatever scale fits your form */
    transform: scale(0.85);
    transform-origin: 0 0; /* Keeps it aligned to the left */
    display: inline-block; /* Helps with centering */
}

