/* 
Theme Name: Nex Auto Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 99.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
h2.welcome-title {
    color: #fff !important;
	font-size: 24px !important;
    margin-bottom: 10px !important;
}


html {
    margin-top: 0px !important;
}
.service-archive-container * {
    font-family: "Century Gothic", sans-serif;
}
/* Service Page Title */
.service-page-title {
    background-color: #0a0a3c;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.service-page-title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Service Archive Styles */
.service-archive-container {
    display: flex;
    max-width: 1200px;
    margin: 48px auto 0;
    padding: 0 20px;
    gap: 30px;
    margin-bottom: 49px;;
}

.service-sidebar {
    flex: 0 0 370px;
    background-color: #fff;
}

.service-filter-header {
    background-color: #0a0a3c;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 16px 16px 0 0;
}

.service-filter-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.filter-section {
    padding: 15px 0;
   padding-bottom: 0;
}

.filter-section h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.filter-dropdown select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.apply-filters-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 15px 0;
    background-color: #00bcd4;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.apply-filters-btn:hover {
    background-color: #00a0b7;
}

.service-content {
    flex: 1;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1461);
}

.service-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.header-controls {
    display: flex;
    align-items: center;
}

.sorting-dropdown select {
    padding: 8px 30px 8px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23303136' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    color: rgba(48, 49, 54, 1);
}

.service-list {
   
    padding:30px 0px;
    padding-bottom: 0;
}

/* Shopping Cart Icon */
.cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.cart-icon svg {
    width: 24px;
    height: 24px;
    fill: #00bcd4;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #00bcd4;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* Service Item Styles */
.service-item {
    display: flex;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
}

/* Skeleton Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.skeleton-loader {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #f6f6f6 8%, #e9e9e9 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    position: relative;
}

.skeleton-service {
    display: flex;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    height: 200px;
    padding: 25px 0;
}

.skeleton-image {
    flex: 0 0 300px;
    height: auto;
    background-color: #f0f0f0;
    border-radius: 8px;
}

.skeleton-content {
    flex: 1;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
}

.skeleton-title {
    height: 24px;
    width: 70%;
    margin-bottom: 15px;
    border-radius: 4px;
}

.skeleton-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.skeleton-line {
    height: 14px;
    width: 90%;
    border-radius: 4px;
}

.skeleton-line:nth-child(2) {
    width: 80%;
}

.skeleton-line:nth-child(3) {
    width: 85%;
}

.skeleton-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.skeleton-button {
    height: 30px;
    width: 110px;
    border-radius: 4px;
}

.service-item-image {
    flex: 0 0 300px;
    height: auto;
}

.service-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.service-item-content {
    flex: 1;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
}

.service-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.service-item-title {
    margin: 0;
    font-size: 24px !important;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.service-item-price {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: right;
    white-space: nowrap;
}

.price-value {
    font-weight: 700;
    font-size: 20px;
    margin-left: 8px;
}

.service-item-details {
    margin-bottom: 20px;
}

.service-item-details ul {
    padding-left: 20px;
    margin: 0;
}

.service-item-details li {
    margin-bottom: 5px;
}

.service-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.service-item-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    /* margin-top: auto; */
}

.detail-actions {
    margin-bottom: 10px;
}

.cart-actions {
    display: flex;
    gap: 10px;
}

.view-more-btn, .add-service-btn, .cancel-btn {
    padding: 8px 15px!important;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    background-color: transparent!important;
    width: 110px;
    text-align: center;
}

.view-more-btn {
    color: #00e1d9!important;
    border-width: 0px 2px 0px 2px;
    border-style: solid;
    border-color: rgba(133, 184, 204, 1);
    background-color: transparent!important;
    padding: 5px 0!important;
}

.cancel-btn {
    color: rgba(133, 184, 204, 1)!important;
    border-width: 0px 2px 0px 2px!important;
    border-style: solid;
    border-color: rgba(133, 184, 204, 1);
    background-color: transparent!important;
    padding: 5px 0!important;
}

.add-service-btn {
    color: #333!important;
    border: 1px solid #00e1d9!important;
    background-color: white;
}

.add-service-btn:hover {
    background-color: #00e1d9;
    color: #010132;
    border-color: #00e1d9;
}

.add-service-btn.added {

    color: #010132!important;
   
    cursor: default;
    opacity: 0.7;
    background: rgba(238, 238, 241, 1) !important;
    border-color: rgba(238, 238, 241, 1) !important;
}

.add-service-btn.added:hover {
    background-color: #00e1d9;
}

/* Service List with Numbers */
.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.service-features li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.service-features li:last-child {
    margin-bottom: 0;
}

.feature-number {
    position: absolute;
    left: 0;
    top: 0;
  
    font-weight: bold;
}

/* Available Services Header */
.service-header {
    background-color: #7fb6c9;
    border-radius: 0;
    margin-bottom: 0;
    padding: 12px 20px;
}

.service-header h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.sorting-dropdown select {
    border: none;
    background-color: white;
}

.available-services-header {
    display: flex;
    align-items: center;
    background-color: #7fb6c9;
    padding: 12px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
}

.available-services-header h2 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.cart-header-icon {
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.cart-header-icon svg {
    fill: white;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: block;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #00e1d9;
    color: #010132;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-controls {
    margin-left: auto;
}

/* Added to cart button styles */
.add-service-btn.added {
    background-color: #4caf50;
    color: white;
    border-color: #4caf50;
}
.service-list > * {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
/* Responsive Styles */
@media (max-width: 992px) {
    .service-archive-container {
        flex-direction: column;
    }
    
    .service-sidebar {
        flex: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .service-item {
        flex-direction: column;
    }
    
    .service-item-image {
        flex: auto;
        height: 200px;
    }
    
    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header-controls {
        margin-top: 15px;
        width: 100%;
        display: none;
    }
    .available-services-header {
        padding:20px;
    }
    .sorting-dropdown {
        width: 100%;
    }
    
    .sorting-dropdown select {
        width: 100%;
    }

    .cart-actions {
        display: flex;
       
        gap: 20px;
    }
    .service-sidebar {
        margin-bottom: 0;
    }
    .process-btn {
        width: 100%;
    }
    .view-more-btn, .add-service-btn, .cancel-btn {
        width: 100%;
        max-width: 200px;
        padding:8px 15px!important;
    }
}

/* Cart Modal Styles */
.cart-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.cart-modal {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.cart-modal-header {
    background-color: #010132;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cart-modal-header h3 {
    margin: 0;
    font-size: 18px;
}

.close-cart {
    cursor: pointer;
    font-size: 24px;
    color: white;
}

.cart-modal-body {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(80vh - 130px);
}

.cart-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 15px;
    border: 1px solid #eee;
    overflow: hidden;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-item-price {
    color: #010132;
    font-weight: bold;
    margin-bottom: 10px;
}

.remove-from-cart {
    background-color: #f44336!important;
    color: white!important;
    border: none;
    padding: 10px 15px!important;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.remove-from-cart:hover {
    background-color: #d32f2f;
    color: #fff;
}

.cart-modal-footer {
    padding: 15px 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: right;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkout-btn {
    background-color: #00e1d9;
    color: #010132;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.checkout-btn:hover {
    background-color: #00c5bf;
}

/* Process Button in Footer */
.service-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* Fix for service flow buttons */


.service-footer .schedule-service-btn,
.service-footer .confirm-pickup-btn,
.service-footer .proceed-btn,
.service-footer .back-home-btn,
.service-footer .process-btn {
    margin-left: auto;
}

.process-btn {
    padding: 12px 40px;
    background-color: #00e1d9;
    color: #010132;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.process-btn:hover {
    background-color: #00c5bf;
}

.back-btn {
    padding: 12px 30px;
    background-color: transparent!important;
    color: #00bcd4!important;
    border: 1px solid #00bcd4;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 20px;
}

.back-btn:hover {
    background-color: #00c5bf;
    border-color: #00c5bf;
}

.service-page-title {
    background-color: #010132;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}

.service-page-title:after {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    height: 48px;
    background: linear-gradient(to bottom, rgba(1, 1, 50, 0.05), transparent);
}

.service-filter-header {
    background-color: #010132;
}

.apply-filters-btn, .process-btn, .add-service-btn {
    background-color: #00e1d9;
    color: #010132;
    font-weight: bold;
}

.apply-filters-btn:hover, .process-btn:hover, .add-service-btn:hover {
    background-color: #00c5bf;
}

.view-more-btn {
    color: #00e1d9;
}

.cart-icon svg {
    fill: white;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #00e1d9;
    color: #010132;
    font-size: 10px;
    width: 16px;
    height: 16px;
}

/* Order Summary Styles */
.order-summary-content {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 20px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: rgba(246, 247, 250, 1);
    padding: 15px;
    border-radius: 8px;
   
}

.car-info {
    display: flex;
    align-items: center;
}

.car-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.car-model {
    font-size: 18px;
    font-weight: 500;
}

.order-id {
    color: rgba(3, 6, 43, 1);
    font-size: 16px;
}

.order-service-list {
    margin-bottom: 20px;
}

.order-service-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.order-service-item:last-child {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
}

.service-name {
    flex: 1;
    font-weight: 500;
    font-size: 16px;
   
    width: 100%;
}

.service-details {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.service-count {
    font-size: 14px;
    color: #777;
    margin-right: 5px;
}

.service-price {
    font-weight: 600;
    color: #333;
}

.car-logo {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 3px;
    object-fit: cover;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}

.view-details-btn button {
    background-color: transparent;
    border: none;
    color: #00bcd4;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
}

.coupon-section {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
}

.coupon-icon {
    margin-right: 10px;
}

.coupon-text {
    flex: 1;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.service-archive-container .bill-details-heading {
    font-size: 16px;
    font-weight: 700;
    color: rgba(3, 6, 43, 1);
    margin-top: 15px;
   
}

.service-archive-container  *:is(h1,h2,h3,h4,h5,h6) {
    font-family: "Century Gothic", sans-serif;
}

.add-coupon-btn button {
    background-color: transparent;
    border: 1px solid #00bcd4;
    color: #00bcd4;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.add-coupon-btn button:hover {
    background-color: #00bcd4;
    color: white;
}

.bill-details {
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(246, 247, 250, 1);
    border-radius: 5px;
}

.bill-details h3 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.bill-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.bill-item {
    border-bottom: 1px solid #eee;
}

/* Remove border from the last bill-item before bill-total */
.bill-item:last-of-type {
    border-bottom: none;
}

.bill-item-name {
    font-size: 14px;
    color: #333;
}

.bill-item-price {
    font-size: 14px;
    color: #333;
}

.original-price {
    text-decoration: line-through;
    color: #777;
    margin-right: 10px;
}

.discounted-price {
    font-weight: 600;
    color: #333;
}

.free-text {
    color: #4caf50;
    font-weight: 600;
}

.bill-total {
    display: flex;
    justify-content: space-between;
    
   
   
    font-weight: 600;
    font-size: 16px;
}

.order-note {
    margin-top: 20px;
  

}

.order-note p {
    margin: 0;
    font-size: 14px;
   
  
}

.schedule-service-btn, .confirm-pickup-btn, .proceed-btn {
    background-color: #00e1d9;
    color: #010132;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.schedule-service-btn:hover, .confirm-pickup-btn:hover, .proceed-btn:hover {
    background-color: #00c5bf;
}

/* Location and Contact Form Styles */
.order-form-content {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 20px;
}

.location-section, 
.contact-section {
    margin-bottom: 30px;
}

.location-section h3,
.contact-section h3 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.search-location {
    position: relative;
    margin-bottom: 15px;
}

.search-location-input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: #777;
}

.location-divider {
   
    margin: 15px 0;
    position: relative;
   font-weight: bold;
    font-size: 14px;
}
.contact-section {
    border-top: 1px solid rgba(238, 238, 241, 1);
    padding-top: 15px;
    margin-bottom: 0;
}

.contact-section h3 {
    border-bottom: 1px solid rgba(238, 238, 241, 1);
    padding-bottom: 15px;
}

.address-input {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    resize: none;
    font-size: 14px;
    font-family: inherit;
}

.contact-fields {
    display: flex;
    gap: 20px;
}

.contact-field {
    flex: 1;
}

.contact-field label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.email-input,
.phone-input {
    width: 100%;
    padding: 10px 15px!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 4px;
    font-size: 14px;
}

.form-note {
    margin-top: 20px;
       
}

.form-note p {
    margin: 0;
    font-size: 14px;
   
}

.confirm-pickup-btn:hover {
    background-color: #00c5bf;
}

@media (max-width: 767px) {
    .order-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .order-id {
        margin-top: 10px;
    }
    
    .service-details,
    .view-details-btn {
        margin-top: 10px;
    }
    
    .coupon-section {
        flex-wrap: wrap;
    }
    
    .coupon-text {
        margin: 10px 0;
        width: 100%;
    }
    
    .contact-fields {
        flex-direction: column;
        gap: 10px;
    }
}

/* Service Details Modal */
.service-details-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.service-details-content {
    background-color: white;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1002;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-details-header {
    background-color: #7fb6c9;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-details-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.close-details {
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.service-details-body {
    padding: 20px;
    overflow-y: auto;
}

.service-details-image {
    margin-bottom: 15px;
    text-align: center;
}

.service-details-image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.service-details-price {
    font-size: 18px;
    font-weight: 600;
    color: #010132;
    margin-bottom: 15px;
}

.service-details-description {
    color: #333;
    line-height: 1.5;
}

.btn-view-details {
    background-color: transparent;
    border: none;
    color: #00bcd4;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

/* Date and Time Selection Styles - Updated */
.selected-location {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(238, 238, 241, 1);
    padding-bottom: 15px;
}

.selected-location h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.selected-location p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}

.selected-location p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    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='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.available-dates h3,
.available-time-slots h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.month-display {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}

.calendar-controls button {
    background-color: transparent;
  border: none;
  cursor: pointer;
  padding:0;
  margin-left: 30px;
}
.calendar-controls button:hover {
    background: transparent;
}

.calendar-controls button.prev-month:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%23303136' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

.calendar-controls button.next-month:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%23303136' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

.calendar {
    margin-bottom: 30px;
    max-width: 62%;
    margin: auto;
    border: 1px solid rgba(213, 212, 223, 1);
    padding: 15px;
    border-radius: 8px;
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
}

.weekdays div {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    padding: 10px 0;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-day {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background-color: #f9f9f9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    color: #333;
}

.calendar-day:hover:not(.empty):not(.past) {
    background-color: #e6f7f7;
}

.calendar-day.empty {
    background-color: transparent;
    cursor: default;
}

.calendar-day.past {
    color: #ccc;
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.calendar-day.today {
    background-color: #e6f7f7;
    font-weight: 600;
}

.calendar-day.selected {
    background-color: #010132;
    color: white;
    font-weight: 600;
}

/* Time Slots */
.time-slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.time-slot {
    background-color: #f9f9f9;
    padding: 15px 10px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}

.time-slot:hover {
    background-color: #e6f7f7;
    border-color: #ccc;
}

.time-slot.selected {
    background-color: #00bcd4;
    color: white;
    font-weight: 500;
    border-color: #00bcd4;
}

.proceed-btn {
    background-color: #00e1d9;
    color: #010132;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.proceed-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.proceed-btn:hover:not(:disabled) {
    background-color: #00c5bf;
}

@media (max-width: 767px) {
    .time-slots {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Location Options */
.location-options {
    margin-bottom: 15px;
}

.location-select-container {
    position: relative;
}

.location-select {
    width: 100%;
    padding: 15px;
    
    border-radius: 8px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23303136' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 35px;
    color: rgba(48, 49, 54, 1);
    background-color: rgba(245, 246, 248, 1);
}

/* Confirmation Page Styles */
.order-confirm-content {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 30px 20px;
}

.confirm-icon {
    text-align: center;
    margin-bottom: 15px;
}

.confirm-message {
    text-align: center;
    margin-bottom: 25px;
}

.confirm-message h3 {
    font-size: 22px;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.order-details-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.order-id-display {
    color: rgba(3, 6, 43, 1);
    font-size: 14px;
}

.pickup-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pickup-date {
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
}

.service-scheduled {
    color: #00c853;
    font-size: 14px;
}

.pickup-address, .customer-info {
    margin-bottom: 25px;
}

.pickup-address h4, .customer-info h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.pickup-address p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.info-row {
    display: flex;
    gap: 20px;
}

.email-display, .phone-display {
    display: flex;
    align-items: center;
}

.email-icon, .phone-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.email-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");
}

.phone-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.cancel-btn, .reschedule-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #e0e0e0;
    background-color: white;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.cancel-btn:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.reschedule-btn {
    border-color: #00e1d9;
    color: #00e1d9;
}

.reschedule-btn:hover {
    background-color: #e6f7f7;
}

.back-home-btn {
    background-color: #00e1d9;
    color: #010132;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.back-home-btn:hover {
    background-color: #00c5bf;
}
.detail-actions {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#service-filter-form {
    background: rgba(246, 247, 250, 1);
    padding: 15px;
    border-radius: 0 0 16px 16px;
}
#service-filter-form .filter-dropdown select {
    background: #fff;
    font-size: 14px;
    padding: 13px;
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23303136' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    color: rgba(48, 49, 54, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .time-slots {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info-row {
        flex-direction: column;
        gap: 10px;
    }
    .calendar {
        max-width: 100%;
    }
}

.coupon-field-container {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.coupon-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
   
    margin-right: 15px;
    border-radius: 8px !important;
}

.btn-apply-coupon {
    padding: 8px 15px;
    background-color: #00e1d9;
    color: #010132;
    border: none;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.btn-apply-coupon:hover {
    background-color: #00c5bf;
}

.btn-apply-coupon:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.coupon-discount-row {
    color: #4caf50;
    font-weight: 600;
    border-bottom: none !important;
    display: flex;
    justify-content: space-between;
}

.remove-coupon {
    color: #f44336;
    text-decoration: underline;
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
}

.coupon-text {
    flex: 1;
    font-size: 14px;
    color: #333;
}

/* Order Confirmation Page Styles */
.order-confirmation-page {
    padding: 50px 0;
}

.order-confirmation {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.order-confirmation-header {
    text-align: center;
    margin-bottom: 30px;
}

.order-confirmation-header h2 {
    color: #4CAF50;
    font-size: 24px;
    margin-bottom: 10px;
}

.order-id {
    color: rgba(3, 6, 43, 1);
    font-size: 16px;
}

.pickup-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pickup-date {
    font-size: 22px;
    font-weight: bold;
}

.service-scheduled {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 500;
}

.pickup-address, 
.customer-info,
.order-service-list {
    margin-bottom: 30px;
}

.pickup-address h4,
.customer-info h4,
.order-service-list h4 {
    font-size: 14px;
    color: rgba(3, 6, 43, 1);
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.pickup-address p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.order-service-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.order-service-item:last-child {
    border-bottom: none;
}

.service-name {
    font-weight: 500;
    
}
.view-details-btn button:hover {
    background: transparent;
    color: rgba(0, 219, 252, 1);
    opacity: 0.9;
}
.service-details {
    display: flex;
    align-items: center;
}

.service-count {
    color: #666;
    margin-right: 10px;
}

.service-price {
    font-weight: 600;
}

.order-total {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding-top: 15px;
    font-weight: 600;
    font-size: 18px;
    border-top: 1px dashed #ccc;
}

.order-actions {
    text-align: center;
    margin-top: 30px;
}

.no-order-message {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.no-order-message h2 {
    margin-bottom: 15px;
    color: #333;
}

.no-order-message p {
    margin-bottom: 25px;
    color: #666;
}

.back-to-services-btn {
    padding: 12px 30px;
    background-color: transparent!important;
    color: #00bcd4!important;
    border: 1px solid #00bcd4;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
   
}

.back-to-services-btn:hover {
    background-color: #e6f7f7;
}

/* Cooldown Notification Styles */
.cooldown-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 350px;
    animation: slide-in 0.3s ease-out;
}

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.notification-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: flex;
    align-items: flex-start;
    border-left: 4px solid #FFC107;
}

.notification-icon {
    margin-right: 12px;
    flex-shrink: 0;
}

.notification-message {
    flex: 1;
}

.notification-message p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.countdown {
    font-weight: bold;
    color: #FFC107;
}

.close-notification {
    background: none!important;
    border: none!important;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    margin-left: 8px;
}

/* Order Confirmation Loading Overlay */
#confirmation-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.9;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

#confirmation-loading-overlay p {
    margin-top: 20px;
    font-size: 16px;
    color: #010132;
    font-weight: 500;
}

.loading-spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 225, 217, 0.3);
    border-radius: 50%;
    border-top-color: #00e1d9;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.email-sent-notification {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 15px 0;
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}

.error-notification {
    background-color: #f44336;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 15px 0;
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Header Login/Register Styles */
.header-user-menu {
    position: relative;
    display: inline-block;
}

.header-user-toggle {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
}

.user-icon {
    display: inline-flex;
    margin-right: 8px;
}

.user-icon svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 1000;
    display: none;
    padding: 5px 0;
}

.header-user-menu:hover .user-dropdown {
    display: block;
}

.user-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-dropdown ul li {
    margin: 0;
    padding: 0;
    display: block;
}

.user-dropdown ul li a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
    box-sizing: border-box;
}

.user-dropdown ul li a:hover {
    background: #f5f5f5;
    color: #010132;
    text-decoration: none;
}

.header-auth-buttons {
    display: inline-flex;
    align-items: center;
}

.login-button, .register-button {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    transition: opacity 0.3s;
}

.header-auth-buttons .login-button:hover, 
.header-auth-buttons .register-button:hover {
    opacity: 0.8;
    color: #fff;
}

.login-button svg, .register-button svg {
    margin-right: 5px;
    stroke: #fff;
}

.auth-divider {
    color: rgba(255,255,255,0.5);
    margin: 0 5px;
}

@media (max-width: 500px) {
    .login-button span, .register-button span {
        display: none;
    }
    .auth-divider {
        margin: 0 2px;
    }
    .login-button, .register-button {
        padding: 5px;
    }
    .login-button svg, .register-button svg {
        margin-right: 0;
    }
}

/* My Account Page Styles */
.my-account-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.my-account-sidebar {
    flex: 0 0 280px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
}

.user-welcome {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
	flex-direction: column;
}

.user-avatar {
    margin-right: 15px;
}

.user-avatar img {
    border-radius: 50%;
    border: 3px solid #f0f0f0;
}

.user-info h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #010132;
}

.user-info p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-menu li {
    margin-bottom: 10px;
}

.account-menu li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

.account-menu li a svg {
    margin-right: 10px;
    stroke: #010132;
}

.account-menu li a:hover {
    background-color: #f5f5f5;
    color: #00bcd4;
}

.account-menu li.active a {
    background-color: #010132;
    color: #fff;
}

.account-menu li.active a svg {
    stroke: #fff;
}

.my-account-content {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 30px;
}

.my-account-content h2 {
    margin-top: 0;
    color: #010132;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.message {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.message.success {
    background-color: #e7f5ea;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.message.error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.profile-panels {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.profile-panel {
    flex: 1 1 45%;
    min-width: 280px;
}

.profile-panel h3 {
    font-size: 18px;
    color: #010132;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-row .form-group {
    flex: 1;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.form-group input:focus {
    border-color: #00bcd4;
    outline: none;
    background-color: #fff;
}

.form-group input[readonly] {
    background-color: #f0f0f0;
    border-color: #ddd;
    color: #777;
}

.field-note {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.form-actions {
    margin-top: 30px;
}

button.button-primary {
    background-color: #010132;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

button.button-primary:hover {
    background-color: #00bcd4;
}

/* Orders table styles */
.orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.orders-table th, 
.orders-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.orders-table th {
    background-color: #f9f9f9;
    font-weight: 600;
    color: #333;
}

.orders-table tr:hover {
    background-color: #f5f5f5;
}

.order-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.order-status.status-pending {
    background-color: #fff8e1;
    color: #ff8f00;
}

.order-status.status-processing {
    background-color: #e3f2fd;
    color: #1976d2;
}

.order-status.status-completed {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.order-status.status-cancelled {
    background-color: #ffebee;
    color: #c62828;
}

.view-order-btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #010132;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.2s;
}

.view-order-btn:hover {
    background-color: #00bcd4;
    text-decoration: none;
    color: #fff;
}

.no-orders {
    text-align: center;
    padding: 30px 0;
}

.no-orders p {
    margin-bottom: 20px;
    color: #777;
}

.no-orders .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #010132;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.no-orders .button:hover {
    background-color: #00bcd4;
}

/* Login required message */
.my-account-login-required {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.my-account-login-required h2 {
    color: #010132;
    margin-bottom: 20px;
}

.my-account-login-required p {
    margin-bottom: 20px;
    color: #666;
}

.my-account-login-required .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #010132;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.my-account-login-required .button:hover {
    background-color: #00bcd4;
}

/* Responsive styles */
@media (max-width: 768px) {
    .my-account-wrapper {
        flex-direction: column;
    }
    
    .my-account-sidebar {
        flex: 0 0 auto;
        margin-bottom: 20px;
    }
    .service-item-content {
        padding: 25px 0;
    }
}


.order-id strong {
    color: rgba(3, 6, 43, 1);
}

.order-details-row {
    background: rgba(246, 247, 250, 1);
    border: none;
    border-radius: 8px;
    padding-bottom: 0;
    padding: 15px;
}
button.reschedule-btn {
    background: transparent!important;
    flex: none;
    display: inline-block;
    margin-left: auto;
    color: var( --e-global-color-8416661 )!important;
    padding:10px 20px!important;
}

button.reschedule-btn:hover {
    background: transparent;
}
button.cancel-btn {
    flex: none;
}










/* Global Styles */
:root {
	--primary-color: #0A1E3C;
	--secondary-color: #00D4FF;
	--accent-color: #FF5A5F;
	--light-gray: #F5F7FA;
	--medium-gray: #8A94A6;
	--dark-gray: #2D3748;
	--white: #FFFFFF;
	--success-color: #28a745;
	--warning-color: #ffc107;
	--danger-color: #dc3545;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
	background-color: var(--light-gray);
	color: var(--dark-gray);
	line-height: 1.6;
}



/* Header Styles */
header {
	background-color: var(--primary-color);
	color: var(--white);
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	font-size: 24px;
	font-weight: bold;
	color: var(--white);
	text-decoration: none;
	display: flex;
	align-items: center;
}

.logo span {
	color: var(--secondary-color);
}

.nav-links {
	display: flex;
	list-style: none;
}

.nav-links li {
	margin-left: 20px;
}

.nav-links a {
	color: var(--white);
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s;
}

.nav-links a:hover {
	color: var(--secondary-color);
}

.header-actions {
	display: flex;
	align-items: center;
}

.location-selector {
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: var(--white);
	cursor: pointer;
}

.location-selector i {
	margin-right: 5px;
	color: var(--secondary-color);
}

.action-buttons {
	display: flex;
	align-items: center;
}

.action-buttons a {
	margin-left: 15px;
	color: var(--white);
	text-decoration: none;
	font-size: 18px;
}

.action-buttons .btn-primary {
	background-color: var(--secondary-color);
	color: var(--primary-color);
	padding: 8px 15px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	transition: background-color 0.3s;
}

.action-buttons .btn-primary:hover {
	background-color: #00bfe6;
}

/* Mobile Menu */
.mobile-menu-toggle {
	display: none;
	font-size: 24px;
	color: var(--white);
	cursor: pointer;
}

/* Account Dashboard */



/* Sidebar */
.sidebar {
	background-color: var(--white);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.user-profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--light-gray);
}

.user-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: var(--light-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: var(--primary-color);
	margin-bottom: 15px;
	overflow: hidden;
}

.user-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}

.user-email {
	font-size: 14px;
	color: var(--medium-gray);
	margin-bottom: 15px;
}

.edit-profile-btn {
	background-color: var(--light-gray);
	color: var(--primary-color);
	border: none;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.edit-profile-btn:hover {
	background-color: #e9ecf1;
}

.sidebar-menu {
	list-style: none;
}

.sidebar-menu-item {
	margin-bottom: 10px;
}

.sidebar-menu-link {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border-radius: 5px;
	color: var(--dark-gray);
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.sidebar-menu-link:hover {
	background-color: var(--light-gray);
}

.sidebar-menu-link.active {
	background-color: var(--primary-color);
	color: var(--white);
}

.sidebar-menu-link i {
	margin-right: 10px;
	font-size: 18px;
}

.sidebar-menu-link.active i {
	color: var(--secondary-color);
}

/* Main Content */
.main-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.content-card {
	background-color: var(--white);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--light-gray);
}

.card-title {
	font-size: 20px !important;
	color: var(--primary-color) !important;
	font-weight: bold !important;
}

.card-action {
	background-color: var(--secondary-color);
	color: var(--primary-color);
	border: none;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	transition: background-color 0.3s;
}

.card-action:hover {
	background-color: #00bfe6;
}

/* Welcome Card */
.welcome-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right, var(--primary-color), #1a365d);
	color: var(--white);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}

.welcome-content {
	flex: 1;
}

.welcome-text {
	font-size: 16px;
	margin-bottom: 20px;
	opacity: 0.8;
}

.welcome-cta {
	background-color: var(--secondary-color);
	color: var(--primary-color);
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
}

.welcome-cta:hover {
	background-color: #00bfe6;
}

.welcome-image {
	flex: 0 0 150px;
	margin-left: 20px;
}

.welcome-image img {
	max-width: 100%;
	height: auto;
}

/* Upcoming Appointments */
.appointment-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.appointment-card {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	background-color: var(--light-gray);
	transition: transform 0.3s;
}

.appointment-card:hover {
	transform: translateY(-3px);
}

.appointment-icon {
	flex: 0 0 60px;
	height: 60px;
	background-color: rgba(0, 212, 255, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--secondary-color);
	margin-right: 20px;
}

.appointment-details {
	flex: 1;
}

.appointment-service {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: var(--primary-color);
}

.appointment-meta {
	display: flex;
	gap: 15px;
	font-size: 14px;
	color: var(--medium-gray);
}

.appointment-meta-item {
	display: flex;
	align-items: center;
}

.appointment-meta-item i {
	margin-right: 5px;
	font-size: 14px;
}

.appointment-actions {
	display: flex;
	gap: 10px;
}

.appointment-action {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	color: var(--primary-color);
	border: none;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.appointment-action:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.no-appointments {
	text-align: center;
	padding: 30px;
	color: var(--medium-gray);
}

.no-appointments i {
	font-size: 48px;
	margin-bottom: 15px;
	color: var(--light-gray);
}

/* Vehicles Section */
.vehicles-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.vehicle-card {
	background-color: var(--light-gray);
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s;
}

.vehicle-card:hover {
	transform: translateY(-5px);
}

.vehicle-image {
	height: 150px;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 48px;
}

.vehicle-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vehicle-content {
	padding: 20px;
}

.vehicle-name {
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 5px;
	color: var(--primary-color);
}

.vehicle-details {
	font-size: 14px;
	color: var(--medium-gray);
	margin-bottom: 15px;
}

.vehicle-status {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.status-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.status-label {
	font-size: 12px;
	color: var(--medium-gray);
	margin-bottom: 5px;
}

.status-value {
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-color);
}

.status-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
}

.status-good {
	background-color: var(--success-color);
}

.status-warning {
	background-color: var(--warning-color);
}

.status-danger {
	background-color: var(--danger-color);
}

.vehicle-actions {
	display: flex;
	gap: 10px;
}

.vehicle-action {
	flex: 1;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	transition: background-color 0.3s, color 0.3s;
}

.btn-service {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.btn-service:hover {
	background-color: #00bfe6;
}

.btn-details {
	background-color: var(--white);
	color: var(--primary-color);
}

.btn-details:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.add-vehicle-card {
	background-color: var(--light-gray);
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.add-vehicle-card:hover {
	background-color: #e9ecf1;
}

.add-vehicle-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--secondary-color);
	margin-bottom: 15px;
}

.add-vehicle-text {
	font-size: 16px;
	font-weight: bold;
	color: var(--primary-color);
	text-align: center;
}

/* Recent Services */
.service-history-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.service-history-item {
	display: flex;
	padding: 20px;
	border-radius: 10px;
	background-color: var(--light-gray);
	transition: transform 0.3s;
}

.service-history-item:hover {
	transform: translateY(-3px);
}

.service-history-icon {
	flex: 0 0 60px;
	height: 60px;
	background-color: rgba(0, 212, 255, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--secondary-color);
	margin-right: 20px;
}

.service-history-details {
	flex: 1;
}

.service-history-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: var(--primary-color);
	display: flex;
	align-items: center;
}

.service-status {
	margin-left: 10px;
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 20px;
	font-weight: normal;
}

.status-completed {
	background-color: rgba(40, 167, 69, 0.1);
	color: var(--success-color);
}

.service-history-meta {
	display: flex;
	gap: 15px;
	font-size: 14px;
	color: var(--medium-gray);
	margin-bottom: 10px;
}

.service-history-meta-item {
	display: flex;
	align-items: center;
}

.service-history-meta-item i {
	margin-right: 5px;
	font-size: 14px;
}

.service-history-price {
	font-weight: bold;
	color: var(--primary-color);
}

.service-history-actions {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.service-history-action {
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.btn-invoice {
	background-color: var(--white);
	color: var(--primary-color);
	border: none;
}

.btn-invoice:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.btn-rebook {
	background-color: var(--secondary-color);
	color: var(--primary-color);
	border: none;
}

.btn-rebook:hover {
	background-color: #00bfe6;
}

/* Loyalty Points */
.loyalty-card {
	background: linear-gradient(to right, #1a365d, var(--primary-color));
	color: var(--white);
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden;
}

.loyalty-pattern {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.05;
	background-image: radial-gradient(circle, var(--white) 1px, transparent 1px);
	background-size: 20px 20px;
}

.loyalty-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.loyalty-title {
	font-size: 18px;
	font-weight: bold;
}

.loyalty-logo {
	font-size: 24px;
	color: var(--secondary-color);
}

.loyalty-points {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

.loyalty-label {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 20px;
}

.loyalty-progress {
	height: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.loyalty-progress-bar {
	height: 100%;
	background-color: var(--secondary-color);
	width: 65%;
}

.loyalty-progress-text {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	opacity: 0.8;
}

.loyalty-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 14px;
}

.loyalty-status {
	display: flex;
	align-items: center;
}

.loyalty-status-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-right: 5px;
}

.loyalty-benefits {
	color: var(--secondary-color);
	cursor: pointer;
}

/* Footer */
footer {
	background-color: var(--primary-color);
	color: var(--white);
	padding: 60px 0 20px;
	margin-top: 60px;
}

.footer-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}

.footer-column h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--secondary-color);
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: var(--white);
	text-decoration: none;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: var(--secondary-color);
}

.social-links {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
}

.social-link:hover {
	background-color: var(--secondary-color);
}

.copyright {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	color: var(--medium-gray);
}

/* Bottom Navigation (Mobile) */
.bottom-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--white);
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.bottom-nav-links {
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
}

.bottom-nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: var(--medium-gray);
	font-size: 12px;
}

.bottom-nav-link i {
	font-size: 20px;
	margin-bottom: 5px;
}

.bottom-nav-link.active {
	color: var(--secondary-color);
}

/* Responsive Styles */
@media (max-width: 992px) {
	.dashboard-container {
		grid-template-columns: 1fr;
	}

	.sidebar {
		display: none;
	}

	.vehicles-grid {
		grid-template-columns: 1fr;
	}

	.footer-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.nav-links, .header-actions {
		display: none;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.bottom-nav {
		display: block;
	}

	.footer-container {
		grid-template-columns: 1fr;
	}

	.welcome-card {
		flex-direction: column;
		text-align: center;
	}

	.welcome-image {
		margin-left: 0;
		margin-top: 20px;
	}
}


    /* Global Styles */

        
        /* Main Content */
        .main-content {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .content-card {
            background-color: var(--white);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
        }
        
        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--light-gray);
        }
        
        
        .card-action {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            font-size: 14px;
            transition: background-color 0.3s;
        }
        
        .card-action:hover {
            background-color: #00bfe6;
        }
        
        /* Vehicle Management */
        .vehicles-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        
        .vehicle-card {
            background-color: var(--light-gray);
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s;
        }
        
        .vehicle-card:hover {
            transform: translateY(-5px);
        }
        
        .vehicle-image {
            height: 180px;
            background-color: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 48px;
            position: relative;
        }
        
        .vehicle-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .vehicle-primary-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: var(--secondary-color);
            color: var(--primary-color);
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .vehicle-content {
            padding: 20px;
        }
        
        
        .vehicle-details {
            font-size: 14px;
            color: var(--medium-gray);
            margin-bottom: 15px;
        }
        
        .vehicle-status {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
        }
        
        .status-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .status-label {
            font-size: 12px;
            color: var(--medium-gray);
            margin-bottom: 5px;
        }
        
        .status-value {
            font-size: 14px;
            font-weight: bold;
            color: var(--primary-color);
        }
        
        .status-indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-right: 5px;
            display: inline-block;
        }
        
        .status-good {
            background-color: var(--success-color);
        }
        
        .status-warning {
            background-color: var(--warning-color);
        }
        
        .status-danger {
            background-color: var(--danger-color);
        }
        
        .vehicle-actions {
            display: flex;
            gap: 10px;
        }
        
        .vehicle-action {
            flex: 1;
            padding: 10px 0;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
        }
        
        .btn-service {
            background-color: var(--secondary-color);
            color: var(--primary-color);
        }
        
        .btn-service:hover {
            background-color: #00bfe6;
        }
        
        .btn-details {
            background-color: var(--white);
            color: var(--primary-color);
        }
        
        .btn-details:hover {
            background-color: var(--primary-color);
            color: var(--white);
        }
        
        .add-vehicle-card {
            background-color: var(--white);
            border-radius: 10px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
            cursor: pointer;
            transition: background-color 0.3s;
            border: 2px dashed var(--medium-gray);
        }
        
        .add-vehicle-card:hover {
            background-color: var(--light-gray);
        }
        
        .add-vehicle-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: var(--light-gray);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: var(--secondary-color);
            margin-bottom: 15px;
        }
        
        .add-vehicle-text {
            font-size: 16px;
            font-weight: bold;
            color: var(--primary-color);
            text-align: center;
        }
        
        /* Vehicle Details */
        .vehicle-details-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        
        .vehicle-info-card {
            background-color: var(--white);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
            grid-column: 1 / 3;
        }
        
        .vehicle-info-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .vehicle-info-image {
            width: 80px;
            height: 80px;
            background-color: var(--primary-color);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 36px;
            margin-right: 20px;
        }
        
        .vehicle-info-title {
            flex: 1;
        }
        
        .vehicle-info-name {
            font-size: 24px;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 5px;
        }
        
        .vehicle-info-subtitle {
            font-size: 16px;
            color: var(--medium-gray);
        }
        
        .vehicle-info-actions {
            display: flex;
            gap: 10px;
        }
        
        .vehicle-info-action {
            padding: 8px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
        }
        
        .btn-edit {
            background-color: var(--light-gray);
            color: var(--primary-color);
        }
        
        .btn-edit:hover {
            background-color: #e9ecf1;
        }
        
        .btn-delete {
            background-color: rgba(220, 53, 69, 0.1);
            color: var(--danger-color);
        }
        
        .btn-delete:hover {
            background-color: var(--danger-color);
            color: var(--white);
        }
        
        .vehicle-info-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 30px;
        }
        
        .info-item {
            padding: 15px;
            background-color: var(--light-gray);
            border-radius: 10px;
        }
        
        .info-label {
            font-size: 12px;
            color: var(--medium-gray);
            margin-bottom: 5px;
        }
        
        .info-value {
            font-size: 16px;
            font-weight: bold;
            color: var(--primary-color);
        }
        
        /* Health Status */
        .health-status-card {
            background-color: var(--white);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
        }
        
        .health-status-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .health-status-title {
            font-size: 18px;
            color: var(--primary-color);
            font-weight: bold;
        }
        
        .health-status-date {
            font-size: 14px;
            color: var(--medium-gray);
        }
        
        .health-status-items {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .health-item {
            display: flex;
            align-items: center;
        }
        
        .health-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 18px;
        }
        
        .icon-good {
            background-color: rgba(40, 167, 69, 0.1);
            color: var(--success-color);
        }
        
        .icon-warning {
            background-color: rgba(255, 193, 7, 0.1);
            color: var(--warning-color);
        }
        
        .icon-danger {
            background-color: rgba(220, 53, 69, 0.1);
            color: var(--danger-color);
        }
        
        .health-details {
            flex: 1;
        }
        
        .health-name {
            font-size: 16px;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 5px;
        }
        
        .health-description {
            font-size: 14px;
            color: var(--medium-gray);
        }
        
        .health-progress {
            flex: 0 0 100px;
            margin-left: 15px;
        }
        
        .progress-bar {
            height: 8px;
            background-color: var(--light-gray);
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 5px;
        }
        
        .progress-fill {
            height: 100%;
            border-radius: 4px;
        }
        
        .fill-good {
            background-color: var(--success-color);
            width: 85%;
        }
        
        .fill-warning {
            background-color: var(--warning-color);
            width: 45%;
        }
        
        .fill-danger {
            background-color: var(--danger-color);
            width: 15%;
        }
        
        .progress-text {
            font-size: 12px;
            font-weight: bold;
            text-align: right;
        }
        
        .text-good {
            color: var(--success-color);
        }
        
        .text-warning {
            color: var(--warning-color);
        }
        
        .text-danger {
            color: var(--danger-color);
        }
        
        /* Maintenance Schedule */
        .maintenance-card {
            background-color: var(--white);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
        }
        
        .maintenance-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .maintenance-title {
            font-size: 18px;
            color: var(--primary-color);
            font-weight: bold;
        }
        
        .maintenance-items {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .maintenance-item {
            display: flex;
            align-items: center;
            padding: 15px;
            border-radius: 10px;
            background-color: var(--light-gray);
            transition: transform 0.3s;
        }
        
        .maintenance-item:hover {
            transform: translateY(-3px);
        }
        
        .maintenance-item.upcoming {
            border-left: 4px solid var(--warning-color);
        }
        
        .maintenance-item.overdue {
            border-left: 4px solid var(--danger-color);
        }
        
        .maintenance-icon {
            flex: 0 0 40px;
            height: 40px;
            border-radius: 50%;
            background-color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: var(--primary-color);
            margin-right: 15px;
        }
        
        .maintenance-details {
            flex: 1;
        }
        
        .maintenance-name {
            font-size: 16px;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 5px;
            display: flex;
            align-items: center;
        }
        
        .maintenance-status {
            margin-left: 10px;
            font-size: 12px;
            padding: 3px 8px;
            border-radius: 20px;
            font-weight: normal;
        }
        
        .status-upcoming {
            background-color: rgba(255, 193, 7, 0.1);
            color: var(--warning-color);
        }
        
        .status-overdue {
            background-color: rgba(220, 53, 69, 0.1);
            color: var(--danger-color);
        }
        
        .maintenance-meta {
            display: flex;
            gap: 15px;
            font-size: 14px;
            color: var(--medium-gray);
        }
        
        .maintenance-meta-item {
            display: flex;
            align-items: center;
        }
        
        .maintenance-meta-item i {
            margin-right: 5px;
            font-size: 14px;
        }
        
        .maintenance-action {
            margin-left: 15px;
            padding: 8px 15px;
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            font-size: 14px;
            transition: background-color 0.3s;
        }
        
        .maintenance-action:hover {
            background-color: #00bfe6;
        }
        
        /* Service History */
        .service-history-card {
            background-color: var(--white);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
            grid-column: 1 / 3;
        }
        
        .service-history-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .service-history-title {
            font-size: 18px;
            color: var(--primary-color);
            font-weight: bold;
        }
        
        .service-history-filter {
            display: flex;
            gap: 10px;
        }
        
        .filter-button {
            padding: 8px 15px;
            background-color: var(--light-gray);
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s, color 0.3s;
        }
        
        .filter-button.active {
            background-color: var(--primary-color);
            color: var(--white);
        }
        
        .service-history-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .service-history-table th {
            text-align: left;
            padding: 15px;
            font-size: 14px;
            color: var(--medium-gray);
            border-bottom: 1px solid var(--light-gray);
        }
        
        .service-history-table td {
            padding: 15px;
            font-size: 14px;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .service-name {
            font-weight: bold;
            color: var(--primary-color);
        }
        
        .service-date {
            color: var(--medium-gray);
        }
        
        .service-price {
            font-weight: bold;
            color: var(--primary-color);
        }
        
        .service-status-badge {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .badge-completed {
            background-color: rgba(40, 167, 69, 0.1);
            color: var(--success-color);
        }
        
        .service-actions {
            display: flex;
            gap: 10px;
        }
        
        .service-action {
            width: 30px;
            height: 30px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--light-gray);
            color: var(--primary-color);
            border: none;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
        }
        
        .service-action:hover {
            background-color: var(--primary-color);
            color: var(--white);
        }
        
        /* Add Vehicle Modal */
        .modal {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }
        
        .modal.active {
            opacity: 1;
            visibility: visible;
        }
        
        .modal-content {
            background-color: var(--white);
            border-radius: 10px;
            width: 90%;
            max-width: 600px;
            max-height: 90vh;
            overflow-y: auto;
            padding: 30px;
            position: relative;
        }
        
        .modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 24px;
            cursor: pointer;
            color: var(--medium-gray);
            transition: color 0.3s;
        }
        
        .modal-close:hover {
            color: var(--accent-color);
        }
        
        .modal-header {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--light-gray);
        }
        
        .modal-header h2 {
            font-size: 24px;
            color: var(--primary-color);
        }
        
        .add-vehicle-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .form-group {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
        
        .form-group label {
            font-weight: bold;
            font-size: 14px;
            color: var(--primary-color);
        }
        
        .form-group input, .form-group select {
            padding: 10px 15px;
            border: 1px solid var(--medium-gray);
            border-radius: 5px;
            font-size: 14px;
        }
        
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }
        
        .form-actions {
            display: flex;
            justify-content: flex-end;
            gap: 15px;
            margin-top: 20px;
        }
        
        .btn-cancel {
            padding: 10px 20px;
            background-color: var(--light-gray);
            color: var(--dark-gray);
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        
        .btn-cancel:hover {
            background-color: #e9ecf1;
        }
        
        .btn-submit {
            padding: 10px 20px;
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        
        .btn-submit:hover {
            background-color: #00bfe6;
        }
        
        /* Footer */
        footer {
            background-color: var(--primary-color);
            color: var(--white);
            padding: 60px 0 20px;
            margin-top: 60px;
        }
        
        .footer-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .footer-column h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--secondary-color);
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: var(--white);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: var(--secondary-color);
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }
        
        .social-link:hover {
            background-color: var(--secondary-color);
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 14px;
            color: var(--medium-gray);
        }
        
        /* Bottom Navigation (Mobile) */
        .bottom-nav {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: var(--white);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 100;
        }
        
        .bottom-nav-links {
            display: flex;
            justify-content: space-around;
            padding: 10px 0;
        }
        
        .bottom-nav-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--medium-gray);
            font-size: 12px;
        }
        
        .bottom-nav-link i {
            font-size: 20px;
            margin-bottom: 5px;
        }
        
        .bottom-nav-link.active {
            color: var(--secondary-color);
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .dashboard-container {
                grid-template-columns: 1fr;
            }
            
            .sidebar {
                display: none;
            }
            
            .vehicles-grid {
                grid-template-columns: 1fr;
            }
            
            .vehicle-details-container {
                grid-template-columns: 1fr;
            }
            
            .vehicle-info-card, .service-history-card {
                grid-column: auto;
            }
            
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .nav-links, .header-actions {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: block;
            }
            
            .bottom-nav {
                display: block;
            }
            
            .footer-container {
                grid-template-columns: 1fr;
            }
            
            .vehicle-info-header {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .vehicle-info-image {
                margin-bottom: 15px;
                margin-right: 0;
            }
            
            .vehicle-info-grid {
                grid-template-columns: 1fr;
            }
            
            .service-history-table thead {
                display: none;
            }
            
            .service-history-table, .service-history-table tbody, .service-history-table tr, .service-history-table td {
                display: block;
                width: 100%;
            }
            
            .service-history-table tr {
                margin-bottom: 15px;
                border: 1px solid var(--light-gray);
                border-radius: 5px;
            }
            
            .service-history-table td {
                text-align: right;
                padding-left: 50%;
                position: relative;
            }
            
            .service-history-table td:before {
                content: attr(data-label);
                position: absolute;
                left: 15px;
                width: 45%;
                text-align: left;
                font-weight: bold;
            }
        }
