.checkout-accordion {
    width: 100%;
}

.budget-images-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-top: 70px;
}

.budget-images-container img {
    max-width: 100%;
    height: auto;
}

.checkout-card {
    border-radius: 10px;
    background: #FAFAFA;
    padding: 35px 45px 20px;
}

.accordion-item {
    margin-bottom: 0;
    background: transparent !important;
    border: none !important;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    user-select: none;
    border-top: 1px solid #0B2743;
}

.accordion-title-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.accordion-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #6c757d;
    transition: color 0.2s ease;
}

.accordion-title.active {
    color: #1a1a1a;
    font-weight: 600;
}

.accordion-icon+.accordion-title {
    color: #26BAD8 !important;
}

.accordion-header i {
    font-size: 1.25rem;
    color: #6c757d;
    transition: transform 0.3s ease, color 0.2s ease;
}

.accordion-item.active .accordion-header i {
    color: #1a1a1a;
}

.accordion-content {
    padding: 1.5rem 0 2rem 0;
}

.accordion-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.form-label {
    font-size: 17px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0;
    width: 40%;
}

.form-control {
    width: 100%;
    padding: 10px 24px;
    border-radius: 10px;
    border: 1px solid #9AA6B1;
    font-size: 17px;
    background-color: #fafafa;
}

.form-control:focus {
    outline: none;
    border-color: #4A90E2;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.form-control::placeholder {
    color: #adb5bd;
}

.date-input {
    cursor: pointer;
}

.date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
}

.btn-continue {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    background: #0B2743;
    padding: 10px 24px;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0.5rem;
}

.btn-continue:hover {
    background-color: #2d2d2d;
}

.btn-continue:active {
    background-color: #0d0d0d;
}

.address-selection {
    margin-bottom: 1.5rem;
}

/* Shipping Styles */
.shipping-banner {
    border-radius: 5px;
    background: #DDF4F9;
    padding: 7px 0px;
    margin-bottom: 20px;
    font-size: 16.208px;
    color: #0B2743;
    text-align: center;
    font-weight: 600;
}

.delivery-question {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.address-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.address-btn {
    flex: 1;
    padding: 10px 24px;
    border-radius: 10px;
    border: 1px solid #9AA6B1;
    color: #9AA6B1;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
}

.address-btn:hover {
    border-color: #26BAD8;
    color: #26BAD8;
}

.address-btn.selected {
    border-radius: 10px;
    border: 1px solid #26BAD8;
    color: #26BAD8;
    font-size: 17px;
    font-weight: 500;
}

.shipping-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.radio-option input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #4A90E2;
}

.radio-label {
    font-size: 0.875rem;
    color: #1a1a1a;
    cursor: pointer;
    margin: 0;
}

.phone-input-wrapper {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
}

.phone-input-wrapper input {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.phone-input {
    flex: 1;
    border: none;
    background-color: transparent;
    padding: 0.75rem;
}

.phone-input:focus {
    outline: none;
    background-color: #fff;
}

.phone-input-wrapper:focus-within {
    border-color: #4A90E2;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.phone-hint {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0.25rem;
}

/* Package Styles */
.package-products {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.package-item-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.package-image-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    height: 160px;
}

.package-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.right-side {
    padding: 0px 80px;
}

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

.package-remove {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.package-remove:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.package-remove i {
    color: #fff;
    font-size: 0.875rem;
}

.package-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.package-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.package-info,
.package-attributes {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.4;
}

.package-attributes {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.empty-package {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

.package-actions {
    display: flex;
    justify-content: flex-end;
}

/* Custom Order Styles */
.custom-order-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 18px;
    gap: 10px;
}

.custom-order-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.custom-order-chevron {
    font-size: 1.25rem;
    color: rgba(38, 186, 216, 1);
    cursor: pointer;
}

.custom-order-products {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    background: #FAFAFA;
    padding: 17px 31px;
}

.custom-order-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.custom-order-item-content {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.custom-product-img {
    width: 86.936px !important;
    height: 86.936px !important;
}

.custom-order-image {
    flex-shrink: 0;
    width: 86.936px;
    height: 86.936px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.custom-order-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.custom-order-name {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.custom-order-quantity {
    font-size: 0.875rem;
    font-weight: 400;
    color: #6c757d;
}

.custom-order-product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.custom-order-attributes {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.custom-attribute-line {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .accordion-header {
        padding: 1rem 0;
    }

    .budget-images-container {
        padding-top: 16px;
    }

    .accordion-content {
        padding: 1rem 0 1.5rem 0;
    }

    .form-row {
        gap: 0.375rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .form-label {
        width: 100%;
    }

    .checkout-card {
        padding: 20px;
        margin: 20px 0;
    }

    .btn-continue {
        padding: 0.875rem;
        font-size: 14px;
    }

    .address-btn {
        min-width: 100%;
        font-size: 14px;
    }

    .phone-prefix {
        font-size: 0.75rem;
        padding: 0.75rem 0.5rem;
    }

    .budget-images-container {
        gap: 10px;
        padding: 20px 0px;
    }

    .budget-images-container img {
        width: 62px;
        height: 60px;
    }

    .shipping-banner {
        font-size: 12px;
    }

    .delivery-question {
        font-size: 14px;
    }

    .package-item-content {
        flex-direction: column;
    }

    .package-image-wrapper {
        width: 100%;
        height: 200px;
    }

    .package-name {
        font-size: 0.875rem;
    }

    .custom-order-products {
        padding: 16px;
    }

    .custom-order-product-name {
        font-size: 12px;
    }

    .custom-order-item-content {
        flex-direction: row;
    }

    .custom-order-title {
        font-size: 1.25rem;
    }

    .right-side {
        padding: 0px 20px !important;
    }
}

.button-tab-secondary {
    background-color: rgba(182, 182, 182, 0.25);
    color: rgba(11, 39, 67, 0.50);
    padding: 5px 15px;
    border-radius: 137.143px;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.button-tab-secondary.active {
    background-color: rgba(38, 186, 216, 0.10);
    color: #26BAD8;
    font-weight: 600;
}

.short-detail {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.address-tab-content {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}