    /* =========================================
   CUSTOMER QUOTE CONFIRMATION PAGE - STYLES
   ========================================= */

/* CSS Variables */
:root {
    --quote-primary: #7232ab;
    --quote-primary-dark: #5a2789;
    --quote-accent: #e74c3c;
    --quote-accent-light: #ff6b6b;
    --quote-bg: #ffffff;
    --quote-card-bg: #fafafa;
    --quote-border: #e9ecef;
    --quote-text: #333333;
    --quote-text-muted: #6c757d;
    --quote-success: #28a745;
    --quote-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    --quote-radius: 12px;
    --quote-transition: all 0.3s ease;
    --ul-primary:#EF2853;
}

/* =========================================
   BANNER SECTION
   ========================================= */
.custome-banner {
    /* background: linear-gradient(135deg, var(--quote-primary) 0%, var(--quote-primary-dark) 100%); */
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.custome-banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.custome-banner-titletext {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custome-banner-img .car {
    max-width: 150px;
}

.custome-banner-img .car img {
    width: 100%;
    height: auto;
}

/* =========================================
   PRODUCT SECTIONS
   ========================================= */
.product-list-view {
    padding-right: 2rem;
}

.custome-category-product,
.custome-category-product-materiel {
    /* background: var(--quote-bg);
    border: 1px solid var(--quote-border);
    border-radius: var(--quote-radius); */
    /* margin-bottom: 1.5rem;
    padding: 1.5rem; */
    /* box-shadow: var(--quote-shadow); */
    transition: var(--quote-transition);
}

.custome-category-product:hover,
.custome-category-product-materiel:hover {
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); */
}

/* Section Titles */
.future-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--quote-border);
}

.custom-tag-title2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--quote-text);
    margin: 0;
    position: relative;
    padding-left: 1rem;
}

.custom-tag-title2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: var(--quote-primary);
    border-radius: 2px;
}

/* Design Cards */
.custome-product-services {
    padding: 0.5rem 0;
}

.choose-box {
    background: var(--quote-card-bg);
    border: 2px solid var(--quote-border);
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    transition: var(--quote-transition);
    position: relative;
}

.choose-box:hover {
    border-color: var(--quote-primary);
}

.choose-box .choose-img {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border-radius: 8px;
    /* background: #f5f5f5; */
}

.choose-box .choose-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.choose-box p {
    font-size: 0.9rem;
    color: var(--quote-text);
    margin: 0.5rem 0 0;
    font-weight: 500;
}

/* Selected Icon */
.selected-icon {
    position: absolute;
    top: -8px;
    right: -8px;
}

.design-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--quote-primary);
    border-radius: 50%;
    color: white;
    /* box-shadow: 0 2px 8px rgba(233, 30, 99, 0.4); */
}

.design-checkbox-wrapper input {
    display: none;
}

.design-checkbox-wrapper i {
    font-size: 1rem;
}

/* Custom Design Box */
.Order-design-add-box {
    background: var(--quote-card-bg);
    border: 1px solid var(--quote-border);
    border-radius: 10px;
    padding: 1rem;
}

.custome-img-upload {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.custome-img-upload .image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--quote-border);
}

.custome-img-upload .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: var(--quote-transition);
}

.custome-img-upload .image img:hover {
    transform: scale(1.05);
}

.custome-img-upload .text-area {
    flex: 1;
}

.design-card-text {
    font-size: 0.9rem;
    color: var(--quote-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Material Swiper */
.Materialswiper {
    padding: 0.5rem 0;
}

.newmaterial-img-upload {
    background: var(--quote-card-bg);
    border: 1px solid var(--quote-border);
    border-radius: 10px;
    padding: 1rem;
}

.newmaterial-img-upload .image {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.newmaterial-img-upload .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* Navigation Arrows */
.nav-card {
    display: flex;
    gap: 0.5rem;
}

.swiper-button-next-newmaterial,
.swiper-button-prev-newmaterial {
    width: 36px;
    height: 36px;
    background: var(--ul-primary);
    border: 2px solid var(--ul-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--quote-transition);
    color: white;
    box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
}

.swiper-button-next-newmaterial:hover,
.swiper-button-prev-newmaterial:hover {
    background: linear-gradient(135deg, #c2185b 0%, #e91e63 100%);
    border-color: #c2185b;
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
    transform: scale(1.05);
}

/* =========================================
   SIDEBAR SECTIONS (ADD ONS & GIVE QUOTE)
   ========================================= */
.addons-sidebar {
    position: sticky;
    top: 100px;
}

.addons-sidebar1,
.addons-sidebar2 {
    background: var(--quote-bg);
    border-radius: var(--quote-radius);
    /* box-shadow: var(--quote-shadow); */
    overflow: hidden;
}

.custom-tag-title {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    /* padding: 1rem 1.25rem; */
    /* background: linear-gradient(135deg, var(--quote-accent) 0%, var(--quote-accent-light) 100%); */
}

.product-future-box {
    padding: 1.25rem;
}

.product-future-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Input Fields in Sidebar */
.admin-label-price-box .input-dark {
    margin-bottom: 1rem;
}

.admin-label-price-box .input-dark:last-child {
    margin-bottom: 0;
}

.admin-label-price-box .input-dark label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 0.35rem;
}

.admin-label-price-box .input-group {
    display: flex;
    align-items: center;
    background: var(--quote-card-bg);
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.admin-label-price-box .input-group input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
    color: var(--quote-text);
}

.admin-label-price-box .input-group input:focus {
    outline: none;
}

.admin-label-price-box .input-group input:disabled {
    color: var(--quote-text);
    background: transparent;
}

.admin-label-price-box .input-icon-box {
    padding: 0.6rem 0.75rem;
    /* background: var(--quote-primary); */
    color: var(--black);
}

/* Active/Total Input - No border */
.admin-label-price-box .active-dark .input-group {
    border: none;
    background: #f5f5f5;
}

.admin-label-price-box .active-dark label {
    color: var(--quote-primary);
    font-weight: 600;
}

/* =========================================
   COMMENTS SECTION
   ========================================= */
.admin-comment-section {
    /* background: var(--quote-bg); */
    border-radius: 20px;
    margin-top: 1.5rem;
    /* padding: 1.75rem 2rem; */
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
    border: none;
}

.admin-comments-main {
    width: 100%;
}

.admin-comments-main .row.pb-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.admin-comments-main h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--quote-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.admin-comments-main .icon-red {
    /* color: #e91e63; */
    font-weight: 600;
    cursor: pointer;
    transition: var(--quote-transition);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* .admin-comments-main .icon-red:hover {
    color: #c2185b;
} */

.admin-comments-main .icon-red i {
    margin-left: 0.35rem;
}

/* Comment Textarea */
.comment-area textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    color: var(--quote-text);
    resize: vertical;
    transition: var(--quote-transition);
    background: #ffffff;
}

.comment-area textarea::placeholder {
    color: #aaa;
}

.comment-area textarea:focus {
    /* outline: none;
    border-color: #e91e63;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1); */
}

/* Submit Button Row */
.admin-comments-main .bottom-custome-btton {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

/* Submit Button in Comments - Pink/Coral Style */
/* .admin-comments-main .main-btn,
#Comment-submit {
    background: linear-gradient(135deg, #e91e63 0%, #f06292 100%);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--quote-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
} */

/* .admin-comments-main .main-btn:hover,
#Comment-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(233, 30, 99, 0.4);
} */

/* =========================================
   USER COMMENTS DISPLAY SECTION
   ========================================= */
.user-comment-section {
    margin-top: 2rem;
    padding: 0;
}

.user-comment-section > .user-comment-section {
    margin-top: 0;
}

.user-comment-box {
    background: transparent;
    padding: 1.5rem 0;
    /* border-bottom: 1px solid #eee; */
}

.user-comment-box:last-child {
    border-bottom: none;
}

/* Avatar and Username Row */
.user-comment-box .row {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.user-comment-box .col-1 {
    flex: 0 0 auto;
    width: auto;
    padding-right: 1rem;
}

.user-comment-box .col-11 {
    flex: 1;
}

/* Avatar Image Box - Styled like reference */
.user-comment-box .comment-port-img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    border: 2px dashed #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-comment-box .comment-port-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

/* Username */
.user-comment-box h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--quote-text);
    margin: 0 0 0.25rem 0;
}

/* Comment Text */
.user-comment-box p.my-2,
.user-comment-box > div > p {
    font-size: 0.95rem;
    color: var(--quote-text-muted);
    line-height: 1.6;
    margin: 0.75rem 0 0 0;
}

/* Comment Images Swiper */
.user-comment-box .commentSwiper {
    margin-top: 1rem;
}

.user-comment-box .user-comment-img-box {
    /* background: #f5f5f5; */
    border-radius: 8px;
    overflow: hidden;
}

.user-comment-box .user-comment-img-box .choose-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed #ddd;
}

.user-comment-box .user-comment-img-box .choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: var(--quote-transition);
}

.user-comment-box .user-comment-img-box .choose-img img:hover {
    transform: scale(1.05);
}

/* Horizontal Rule between comments */
.user-comment-section hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
}

/* =========================================
   RESPONSIVE DESIGN
   ========================================= */
@media (max-width: 992px) {
    .product-list-view {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .addons-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .custome-banner-titletext {
        font-size: 1.35rem;
    }
    
    .custome-banner-img .car {
        max-width: 100px;
    }
    
    .custome-category-product,
    .custome-category-product-materiel,
    .admin-comment-section {
        padding: 1rem;
    }
    
    .custom-tag-title2 {
        font-size: 1.1rem;
    }
    
    .custome-img-upload {
        flex-direction: column;
    }
    
    .custome-img-upload .image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .future-top-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .nav-card {
        align-self: flex-end;
    }
    
    .bottom-custome-btton .main-btn,
    .bottom-custome-btton .border-btn {
        width: 100%;
    }
}
