/* Product Detail Page Styles */

/* Breadcrumb Styles */
.breadcrumb1 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.breadcrumb1 .breadcrumb__list {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb1 .breadcrumb__list li {
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.breadcrumb1 .breadcrumb__list li a {
    font-size: 14px;
    color: #29324e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb1 .breadcrumb__list li a:hover {
    color: #007bff;
}

.breadcrumb1 .breadcrumb__list li .fa-angle-right {
    color: #99a0ad;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.breadcrumb_active a {
    color: #007bff !important;
    pointer-events: none;
}

/* Utility Classes */
.mb-30px {
    margin-bottom: 20px;
}

/* Border Product Detail Wrapper */
.boderproductdetail {
    background-color: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 15px 0px rgb(31 38 200 / 7%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: visible;
}

/* Section Product Detail */
.section.product_detail {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
}

/* Section Checkout */
.section.checkout_detail {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
}

/* Section Checkout Success */
.section.checkout_success {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
}

/* Product Image Section - Fixed Size */
.h_pduct_detail {
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    border: 0 !important;
}

.product-detail-image-wrapper {
    width: 100%;
    max-width: 500px;
    height: 450px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product-detail-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.15s ease;
}

/* Product Thumbnail Gallery */
.product-thumbnails-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.product-thumbnails {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-thumbnail {
    width: 80px;
    height: 80px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.product-thumbnail:hover {
    border-color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.product-thumbnail.active {
    border-color: #007bff;
    border-width: 3px;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.product-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Info Section */
.product-detail-info {
    padding-right: 0 !important;
}

.product-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

/* Product Heading - WebSale_ref_01 Style */
.product-heading {
    text-align: left;
    margin-bottom: 1rem;
}

.product-heading p,
.product-heading .name_product_detail {
    font-size: 29px; /* 24px * 1.2 = 28.8px ~ 29px */
    font-family: 'Segoe UI', Roboto-Medium, sans-serif;
    color: #005ec4;
    margin: 0;
    line-height: 34px; /* Adjusted proportionally */
    font-weight: 700; /* Increased from 500 to 700 (bolder) */
    text-transform: none;
}

.name_product_detail {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.product-detail-info h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

/* Product Description Section */
.boderproductdetail.pd_productdetail {
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #005ec4;
    background: linear-gradient(to right, #005ec4, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Product Description - Rich Text Support */
.product-description-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.product-description-content p {
    margin-bottom: 1rem;
}

.product-description-content h1,
.product-description-content h2,
.product-description-content h3,
.product-description-content h4,
.product-description-content h5,
.product-description-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
}

.product-description-content h1 { font-size: 2rem; }
.product-description-content h2 { font-size: 1.75rem; }
.product-description-content h3 { font-size: 1.5rem; }
.product-description-content h4 { font-size: 1.25rem; }
.product-description-content h5 { font-size: 1.1rem; }
.product-description-content h6 { font-size: 1rem; }

.product-description-content ul,
.product-description-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.product-description-content ul li,
.product-description-content ol li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.product-description-content ul {
    list-style-type: disc;
}

.product-description-content ol {
    list-style-type: decimal;
}

.product-description-content strong,
.product-description-content b {
    font-weight: 600;
    color: #333;
}

.product-description-content em,
.product-description-content i {
    font-style: italic;
}

.product-description-content u {
    text-decoration: underline;
}

.product-description-content a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-description-content a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.product-description-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
    display: block;
}

.product-description-content blockquote {
    border-left: 4px solid #007bff;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #666;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
}

.product-description-content code {
    background-color: #f4f4f4;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: #d63384;
}

.product-description-content pre {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.product-description-content pre code {
    background-color: transparent;
    padding: 0;
    color: #333;
}

.product-description-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    border: 1px solid #dee2e6;
}

.product-description-content table th,
.product-description-content table td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
}

.product-description-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.product-description-content table tr:hover {
    background-color: #f8f9fa;
}

.product-description-content hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.product-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.product-description p {
    margin-bottom: 1rem;
}

/* Product Description Specific Styles */
.product_desc {
    font-family: 'Segoe UI', Roboto, sans-serif;
    padding: 0 20px 0 20px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.product_desc img {
    width: 100%;
}

.bg-article {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.625), rgba(255, 255, 255, 1));
    height: 38px;
    width: 100%;
    margin-top: -38px;
    position: relative;
    pointer-events: none;
}

/* Button Detail Styles */
.btn-detail {
    border: 1px solid #007bff;
    border-radius: 5px;
    color: #007bff;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-detail:hover {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

.btn-detail.btn-short-spec {
    margin: 10px auto !important;
    cursor: pointer;
}

.btn-detail.not-have-instruction {
    margin: 10px 10px 0 !important;
    cursor: pointer;
}

/* Override: When both classes present, center the button */
.btn-detail.btn-short-spec.not-have-instruction {
    margin: 10px auto !important;
}

.btn_detail_decription {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_detail_decription .toggle-text {
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
}

.btn_detail_decription .toggle-icon {
    font-size: 16px;
}

/* Padding for Product Detail */
.pd_productdetail {
    padding: 1rem;
}

/* Pricing Plans Cards */
.pricing-plan-card {
    border-width: 2px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    min-height: 500px;
}

.pricing-plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.pricing-plan-card .card-header {
    padding: 1.5rem;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.pricing-plan-card .card-header h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pricing-plan-card .card-body {
    padding: 2rem 1.5rem;
}

/* Pricing Options Dropdown */
.pricing-cycle {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    transition: border-color 0.3s;
}

.pricing-cycle:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Additional Slots Input */
.additional-slots {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

.additional-slots:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.features-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
    color: #555;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li i {
    color: #28a745;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Trial Plan Specific */
.pricing-plan-card.border-info .card-header {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: #fff;
    border: none;
}

.pricing-plan-card.border-info h3 {
    color: #17a2b8;
}

/* Basic Plan Specific */
.pricing-plan-card.border-primary .card-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    border: none;
}

/* Premium Plan Specific */
.pricing-plan-card.border-warning .card-header {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #333;
    border: none;
}

.pricing-plan-card.border-warning .card-header small {
    color: #ff6f00;
    font-weight: 600;
}

/* Buttons */
.pricing-plan-card .btn {
    font-size: 1.1rem;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pricing-plan-card .btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Active Subscription Banner */
.alert-info.subscription-banner {
    border-left: 4px solid #17a2b8;
    background: linear-gradient(90deg, #d1ecf1 0%, #f8f9fa 100%);
}

.alert-info.subscription-banner .alert-heading {
    color: #0c5460;
    font-weight: 600;
}

/* Download Button */
.btn-download {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-download:hover {
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
    transform: translateY(-2px);
}

/* Section Divider */
.pricing-section-divider {
    margin: 3rem 0;
    border: none;
    border-top: 2px solid #e9ecef;
}

/* Section Title */
.pricing-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.pricing-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #007bff 0%, #17a2b8 100%);
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Compact Pricing Section - Vertical list layout */
.compact-pricing-section {
    margin-top: 2rem;
}

.compact-plan-card {
    border-width: 2px;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compact-plan-card:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.compact-plan-card .card-header {
    padding: 0.4rem 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 0.8rem;
}

.compact-plan-card .card-header h5 {
    font-size: 0.85rem;
    font-weight: 600;
}

.compact-plan-card .card-body {
    padding: 0.5rem 0.75rem;
}

.compact-plan-card .card-body h5 {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}

.compact-plan-card .card-body small {
    font-size: 0.7rem;
}

.compact-plan-card .card-body .mb-2 {
    margin-bottom: 0.4rem !important;
}

.compact-plan-card .form-select-sm,
.compact-plan-card .form-control-sm {
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
}

.compact-plan-card .btn-sm {
    font-size: 0.7rem;
    padding: 0.35rem 0.6rem;
}

.compact-plan-card .form-label-sm {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}

/* Layout for inputs in one row */
.compact-plan-card .input-row {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.compact-plan-card .input-row > div {
    flex: 1;
}

/* Compact Trial Plan */
.compact-plan-card.border-info .card-header {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: #fff;
    border: none;
}

/* Compact Basic Plan */
.compact-plan-card.border-primary .card-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    border: none;
}

/* Compact Premium Plan */
.compact-plan-card.border-warning .card-header {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #333;
    border: none;
}

/* ========================================
   New Package Selection Design
   ======================================== */

/* Package Selection Container */
.package-selection-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Match image wrapper height when no active subscription */
.package-selection-container[data-has-active-subscription="false"] {
    min-height: 450px;
}

.package-selection-container .form-label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

/* Package Radio Buttons */
.package-radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.package-radio-group .form-check {
    margin-bottom: 0;
}

.package-radio-group .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0.1em;
    cursor: pointer;
}

.package-radio-group .form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.package-radio-group .form-check-input:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.package-radio-group .form-check-label {
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
    cursor: pointer;
    color: #333;
}

.package-radio-group .form-check-input:disabled + .form-check-label {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Package Options Container */
#packageOptionsContainer {
    margin-top: 5px;
}

.package-options {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

/* Pricing Cycle Select */
.pricing-cycle-select {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out;
}

.pricing-cycle-select:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Additional Devices Input */
.additional-devices-input {
    width: 50%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out;
}

.additional-devices-input:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Voice Character Input */
.voice-character-input {
    width: 50%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out;
}

.voice-character-input:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Character Price Display */
.character-price {
    font-size: 12px;
    padding: 8px 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    font-weight: 600;
    color: #005ec4;
}

/* Buy Characters Button - Màu cam, chữ trắng */
.btn-buy-characters {
    background-color: #FE5722 !important;
    color: #fff !important;
    border: 2px solid #E64A19 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(254, 87, 34, 0.4);
}

.btn-buy-characters:hover {
    background-color: #E64A19 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 87, 34, 0.6);
}

.btn-buy-characters:active {
    background-color: #D84315 !important;
    color: #fff !important;
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(254, 87, 34, 0.4);
}

/* Slot Price Display */
.slot-price {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-weight: 700;
    color: #005ec4;
    font-size: 15px;
}

/* Buy Now Button - Màu cam, chữ trắng */
.btn-buy-now {
    background-color: #FE5722 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border: 2px solid #E64A19 !important;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(254, 87, 34, 0.4);
}

.btn-buy-now:hover:not(:disabled) {
    background-color: #E64A19 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 87, 34, 0.6);
}

.btn-buy-now:active:not(:disabled) {
    background-color: #D84315 !important;
    color: #fff !important;
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(254, 87, 34, 0.4);
}

.btn-buy-now:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

/* Download Product Button - Màu đỏ */
.btn-download-product {
    background-color: #DC3545 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border: 2px solid #C82333 !important;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
    min-width: 250px;
    margin-bottom: 10px;
}

.btn-download-product:hover {
    background-color: #C82333 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.6);
}

.btn-download-product:active {
    background-color: #BD2130 !important;
    color: #fff !important;
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
}

.btn-download-product i {
    font-size: 18px;
}

/* Trial Plan Alert */
.package-options .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

/* Contact Required Alert */
.package-options .alert-warning {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

/* Trial section - 2 columns alignment */
#options_Trial .alert-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}

/* Responsive adjustments for package selection */
@media (max-width: 767px) {
    .package-radio-group {
        flex-direction: column;
        gap: 10px;
    }

    .package-selection-container {
        padding: 15px;
    }

    /* Trial section: Stack dọc */
    #options_Trial .col-md-8,
    #options_Trial .col-md-4 {
        margin-bottom: 15px;
    }

    #options_Trial .alert-info {
        margin-bottom: 10px;
    }

    /* Basic/Premium sections: Stack dọc */
    .additional-devices-section .col-md-4 {
        margin-bottom: 15px;
    }

    /* Button full width on mobile */
    .btn-buy-now {
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
    }

    /* Download button responsive */
    .btn-download-product {
        width: 100%;
        min-width: auto;
        font-size: 16px;
        padding: 12px 30px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .product-detail-image-wrapper {
        max-width: 380px;
        height: 380px;
        padding: 20px;
    }

    .product-detail-info h1 {
        font-size: 1.75rem;
    }

    .pricing-plan-card {
        min-height: 450px;
        margin-bottom: 1.5rem;
    }

    .product-thumbnail {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .breadcrumb1 {
        margin-top: unset;
    }

    .breadcrumb_active {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .product-detail-image-wrapper {
        max-width: 350px;
        height: 350px;
        padding: 20px;
        margin-bottom: 2rem;
    }

    .product-detail-info h1 {
        font-size: 1.5rem;
    }

    .pricing-section-title {
        font-size: 1.5rem;
    }

    .pricing-plan-card {
        min-height: auto;
    }

    .pricing-plan-card .btn {
        font-size: 1rem;
        padding: 0.75rem 1.25rem;
    }

    .product-thumbnail {
        width: 60px;
        height: 60px;
        gap: 8px;
    }

    .product-thumbnails {
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .breadcrumb_active {
        max-width: 100px;
    }

    .breadcrumb1 .breadcrumb__list li a {
        font-size: 12px;
    }

    .breadcrumb1 .breadcrumb__list li .fa-angle-right {
        margin-left: 6px;
        margin-right: 6px;
        font-size: 14px;
    }

    .product-detail-image-wrapper {
        max-width: 300px;
        height: 300px;
        padding: 15px;
    }

    .product-detail-info h1 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .product-description {
        font-size: 0.9rem;
    }

    .pricing-section-title {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

    .pricing-plan-card .card-header h4 {
        font-size: 1.25rem;
    }

    .product-thumbnail {
        width: 55px;
        height: 55px;
    }

    .product-thumbnails {
        gap: 6px;
    }
}

/* Checkout Confirm Button - Orange with hover highlight */
.btn-confirm-checkout {
    background-color: #ff6600 !important;
    color: #fff !important;
    border: 2px solid #ff6600 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}

.btn-confirm-checkout:hover {
    background-color: #ff8533 !important;
    color: #fff !important;
    border-color: #ff8533 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 102, 0, 0.5);
}

.btn-confirm-checkout:active {
    background-color: #e65c00 !important;
    color: #fff !important;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.4);
}

/* Back/View Order List Button - Gray with orange hover */
.btn-order-list {
    background-color: #6c757d;
    color: #fff;
    border: 2px solid #6c757d;
    transition: all 0.3s ease;
}

.btn-order-list:hover {
    background-color: #ff6600 !important;
    color: #fff !important;
    border-color: #ff6600 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
}

.btn-order-list:active {
    background-color: #e65c00 !important;
    color: #fff !important;
    transform: translateY(0);
}

/* Login to Buy Button - Orange with hover highlight */
.btn-login-to-buy {
    background-color: #FF6600 !important;
    color: #fff !important;
    border: 2px solid #FF6600 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}

.btn-login-to-buy:hover {
    background-color: #FF8533 !important;
    color: #fff !important;
    border-color: #FF8533 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 102, 0, 0.5);
}

.btn-login-to-buy:active {
    background-color: #E65C00 !important;
    color: #fff !important;
    border-color: #E65C00 !important;
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.6);
}
