	/* Style cho card */
	.custom-card.card-style-6 {
	    background: #ffffff;
	    border-radius: 12px;
	    border: 1px solid #e0e0e0;
	    transition: all 0.3s ease;
	}

	/* Hover effect cho card */
	.custom-card.card-style-6:hover {
	    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	    transform: translateY(-2px);
	}

	/* Style cho tá»•ng tiá»n */
	.total-payment {
	    text-align: center;
	    padding: 15px;
	    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	    border-radius: 8px;
	}

	/* Style cho tiÃªu Ä‘á» */
	.total-payment h4 {
	    font-size: 1.25rem;
	    font-weight: 600;
	    color: #333;
	    margin-bottom: 10px;
	    text-transform: uppercase;
	    letter-spacing: 0.5px;
	}

	/* Style cho sá»‘ tiá»n */
	.total-payment .amount {
	    font-size: 1.75rem;
	    font-weight: 700;
	    color: #28a745;
	    /* MÃ u xanh lÃ¡ ná»•i báº­t, cÃ³ thá»ƒ Ä‘á»•i thÃ nh mÃ u khÃ¡c */
	    margin: 0;
	    letter-spacing: 1px;
	}

	/* Responsive cho mÃ n hÃ¬nh nhá» */
	@media (max-width: 576px) {
	    .total-payment h4 {
	        font-size: 1rem;
	    }

	    .total-payment .amount {
	        font-size: 1.5rem;
	    }
	}

	.contact-section {
	    background-color: var(--bg-color1);
	    position: relative;
	    z-index: 0;
	}

	.contact-section .contact-area .contact-item-list {
	    margin-top: 30px;
	}

	.contact-section .contact-area .contact-item-list .item {
	    display: flex;
	    align-items: center;
	    margin-bottom: 30px;
	}

	.contact-section .contact-area .contact-item-list .item .icon-area {
	    margin-right: 15px;
	    border-radius: 5px;
	    width: 40px;
	    height: 40px;
	    font-size: 18px;
	    color: var(--primary-color);
	    background-color: rgba(11, 7, 207, 0.1);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.contact-section .contact-message-area {
	    background-color: var(--white);
	    padding: 30px 25px;
	    box-shadow: var(--shadow1);
	    border-radius: 5px;
	}

	.contact-section .contact-message-area .contact-header {
	    margin-bottom: 30px;
	}

	.contact-section .contact-message-area .btn-area {
	    margin-top: 30px;
	}

	.contact-section .contact-message-area .form-label {
	    text-transform: capitalize;
	}

	.contact-section .contact-message-area .form-label h5 {
	    font-weight: 600;
	}

	.rtl .contact-section .contact-area .contact-item-list .item .icon-area {
	    margin-right: 0;
	    margin-left: 15px;
	}

	ul,
	ol {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	.social-area ul li a {
	    width: 35px;
	    height: 35px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-right: 14px;
	    border-radius: 2px;
	    font-size: 16px;
	    background: #fff;
	    border-radius: 5px;
	    color: var(--primary-color);
	    box-shadow: 0 .1875rem .75rem rgba(140, 152, 164, .25);
	}

	/* SELECT 2 */
	.select2-container {
	    margin-bottom: 0 !important;
	}

	.select2-container--default .select2-results>.select2-results__options {
	    max-height: 60vh !important;
	    min-height: auto !important;
	    overflow-y: auto !important;
	}

	p {
	    margin: 0 !important;
	    padding: 0 !important;
	}

	/* css custom select2 */
	.selection {
	    width: 100% !important;
	    height: calc(2.25rem + 2px) !important;
	}

	.select2-container--default .select2-selection--single {
	    border: none;
	    border-radius: 12px !important;
	    padding: 0 0.35rem;
	    height: calc(2.5rem + 2px) !important;
	    min-height: calc(2.5rem + 2px) !important;
	    background-color: #f5f5f5;
	    background-image: none;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    /* căn giữa dọc */
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
	    line-height: 1.5em !important;
	    padding: 0 !important;
	    padding-left: 4px !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
	    top: 0;
	    height: 1.5em !important;
	}

	.select2-container .select2-selection--single .select2-selection__rendered {
	    width: 100% !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
	    height: 26px;
	    position: absolute;
	    top: 9px;
	    right: 5px;
	    width: 20px;
	}

	.select2-container--open .select2-dropdown--below {
	    border: none !important;
	    border-radius: var(--bs-border-radius);
	    background-color: #fff;
	    padding: 0.6rem 0;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.select2-container--default .select2-search--dropdown .select2-search__field {
	    border: none !important;
	    border-radius: 0.5rem;
	    background-color: #f5f5f5;
	    margin: 0.5rem 0;
	    padding: 0.5rem 0.35rem;
	}

	.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	    background-color: #f5f5f5 !important;
	    color: var(--text-primary) !important;
	}

	label.required::after {
	    content: " *";
	    color: red;
	}

	.desc-list {
	    height: 47px;
	    padding: 0 10px;
	    display: flex;
	    align-items: center;
	    gap: 15px;
	    background: #efefef;
	    border-radius: 15px;
	    margin-top: 5px
	}

	.desc-list .icon {
	    width: 32px;
	    height: 32px;
	    color: #28cb69;
	    background-color: rgb(40, 203, 105, .15);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%
	}
	.desc-list .icon-danger {
	    width: 32px;
	    height: 32px;
	    color: #cf1212;
	    background-color: rgb(207, 18, 18, .15);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%
	}

	.desc-list .text {
	    white-space: nowrap;
	    text-transform: capitalize
	}

	.text-list {
	    color: #6f767e
	}

	/* Mobile responsive styles for Select2 quick-service-item */
	@media (max-width: 768px) {
	    /* Adjust dropdown max height for mobile */
	    .select2-container--default .select2-results>.select2-results__options {
	        max-height: 50vh !important;
	    }

	    /* Optimize quick-service-item for mobile */
	    .quick-service-item {
	        display: flex;
	        align-items: flex-start !important;
	        padding: 10px 12px !important;
	        gap: 6px;
	        font-size: 14px !important;
	    }

	    /* Service ID and Price on same line */
	    .quick-service-item .service-id {
	        font-size: 13px !important;
	        font-weight: 700;
	        color: #0d6efd;
	        min-width: auto !important;
	        margin-right: 0 !important;
	    }

	    /* Service name takes full width */
	    .quick-service-item .service-name {
	        width: 100%;
	        font-size: 14px !important;
	        line-height: 1.4;
	        color: #333;
	        font-weight: 500;
	        word-wrap: break-word;
	        white-space: normal !important;
	        overflow: visible !important;
	        text-overflow: unset !important;
	    }

	    /* Price positioned at bottom */
	    .quick-service-item .service-price {
	        font-size: 14px !important;
	        font-weight: 700;
	        color: #dc3545;
	        margin-left: 0 !important;
	        min-width: auto !important;
	        text-align: left !important;
	    }

	    /* Badges if any */
	    .quick-service-item .service-badges {
	        margin-left: 0 !important;
	        margin-top: 2px;
	    }

	    /* Increase spacing between dropdown items */
	    .select2-results__option {
	        padding: 4px 8px !important;
	    }

	    /* Better highlight for selected item */
	    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	        background-color: #e7f3ff !important;
	    }

	    /* Search field optimization */
	    .select2-container--default .select2-search--dropdown .select2-search__field {
	        font-size: 14px !important;
	        padding: 10px 12px !important;
	    }
	}

	/* Extra small devices (phones in portrait mode) */
	@media (max-width: 576px) {
	    .quick-service-item {
	        padding: 12px 10px !important;
	        gap: 8px;
	    }

	    .quick-service-item .service-name {
	        font-size: 11.4px !important
	    }

	    .quick-service-item .service-id,
	    .quick-service-item .service-price {
	        font-size: 13px !important;
	    }

	    /* Reduce dropdown padding on very small screens */
	    .select2-container--open .select2-dropdown--below {
	        padding: 0.4rem 0;
	    }
	}