.kerosene, .gas {

        margin: 20px 0;

    }



    /* Label covering 100% width */

    .kerosene label, .gas label {

        display: block;

        width: 100%;

        margin-bottom: 10px;

    }



    .input-container {

        display: flex;

        justify-content: space-between;

        width: 100%;

    }



    .first-half {

        width: 100%;

    }



    .middle-half {

        width: 10%;

        display: flex;

        justify-content: center;

        align-items: center;

    }



    .last-half {

        width: 45%;

    }



    /* Input field styling */

    .text {

        width: 100%;

        padding: 8px;

        font-size: 14px;

    }



    /* Styling for the "OR" text */

    .middle-half span {

        font-weight: bold;

        font-size: 16px;

    }



    p {

        font-size: 14px;

        margin-top: 10px;

    }

    select.fuel_type {

    border-radius: 0.25rem;

    border-color: #97b2dd !important;

    background-color: white;

    --tw-text-opacity: 1;

    color: black;

    height: 50px;

    padding: 0 15px;

}

#quoteDiv {


        background-color: white; /* White background */
        margin: 0 auto; /* Centers the div horizontally */

    }

input#wk, input#eircode, input#wg {

    border-radius: 0.25rem;
    border: 1px solid;
    border-color: #172f3b !important;

    background-color: white;

    --tw-text-opacity: 1;

    color: black;

    height: 50px;

    padding: 0 15px;

}

input#wk-Price {

    border-radius: 0.25rem;

    border-color: #97b2dd !important;

    background-color: white;

    --tw-text-opacity: 1;

    color: black;

    height: 50px;

    padding: 0 15px;

}

input#wg-Price {

    border-radius: 0.25rem;

    border-color: #97b2dd !important;

    background-color: white;

    --tw-text-opacity: 1;

    color: black;

    height: 50px;

    padding: 0 15px;

}

p.quote {

    font-size: 20px;
    color: black;
}





#deliveryForm textarea {

    height: auto; /* Allow textarea to adjust height */

    resize: vertical;

    padding: 10px 15px; /* More padding for textareas */

}


/* Buttons */

.submitBtn {

    background-color: #007bff;

    color: white;

    padding: 12px 20px;

    border: none;

    border-radius: 0.25rem;

    cursor: pointer;

    font-size: 16px;

    text-transform: uppercase;

    transition: background-color 0.3s ease;

}



.submitBtn:hover {

    background-color: #0056b3; /* Darker blue on hover */

}

form#address-check-form{

    display: none;

}

div#map{

    display: none;

}

#save-area{

    display: none;

}

#load-area{

    display: none;

}

input#proceedToPayment:disabled {

    background: grey;

}

div#delivery-message2 {

    background: #ff1749;

    color: white;

    padding: 10px;

}


    div#error-message {
        background: #ff1749;
        color: #fff;
        margin: 0 0 0 0;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
    }


div#EirSection p a {

    color: #0071c1;

    text-decoration: underline;

}

button#getQuoteBtn:disabled {

    background: grey;

    pointer-events: none;

}

@media screen and (max-width: 768px) {

    #quoteDiv{

        width: 100% !important;

    }

}
button#orderNowBtn, button#getQuoteBtn, input#proceedToPayment {
    background: #287124 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #287124), color-stop(0.79, #bfe35c)) !important;
    font-size: 18px !important;
    border-radius: 5px !important;
}
button#getQuoteBtn:disabled{
    background: grey !important;
}
div.row{
    display: flex;
        gap: 10px;
}
.two-half-row {
    width: 49%;
}
.full {
    width: 100%;
}
.row {
    padding-top: 10px;
}
/** New CSS **/
.one-liner {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    justify-content: space-between;
}
.one-liner label {
    color: #172f3b !important;
    font-size: 18px !important;
    width: 35%;
}
select#wk, select#fuelType, input#eircode, select#wg, input#deliveryName, input#deliveryPhone,  input#deliveryMobile, input#deliveryEmail, input#deliveryAddress, input#deliveryCity, input#deliveryEircode, input#deliveryDate, #comments{
    padding: 10px;
    width: 60%;
    background: #efefef;
    border: 3px solid #ddd;
    color: black;
    border-radius: 5px;
    font-size: 14px;
}
.one-liner p{
    margin: 0px !important;
    color: #172f3b;
}
.one-liner p a{
    color: #172f3b !important;
    text-decoration: underline;
}
div#quoteForm h2, form#remoteForm h2{
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #172f3b !important;
}

button.submitQuote, button#nextToDeliveryStep, a.submitBtn2 {
    padding: 15px 20px !important;
    float: right !important;
    text-transform: uppercase !important;
    font-size: 1.2em !important;
    background: #287124 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #287124), color-stop(0.79, #bfe35c)) !important;
    color: #fff !important;
    border-radius: 10px !important;
}
p.quote {
    padding: 15px;
    background: #287124;
    color: white;
    border-radius: 5px;
}
.border-top{
    border-top: 4px solid #287124;
}
.border-bottom{
    border-bottom: 4px solid #287124;
}
span.price-check-ppl {
    font-size: 18px !important;
    font-weight: 800;
}
.no-pad{
    padding: 0px !important;
}

/** Pricing Page **/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item.active {
    font-weight: bold;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: white;
}
.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}
.stepper-item:last-child:after {
    display: none;
}
.stepper-item.active .step-counter {
    background: #287124;
}
.step-name {
    font-size: 18px;
    font-family: 'Poppins';
}

/** Pricing Page **/

div#cheapest-date {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
.inner-date {
    width: 30%;
}
.calendar {
    float: left;
    width: 30%;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 5px;
}
span.month.month-orange {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #287124;
}
span.day {
    background: #ebebd3;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 0 20px #bbb;
    line-height: 1;
    font-size: 50px;
}
.delivery-details {
    float: right;
    width: 62%;
    line-height: 1;
}
.delivery-details h3 {
    margin: 0 0 3% 0;
    font-size: 26px;
    font-weight: bold;
    color: #172f3b;
}
span.price {
    color: #287124;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 1px 1px #fff;
}
span.quantity {
    color: #000000;
    font-weight: bold;
    font-size: 1.0em;
    text-shadow: 1px 1px 1px #fff;
}
.full-width label{
    width: 100% !important;
}
