back
.customer-utilities-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    background-image: url('/images/style/utilities-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-header {
    text-align: left;
    margin-bottom: 25px;
}

    .section-header h2 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
    }

.utilities-wrapper {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 30px;
    align-items: start;
}

.utilities-left,
.utilities-right {
    display: flex;
    flex-direction: column;
}

.utilities-left {
    position: relative;
}

.utilities-right {
    position: relative;
}

.fast-booking-form {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

    .fast-booking-form .form-header {
        margin-bottom: 10px;
    }

        .fast-booking-form .form-header h3 {
            font-size: 24px;
            font-weight: 700;
            color: #1D93E3;
            margin-bottom: 15px;
        }

.customer-utilities-section .section-header h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
}

.fast-booking-form .form-header p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.fast-booking-form .form-group {
    margin-bottom: 12px;
}

    .fast-booking-form .form-group label {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
        display: block;
    }

        .fast-booking-form .form-group label .required {
            color: #dc3545;
        }

.fast-booking-form .form-control {
    width: 100%;
    padding: 15px 15px;
    padding-bottom: 18px;
    padding-top: 8px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    min-width: 0;
}

    .fast-booking-form .form-control:focus {
        border-color: #1D93E3;
        outline: none;
        box-shadow: 0 0 0 3px rgba(29, 147, 227, 0.1);
    }

    .fast-booking-form .form-control::placeholder {
        color: #999;
        font-size: 16px;
        font-family: 'Open Sans'
    }

.fast-booking-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fast-booking-form .form-group:has(select[name="Type"]) {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}

.fast-booking-form select[name="Type"] + .select2-container {
    width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

    .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

.fast-booking-form .select.placeholder:invalid {
    color: #999;
}

.fast-booking-form textarea.form-control {
    resize: vertical;
    min-height: 95px;
    line-height: 24px;
    box-shadow: none;
    font-size: 16px;
    color: rgb(19, 36, 50);
    outline: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 0px;
    font-family: 'Open Sans'
}

.fast-booking-form .form-group input {
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
    color: rgb(19, 36, 50);
    outline: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 0px;
    font-family: 'Open Sans';
    padding-top: 15px
}

.fast-booking-form .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fast-booking-form .form-check-input {
    width: 15px;
    height: 10px;
    margin: 0;
    cursor: pointer;
}

.fast-booking-form .form-check-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin: 0;
}

.fast-booking-form form {
    display: flex;
    flex-direction: column;
}

.fast-booking-form .form-actions {
    margin-top: auto;
    padding-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

    .fast-booking-form .form-actions .action {
        font-size: 14px;
        color: #1D93E3;
        text-decoration: none;
        font-weight: 500;
        white-space: nowrap;
        transition: color 0.3s ease;
    }

        .fast-booking-form .form-actions .action:hover {
            color: #1576bc;
            text-decoration: underline;
        }

    .fast-booking-form .form-actions .actions {
        margin-left: 120px;
    }

.fast-booking-form .btn-outline-primary {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #1D93E3;
    border-radius: 6px;
    color: #1D93E3;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .fast-booking-form .btn-outline-primary:hover {
        background-color: #1D93E3;
        color: white;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(29, 147, 227, 0.3);
    }

.fast-booking-form .btn-primary {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #1D93E3;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .fast-booking-form .btn-primary:hover {
        background-color: #1576bc;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(29, 147, 227, 0.3);
    }

.fast-booking-form .form-disclaimer {
    margin-top: 10px;
    text-align: left;
}

    .fast-booking-form .form-disclaimer small {
        font-size: 12px;
        color: #666;
        line-height: 1.5;
        text-align: left
    }

    .fast-booking-form .form-disclaimer a {
        color: #1D93E3;
        text-decoration: none;
    }

        .fast-booking-form .form-disclaimer a:hover {
            text-decoration: underline;
        }

.fast-booking-form .text-danger,
.fast-booking-form .field-validation-error {
    font-size: 12px;
    color: #dc3545 !important;
    display: block;
    margin-top: 5px;
    font-weight: 500;
    line-height: 1.4;
}

.fast-booking-form .input-validation-error {
    border-color: #dc3545 !important;
    background-color: #fff5f5;
}

.fast-booking-form textarea.input-validation-error {
    border-color: #dc3545 !important;
    background-color: #fff5f5;
}

.fast-booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .fast-booking-form .form-group:first-of-type {
        margin-bottom: 20px;
    }

        .fast-booking-form .form-group:first-of-type .form-group {
            margin-bottom: 0;
        }


.fast-booking-form .form-control.invalid-char {
    animation: shake 0.3s;
    border-color: #dc3545 !important;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.fast-booking-form .alert {
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}

.fast-booking-form .alert-danger {
    color: #dc3545;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

#general-error-message {
    margin-top: 0;
    margin-bottom: 15px;
}

.customer-utilities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-rows: 1fr 1fr;
    align-items: stretch;
}

    .customer-utilities-grid::before,
    .customer-utilities-grid::after {
        content: "";
        display: none;
    }

.utility-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .utility-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    }

.utility-card-primary:hover {
    background: linear-gradient(135deg, #1576bc 0%, #0d5a94 100%);
}

.utility-card-primary {
    background: linear-gradient(135deg, #1D93E3 0%, #1576bc 100%);
    color: white;
}

    .utility-card-primary .card-icon i,
    .utility-card-primary .card-content h4,
    .utility-card-primary .card-content p,
    .utility-card-primary .card-link {
        color: white;
    }

.utility-card-active {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, #1576bc 0%, #0d5a94 100%);
}

    .utility-card-active .card-link {
        gap: 10px;
    }

        .utility-card-active .card-link i {
            transform: translateX(3px);
        }

.utility-card .card-icon {
    margin-bottom: 15px;
}

    .utility-card .card-icon i {
        font-size: 40px;
        color: #1D93E3;
    }

.utility-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .utility-card .card-content h4 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin: 0;
    }

    .utility-card .card-content p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin: 0;
        flex: 1;
    }

.utility-card .card-link {
    font-size: 14px;
    font-weight: 600;
    color: #1D93E3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

    .utility-card .card-link:hover {
        gap: 10px;
    }

    .utility-card .card-link i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

.utility-card:hover .card-link i {
    transform: translateX(3px);
}
/*@media (max-width: 1280px) {
    .utilities-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .utilities-left,
    .utilities-right {
        height: auto;
    }

    .customer-utilities-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }*/

/*.fast-booking-form {
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
    }

        .fast-booking-form .form-group {
            width: 100%;
            box-sizing: border-box;
            min-width: 0;
        }

        .fast-booking-form select.form-control {
            width: 100% !important;
            box-sizing: border-box !important;
            min-width: 0 !important;
            max-width: 100% !important;
            height: 100%
        }*/

/*.fast-booking-form .select2-container {
            display: none !important;
        }

        .fast-booking-form select.form-control {
            display: block !important;
        }
}*/
@media(max-width: 365px) {
    .fast-booking-form select[name="Type"] + .select2-container {
        width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
        }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
        }
}

@media(max-width: 376px) {
    .fast-booking-form select[name="Type"] + .select2-container {
        width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
        }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
        }
}

@media (max-width: 480px) {

    .utilities-wrapper {
        gap: 20px;
    }

    .fast-booking-form .btn-primary {
        font-size: 14px;
        padding: 10px;
    }

    .fast-booking-form select[name="Type"] + .select2-container {
        width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
        }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
        }
}

@media(max-width: 576px) {
    .fast-booking-form select[name="Type"] + .select2-container {
        width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
        }

        .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
            width: 100% !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
        }
}

@media (max-width: 768px) {
    .customer-utilities-section {
        padding: 40px 0;
    }

        .customer-utilities-section .section-header h2 {
            font-size: 20px;
            line-height: 32px;
            font-weight: 600;
            text-align: left;
        }

    .customer-utilities-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .fast-booking-form {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
    }

        .fast-booking-form .form-group {
            width: 100%;
            box-sizing: border-box;
            min-width: 0;
        }

        .fast-booking-form select.form-control {
            width: 100% !important;
            box-sizing: border-box !important;
            min-width: 0 !important;
            max-width: 100% !important;
            height: 100%
        }

        .fast-booking-form select[name="Type"] + .select2-container {
            width: 100% !important;
            box-sizing: border-box !important;
            min-width: 0 !important;
            max-width: 100% !important;
        }

            .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
            }

            .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                white-space: nowrap !important;
            }

        .fast-booking-form .form-header h3 {
            font-size: 18px;
            line-height: 22px;
        }

        .fast-booking-form .form-group:first-of-type .row {
            margin-left: 0;
            margin-right: 0;
        }

        .fast-booking-form .form-group:first-of-type .col-sm-6 {
            padding-left: 0;
            padding-right: 0;
            width: 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
            margin-bottom: 20px;
        }

            .fast-booking-form .form-group:first-of-type .col-sm-6:last-child {
                margin-bottom: 0;
            }

        .fast-booking-form .form-actions {
            flex-direction: column;
            gap: 10px;
            justify-content: stretch;
        }

        .fast-booking-form .btn-primary,
        .fast-booking-form .btn-outline-primary {
            width: 100%;
        }

    .utility-card {
        padding: 20px;
    }

    .utilities-right .block-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .utilities-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .utilities-left,
    .utilities-right {
        height: auto;
    }

    .customer-utilities-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .fast-booking-form {
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
    }

        .fast-booking-form .form-group {
            width: 100%;
            box-sizing: border-box;
            min-width: 0;
        }

            .fast-booking-form .form-group:first-of-type .row {
                margin-left: 0;
                margin-right: 0;
            }

            .fast-booking-form .form-group:first-of-type .col-sm-6 {
                padding-left: 0;
                padding-right: 0;
                width: 100% !important;
                flex: 0 0 100% !important;
                max-width: 100% !important;
                margin-bottom: 20px;
            }

                .fast-booking-form .form-group:first-of-type .col-sm-6:last-child {
                    margin-bottom: 0;
                }

        .fast-booking-form select.form-control {
            width: 100% !important;
            box-sizing: border-box !important;
            min-width: 0 !important;
            max-width: 100% !important;
            height: 100%
        }

        .fast-booking-form select[name="Type"] + .select2-container {
            width: 100% !important;
            box-sizing: border-box !important;
            min-width: 0 !important;
            max-width: 100% !important;
        }

            .fast-booking-form select[name="Type"] + .select2-container .select2-selection {
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
            }

            .fast-booking-form select[name="Type"] + .select2-container .select2-selection__rendered {
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                white-space: nowrap !important;
            }

        .fast-booking-form select:not([name="Type"]) + .select2-container {
            display: none !important;
        }

        .fast-booking-form select[name="Type"] + .select2-container {
            display: block !important;
        }

        .fast-booking-form select[name="Type"]:has(+ .select2-container) {
            display: none !important;
        }

        .fast-booking-form .select.placeholder:invalid {
            color: #999;
        }

        .fast-booking-form select:not([name="Type"]).form-control {
            display: block !important;
        }

        .fast-booking-form select.form-control.placeholder-selected {
            color: #999;
        }

        .fast-booking-form select.form-control:not(.placeholder-selected) {
            color: #000;
        }

        .fast-booking-form .form-actions .actions {
            margin-left: 0;
        }

    .customer-utilities-section .utilities-wrapper {
        grid-template-columns: 1fr;
    }

    .utilities-right .utilities-item {
        min-height: auto;
    }
}



.utilities-right .block-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
}

.utilities-right .utilities-item {
    min-height: 300px;
    margin-bottom: 0 !important;
    display: flex;
    height: 100%;
}

.utilities-right .utilities-item-info {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.utilities-right .utilities-item-icon {
    margin-bottom: 12px !important;
}

.utilities-right .utilities-item-title {
    margin: 0 0 12px !important;
}

.utilities-right .utilities-item-des {
    margin-bottom: 0 !important;
    flex: 1;
}

.utilities-right .utilities-item-actions {
    margin-top: auto;
    margin-bottom: 0 !important;
}

@media (max-width: 365px) {
    .utilities-right .block-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 376px) {
    .utilities-right .block-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .utilities-right .block-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .utilities-right .block-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .utilities-right .block-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .customer-utilities-section .utilities-wrapper {
        grid-template-columns: 1fr;
    }

    /*.utilities-right .utilities-item {
        min-height: auto;
    }*/
}



.btn-home {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 14px 40px;
    background-color: #1E90FF;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-home:hover {
        background-color: #1873CC;
        color: white;
        text-decoration: none;
    }

    .btn-home:active {
        background-color: #1565B8;
    }
