.text-left{
    text-align:left !important;
    font-size: 16px;
    margin-bottom: 5px;
}
.fixed-price-wrapper{
    position: fixed;
    bottom:0;
    width:100%;
    background: #0ead69;
    z-index: 999;
}
.price{
    color:#fff;
    font-weight: 400 ;
    font-size: 16px;
margin-left: 1px;
}
.gas-name{
    color:black;
    font-weight: 600;
    margin-left: 20px;
    font-size: 16px;
}
.scroll-text{
    display :flex;
    flex-direction: row;
    align-items: center;
    color:#fff;
    padding:10px;
    text-transform: uppercase;
    
}
.error-wrapper-warning{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe0db;
    width:100%;
    min-height:50px;
    border-radius: 10px;
}

.error-wrapper-success{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#e8fadf;
    width:100%;
    min-height:50px;
    border-radius: 10px;
}
.message-warning {
    text-align: center;
    color: red !important;
  }
  .message-success {
    text-align: center;
    color: green !important;
  }

/* Seamless Password Input Toggle */
.password-input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.password-input-wrapper input {
    margin-bottom: 0 !important;
    padding-right: 50px !important;
}
.password-toggle-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    color: #666;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 1;
    z-index: 10;
    outline: none !important;
    box-shadow: none !important;
}
.password-toggle-btn:hover,
.password-toggle-btn:focus {
    color: #0ead69;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Mobile Navbar Collapse Fix */
@media (max-width: 991.98px) {
    header.active #navbarScroll,
    #navbarScroll.show {
        display: block !important;
    }
    .navbar-collapse {
        background: #ffffff !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 20px !important;
        margin-top: 15px;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        box-shadow: none !important;
        background: #f9f9f9 !important;
        margin-top: 5px !important;
        border: 1px solid #eee !important;
    }
    .dropdown.show .dropdown-menu,
    .dropdown-menu.show {
        display: block !important;
    }
}

/* Desktop Admin Dropdown */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: fadeIn 0.2s ease-in-out;
    }
}
.dropdown-menu {
    border-radius: 8px !important;
    padding: 8px 0 !important;
}
.dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #333;
    transition: all 0.2s ease;
    padding: 8px 18px !important;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f0fdf4;
    color: #0ead69;
}

/* Unified Brand Colors & Theme Styling */
:root {
    --brand-primary: #0ead69;
    --brand-primary-dark: #09814e;
    --brand-primary-light: #e8fadf;
    --brand-dark: #1e293b;
    --brand-muted: #64748b;
    --brand-light: #f8fafc;
}

.text-brand {
    color: var(--brand-primary) !important;
}
.bg-brand {
    background-color: var(--brand-primary) !important;
    color: #ffffff !important;
}
.bg-brand-light {
    background-color: var(--brand-primary-light) !important;
    color: var(--brand-primary-dark) !important;
}

.btn-brand {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
    color: #ffffff !important;
    font-weight: 500;
    transition: all 0.25s ease;
}
.btn-brand:hover {
    background-color: var(--brand-primary-dark) !important;
    border-color: var(--brand-primary-dark) !important;
    color: #ffffff !important;
}

.btn-outline-brand {
    background-color: transparent !important;
    border: 1px solid var(--brand-primary) !important;
    color: var(--brand-primary) !important;
    transition: all 0.25s ease;
}
.btn-outline-brand:hover {
    background-color: var(--brand-primary) !important;
    color: #ffffff !important;
}

.badge-brand {
    background-color: var(--brand-primary-light) !important;
    color: var(--brand-primary-dark) !important;
    font-weight: 600;
}
.badge-dark-subtle {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    font-weight: 500;
}

/* Card Enhancements */
.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px !important;
}
.card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
}

/* Fix Checkbox Input Sizing */
.contact-grids input[type="checkbox"],
.form-check-input {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.form-check {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.form-check-label {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0 !important;
}

/* Styled Select Inputs */
.contact-grids select,
.custom-select-input {
    width: 100% !important;
    height: 55px !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    color: #1e293b !important;
    background-color: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 16px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.contact-grids select:focus,
.custom-select-input:focus {
    border-color: #0ead69 !important;
    box-shadow: 0 0 0 3px rgba(14, 173, 105, 0.15) !important;
    background-color: #ffffff !important;
}