/* ========================================
   Lampron - Custom Extracted Styles
   All inline/internal styles extracted here
   ======================================== */

/* ========== MODAL ========== */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #061D5B;
    margin-bottom: 16px;
}

/* ========== ALERTS ========== */
.alert {
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
}

.alert-success {
    background: #dcfce7;
    color: #16a34a;
}

.alert-error {
    background: #fee2e2;
    color: #dc2626;
}

.alert-info {
    background: #e0f2fe;
    color: #0369a1;
}

/* ========== RADIO COMPONENT ========== */
.radio-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    cursor: pointer;
}

.radio-input {
    accent-color: #00007E;
    width: 16px;
    height: 16px;
}

/* ========== FOOTER BG ========== */
.footer-bg {
    background-image: url('../images/footer_bg.png');
}

/* ========== GLOBAL UTILITY CLASSES ========== */
.header-spacer {
    height: 96px;
}

.desktop-phone-btn-hidden {
    display: none;
}

/* ========== HEADER ========== */
.logo-img {
    width: 164px;
}

.desktop-nav-offset {
    margin-left: 10%;
}

.nav-dropdown-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.nav-dropdown-icon {
    font-size: 12px;
}

.nav-link-white {
    color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-btn-size {
    height: 42px;
    font-size: 16px;
}

.phone-icon {
    width: 20px;
}

.profile-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.profile-link:hover {
    background: rgba(6, 29, 91, 0.06);
}

.profile-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

/* Language Switcher */
.lang-switcher-wrap {
    position: relative;
}

.lang-btn-style {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-menu-style {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
}

.lang-menu-inner {
    padding: 8px 0;
    font-size: 14px;
    color: #374151;
}

.lang-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    border: none;
    background: none;
    cursor: pointer;
}

.lang-option-active {
    background: #e5e7eb;
    font-weight: 600;
}

/* Hamburger Icon */
.hamburger-icon {
    width: 28px;
}

/* ========== MOBILE SIDEBAR ========== */
.sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-close-btn-style {
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 16px;
}

.sidebar-toggle-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-menu-hidden {
    display: none;
}

/* ========== BREADCRUMB ========== */
.breadcrumb-wrap {
    padding: 16px 0;
}

/* ========== HERO SECTION ========== */
.hero-btn {
    height: 64px;
    width: 600px;
    max-width: 90%;
    font-size: 18px;
}

/* ========== ONLINE SUPPORT ========== */
.online-support-container {
    padding: 0;
    max-width: 100%;
}

/* ========== SERVICES SECTION ========== */
.services-section {
    padding: 3.5% 16px;
}

.services-container {
    margin: 0 auto;
}

.services-heading {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 64px;
    color: #32323B;
}

/* ========== BLOGS SECTION ========== */
.blogs-heading {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    color: #32323B;
    margin-bottom: 3.5%;
}

.blog-learn-more {
    font-size: 18px;
    padding: 12px 32px;
}

/* ========== HIGHLIGHTS ========== */
.highlights-quebec-img {
    width: 270px;
    height: 67px;
}

.highlights-quebec2-img {
    width: 262px;
    height: 100px;
}

.highlights-intact-img {
    height: 83px;
}

.highlights-heading-top {
    margin-top: 4%;
}

/* ========== QUOTE CTA ========== */
.quote-svg-img {
    max-width: 200px;
}

/* ========== ESTIMATION BOX (Moving Steps) ========== */
.estimation-box {
    max-width: 1500px;
    margin: 40px auto 60px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    display: flex;
    overflow: hidden;
    min-height: 520px;
}

.estimation-image {
    width: 40%;
    min-height: 100%;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.estimation-image-moving {
    background-image: url('../images/movingservice.png');
}

.quote-card-image-storage {
    background: url('../images/movingservice.png') center/cover no-repeat;
}

/* Progress Width Utilities */
.progress-16 { width: 16%; }
.progress-30 { width: 30%; }
.progress-50 { width: 50%; }
.progress-65 { width: 65%; }
.progress-85 { width: 85%; }
.progress-100 { width: 100%; }

.estimation-form {
    width: 70%;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
}

.estimation-form-centered {
    width: 70%;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.estimation-form h2 {
    color: #061D5B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.estimation-form-title-tight {
    margin-bottom: 8px;
}

.step-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
}

.progress-bar-track {
    width: 100%;
    height: 8px;
    background: #ebebeb;
    border-radius: 4px;
    margin-bottom: 32px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: #00007E;
    border-radius: 4px;
    transition: width 0.3s;
}

.progress-16 { width: 16%; }
.progress-30 { width: 30%; }
.progress-50 { width: 50%; }
.progress-65 { width: 65%; }
.progress-85 { width: 85%; }
.progress-100 { width: 100%; }

/* Form Groups */
.form-group {
    margin-bottom: 18px;
}

.form-group-lg {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.form-group select,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group input[type="date"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
}

.form-group select:disabled {
    background: #f5f5f5;
    color: #999;
}

.form-row {
    display: flex;
    gap: 16px;
}

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

.form-row > div {
    flex: 1;
}

/* Radio Group */
.radio-group {
    display: flex;
    gap: 24px;
    margin-top: 4px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    accent-color: #00007E;
    width: 16px;
    height: 16px;
}

/* Step Subtitle */
.step-subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 28px;
}

/* Buttons */
.btn-next {
    background: #00007E;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-next:hover {
    opacity: 0.9;
}

.btn-back {
    background: #E0E0E0;
    color: #333;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-back:hover {
    opacity: 0.85;
}

.btn-submit {
    background: #00007E;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-submit:hover {
    opacity: 0.9;
}

.form-buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.form-buttons-end {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    justify-content: flex-end;
}

.btn-icon-left {
    margin-right: 8px;
    font-size: 13px;
}

.btn-icon-right {
    margin-left: 8px;
    font-size: 13px;
}

/* ========== ITEM TABS & TABLE (Moving Step 3) ========== */
.item-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.item-tab {
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.item-tab:hover {
    background: #f0f0ff;
}

.item-tab.active {
    background: #00007E;
    color: #fff;
    border-color: #00007E;
}

.items-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.items-table thead th {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    padding: 8px 10px;
    border-bottom: 2px solid #ebebeb;
}

.items-table tbody td {
    padding: 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.items-table input[type="number"] {
    width: 64px;
    padding: 6px 8px;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

.items-table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #00007E;
    cursor: pointer;
}

.dimensions {
    color: #888;
    font-size: 13px;
}

.items-table-scroll {
    overflow-x: auto;
}

.col-item { width: 30%; }
.col-dimensions { width: 30%; }
.col-quantity { width: 20%; }
.col-include { width: 20%; }

/* ========== PERSON/COMPANY TOGGLE (Moving Step 5) ========== */
.type-toggle {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
}

.type-toggle-btn {
    flex: 1;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #D0D5DD;
    cursor: pointer;
    background: #fff;
    color: #555;
    transition: all 0.2s;
}

.type-toggle-btn:first-child {
    border-radius: 8px 0 0 8px;
}

.type-toggle-btn:last-child {
    border-radius: 0 8px 8px 0;
}

.type-toggle-btn.active {
    background: #00007E;
    color: #fff;
    border-color: #00007E;
}

/* Phone Input */
.phone-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    overflow: hidden;
}

.phone-prefix {
    padding: 10px 12px;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #D0D5DD;
    white-space: nowrap;
}

.phone-input-wrap input {
    border: none;
    padding: 10px 14px;
    font-size: 15px;
    flex: 1;
    outline: none;
    width: 100%;
}

/* ========== PLAN CARDS (Moving Step 6) ========== */
.plan-cards {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.plan-card {
    flex: 1;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
    background: #fff;
}

.plan-card:hover {
    border-color: #00007E;
    box-shadow: 0 2px 16px rgba(0,0,126,0.10);
}

.plan-card.recommended {
    border-color: #00007E;
    box-shadow: 0 2px 16px rgba(0,0,126,0.12);
}

.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #00007E;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.plan-icon {
    font-size: 28px;
    color: #00007E;
    margin-bottom: 8px;
}

.plan-icon-spaced {
    margin-left: 4px;
}

.plan-name {
    font-size: 18px;
    font-weight: 700;
    color: #061D5B;
    margin-bottom: 2px;
}

.plan-tier {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.plan-truck {
    width: 80px;
    height: 48px;
    margin: 0 auto 12px;
    background: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 24px;
}

.plan-time {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.plan-time-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 12px;
}

.plan-breakdown {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 14px;
    text-align: left;
    padding: 0 4px;
}

.plan-breakdown span {
    display: flex;
    justify-content: space-between;
}

.plan-price {
    font-size: 28px;
    font-weight: 800;
    color: #00007E;
    margin-bottom: 14px;
}

.plan-select-btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #00007E;
    background: #fff;
    color: #00007E;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.plan-select-btn:hover,
.plan-card.recommended .plan-select-btn {
    background: #00007E;
    color: #fff;
}

/* Summary Section */
.summary-section {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 8px;
}

.summary-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: #061D5B;
    margin-bottom: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    padding: 4px 0;
}

.summary-row strong {
    color: #333;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #00007E;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

/* ========== QUOTE CARD (Storage Steps) ========== */
.quote-card {
    display: flex;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    overflow: hidden;
    max-width: 1500px;
    margin: 40px auto 60px;
    min-height: 500px;
}

.quote-card-image {
    width: 40%;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.quote-card-form {
    width: 70%;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-card-form h2 {
    font-size: 26px;
    font-weight: 700;
    color: #061D5B;
    margin-bottom: 8px;
}

.quote-card-form .step-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 24px;
}

.quote-card-form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #32323B;
    margin-bottom: 6px;
    margin-top: 18px;
}

.quote-card-form select,
.quote-card-form input[type="text"],
.quote-card-form input[type="email"],
.quote-card-form input[type="tel"],
.quote-card-form input[type="number"],
.quote-card-form input[type="date"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    color: #32323B;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.quote-card-form select:focus,
.quote-card-form input:focus {
    border-color: #061D5B;
}

.quote-card-form select:disabled {
    background: #f3f4f6;
    color: #888;
}

.progress-bar-wrap {
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    margin-bottom: 24px;
}

.progress-bar-wrap .progress-bar-fill {
    height: 6px;
    background: #061D5B;
    border-radius: 3px;
    transition: width 0.3s;
}

.btn-row {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.btn-row-end {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    justify-content: flex-end;
}

/* Storage Buttons */
.btn-next-storage {
    padding: 12px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #061D5B;
    color: #fff;
}

.btn-next-storage:hover {
    background: #0a2a7a;
}

.btn-back-storage {
    padding: 12px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #EFEFEF;
    color: #061D5B;
}

.btn-back-storage:hover {
    background: #ddd;
}

.btn-submit-storage {
    padding: 12px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #061D5B;
    color: #fff;
}

.btn-submit-storage:hover {
    background: #0a2a7a;
}

/* Storage Checkbox Row */
.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 16px;
    background: #f8f9fb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.checkbox-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #061D5B;
}

.checkbox-row label {
    margin: 0;
    font-weight: 500;
    color: #32323B;
}

.addon-desc {
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}

/* Item Tabs (rounded pill style) */
.item-tab-rounded {
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #d1d5db;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.item-tab-rounded:hover {
    border-color: #00007E;
    color: #00007E;
}

.item-tab-rounded.active {
    background: #00007E;
    color: #fff;
    border-color: #00007E;
}

/* Storage Items Table */
.storage-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}

.storage-items-table th {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    padding: 8px 12px;
    border-bottom: 2px solid #e5e7eb;
}

.storage-items-table td {
    padding: 10px 12px;
    font-size: 14px;
    color: #32323B;
    border-bottom: 1px solid #f0f0f0;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #061D5B;
}

.qty-btn:hover {
    background: #f0f0f0;
}

.qty-value {
    font-weight: 600;
    min-width: 24px;
    text-align: center;
}

.th-qty-center {
    text-align: center;
}

/* Storage Toggle (Step 5) */
.toggle-row {
    display: flex;
    gap: 0;
    margin-bottom: 8px;
    margin-top: 8px;
}

.toggle-btn {
    flex: 1;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
}

.toggle-btn:first-child {
    border-radius: 8px 0 0 8px;
}

.toggle-btn:last-child {
    border-radius: 0 8px 8px 0;
}

.toggle-btn.active {
    background: #061D5B;
    color: #fff;
    border-color: #061D5B;
}

/* Storage Plan Cards (Step 6) */
.storage-plan-cards {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.storage-plan-card {
    flex: 1;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    background: #fff;
}

.storage-plan-card:hover {
    border-color: #061D5B;
    box-shadow: 0 4px 16px rgba(6,29,91,0.10);
}

.storage-plan-card.recommended {
    border-color: #061D5B;
    box-shadow: 0 4px 20px rgba(6,29,91,0.15);
}

.storage-plan-card.selected {
    border-color: #061D5B;
    background: #f5f7ff;
}

.storage-plan-card .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #061D5B;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.storage-plan-card .plan-icon {
    font-size: 32px;
    color: #061D5B;
    margin-bottom: 10px;
}

.storage-plan-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 4px;
}

.storage-plan-card .plan-desc {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.storage-plan-card .plan-dimensions {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

.storage-plan-card .plan-price {
    font-size: 28px;
    font-weight: 800;
    color: #061D5B;
}

.storage-plan-card .plan-price span {
    font-size: 14px;
    font-weight: 500;
    color: #888;
}

.storage-plan-card .plan-features {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    text-align: left;
}

.storage-plan-card .plan-features li {
    font-size: 13px;
    color: #555;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.storage-plan-card .plan-features li i {
    color: #2ecc71;
    font-size: 12px;
}

.storage-plan-card input[type="radio"] {
    display: none;
}

/* Storage Summary */
.storage-summary {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 20px 24px;
    border: 1px solid #e5e7eb;
}

.storage-summary h3 {
    font-size: 18px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 12px;
}

.storage-summary .summary-row.total {
    border-top: 2px solid #e5e7eb;
    margin-top: 8px;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #061D5B;
}

/* Storage Step Subtitle */
.storage-subtitle {
    color: #666;
    font-size: 15px;
    margin-bottom: 16px;
}

.storage-subtitle-tight {
    color: #666;
    font-size: 15px;
    margin-bottom: 8px;
}

/* ========== DASHBOARD ========== */
.dashboard-layout {
    display: flex;
    min-height: calc(100vh - 96px);
}

.tracking-packaging-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 8px 14px;
    background: #eef2ff;
    color: #3155E7;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}
.tracking-packaging-chip strong {
    color: #061D5B;
    font-weight: 700;
}
.tracking-packaging-chip i {
    font-size: 14px;
}

.dashboard-sidebar {
    width: 260px;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    padding: 32px 0;
    flex-shrink: 0;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    color: #32323B;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
    background: #f0f2ff;
    color: #00007E;
    font-weight: 600;
    border-left: 3px solid #00007E;
}

.sidebar-nav a i {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.dashboard-main {
    flex: 1;
    padding: 32px 40px;
    background: #f8f9fb;
}

.welcome-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.welcome-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #00007E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
}

.welcome-text h1 {
    font-size: 28px;
    font-weight: 700;
    color: #061D5B;
    margin: 0;
}

.welcome-text p {
    font-size: 15px;
    color: #666;
    margin: 4px 0 0;
}

.stat-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 36px;
}

.stat-card {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0px 4px 37.8px rgba(0,0,0,0.1);
    padding: 28px 32px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 120px;
}

.stat-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #061D5B;
    margin: 0 0 12px;
}

.stat-card p {
    font-size: 15px;
    color: #404040;
    margin: 0;
    line-height: 24px;
}

.stat-card .stat-label {
    font-size: 13px;
    color: #999;
    margin-bottom: 4px;
}

.tracking-section {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0px 4px 37.8px rgba(0,0,0,0.1);
    padding: 32px;
    margin-bottom: 36px;
}

.tracking-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #061D5B;
    margin: 0 0 28px;
}

.tracking-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tracking-bar::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;
    height: 4px;
    background: #ebebeb;
    z-index: 0;
}

.tracking-bar::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 40px;
    width: calc(25% - 10px);
    height: 4px;
    background: #00007E;
    z-index: 1;
}

.tracking-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    flex: 1;
}

.tracking-step .step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tracking-step .step-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.tracking-step.completed .step-icon,
.tracking-step.active .step-icon {
    background: #00007E;
}

.tracking-step .step-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.tracking-step.completed .step-label,
.tracking-step.active .step-label {
    color: #00007E;
    font-weight: 600;
}

.history-section {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0px 4px 37.8px rgba(0,0,0,0.1);
    padding: 32px;
}

.history-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #061D5B;
    margin: 0 0 20px;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
}

.history-table th {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding: 10px 14px;
    border-bottom: 2px solid #e5e7eb;
}

.history-table td {
    padding: 14px 14px;
    font-size: 15px;
    color: #32323B;
    border-bottom: 1px solid #f0f0f0;
}

.status-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.status-confirmed {
    background: #e0f2fe;
    color: #0369a1;
}

.status-completed {
    background: #dcfce7;
    color: #16a34a;
}

.action-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    color: #666;
    font-size: 16px;
}

.action-btn:hover {
    color: #00007E;
}

/* ========== HOMEPAGE ========== */
.hero-bg-home {
    background-image: url('../images/img1.png');
}

.online-support-bg {
    background-image: url('../images/bg-new.svg');
}

.blog-slide-bg {
    background-image: url('../images/blogimg1.png');
}

.stat-card-bg {
    background-image: url('../images/moving-vector.png');
}

/* ========== PUBLIC PAGE COMMON ========== */
.content-section { padding: 48px 0; }
.page-section { padding: 32px 0; }
.section-heading { font-size: 30px; font-weight: 700; color: #32323B; margin-bottom: 16px; }
.section-heading-center { text-align: center; font-size: 46px; padding: 20px 0; margin-top: 4%; }
.body-text { font-size: 18px; color: #404040; line-height: 32px; }
.body-text-sm { font-size: 18px; color: #404040; line-height: 32px; margin-top: 8px; }

/* Service Flex Rows */
.service-flex-row { display: flex; gap: 80px; align-items: center; padding: 24px 0; flex-wrap: wrap; }
.service-flex-row-reverse { display: flex; gap: 80px; align-items: center; padding: 24px 0; flex-wrap: wrap; flex-direction: row-reverse; }
.service-flex-row-mt { display: flex; gap: 80px; align-items: center; padding: 24px 0; flex-wrap: wrap; margin-top: 32px; }
.service-flex-row-margin { display: flex; gap: 80px; align-items: center; flex-wrap: wrap; margin: 4% 0; }
.service-flex-col { flex: 1; min-width: 300px; }
.service-flex-img { width: 100%; border-radius: 12px; display: block; }

/* Icon + Heading Row */
.icon-heading-row { display: flex; gap: 16px; align-items: center; margin-bottom: 16px; }
.icon-heading-row i { font-size: 28px; color: #061D5B; }

/* Values List */
.values-list { padding-left: 20px; }
.values-list li { font-size: 18px; color: #404040; line-height: 36px; }

/* Blog Grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-grid-section { margin: 32px 0 60px; }
.blog-card-body { padding: 20px; }
.blog-card-title { font-size: 20px; font-weight: 700; color: #32323B; margin-bottom: 8px; }
.blog-card-date { font-size: 14px; color: #888; margin-bottom: 8px; }
.blog-card-excerpt { font-size: 16px; color: #404040; line-height: 24px; margin-bottom: 12px; }
.blog-card-btn { font-size: 14px; color: #3155E7; font-weight: 600; text-decoration: none; }
.blog-card-btn:hover { text-decoration: underline; }

/* Career Page */
.career-benefits-list { padding-left: 20px; margin-bottom: 32px; }
.career-benefits-list li { font-size: 18px; color: #404040; line-height: 36px; }
.career-positions-section { padding: 24px 0; }
.career-positions-heading { font-size: 30px; font-weight: 700; color: #32323B; margin-bottom: 16px; }
.career-table-wrapper { overflow-x: auto; }
.career-table { width: 100%; border-collapse: collapse; font-size: 18px; }
.career-table th { text-align: left; padding: 14px 16px; font-weight: 600; color: #32323B; border-bottom: 2px solid #e5e7eb; }
.career-table td { padding: 14px 16px; color: #404040; border-bottom: 1px solid #f3f4f6; }
.career-table tr:hover { background: #f9fafb; }
.career-apply-section { padding: 48px 0 60px; }
.career-apply-intro { font-size: 18px; color: #404040; margin-bottom: 24px; }
.career-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.career-form-group { display: flex; flex-direction: column; gap: 8px; }
.career-form-group-full { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 8px; }
.career-form-label { font-size: 16px; font-weight: 600; color: #32323B; }
.career-form-input,
.career-form-select,
.career-form-textarea { width: 100%; padding: 12px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; color: #32323B; box-sizing: border-box; }
.career-form-input:focus,
.career-form-select:focus,
.career-form-textarea:focus { border-color: #061D5B; outline: none; }
.career-form-textarea { min-height: 120px; resize: vertical; }
.career-upload-label { display: inline-flex; gap: 8px; align-items: center; padding: 14px 24px; border: 2px dashed #d1d5db; border-radius: 8px; cursor: pointer; color: #6b7280; font-size: 14px; }
.career-upload-label:hover { border-color: #061D5B; color: #061D5B; }
.career-upload-label input { display: none; }
.career-submit-wrapper { grid-column: 1 / -1; }
.career-submit-btn { background: #061D5B; color: #fff; padding: 14px 32px; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; }
.career-submit-btn:hover { background: #0a2a7a; }

/* Community Page */
.community-category { margin-top: 40px; }
.community-category-heading { font-size: 30px; font-weight: 700; color: #32323B; margin-bottom: 24px; }
.community-view-all { display: flex; justify-content: center; margin-top: 24px; }
.community-view-all-btn { font-size: 16px; font-weight: 600; color: #3155E7; text-decoration: none; }
.community-view-all-btn:hover { text-decoration: underline; }
.community-category-bottom { margin-top: 48px; margin-bottom: 60px; }

/* Customer Reviews */
.overall-rating { text-align: center; margin-top: 48px; margin-bottom: 40px; }
.overall-rating-score { font-size: 64px; font-weight: 700; color: #061D5B; }
.review-stars-lg { font-size: 28px; display: flex; gap: 4px; justify-content: center; color: #f59e0b; }
.overall-rating-count { font-size: 18px; color: #404040; margin-top: 8px; }
.review-form-wrapper { max-width: 600px; margin: 40px auto 60px; }
.review-form-title { font-size: 24px; font-weight: 700; color: #32323B; margin-bottom: 20px; text-align: center; }
.review-stars-interactive { display: flex; gap: 6px; justify-content: center; margin-bottom: 16px; }
.review-stars-interactive i { font-size: 28px; color: #d1d5db; cursor: pointer; }
.review-stars-interactive i.active { color: #f59e0b; }

/* Location Grid */
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px; margin-top: 24px; }
.location-btn-light { display: block; padding: 14px; background: #EFEFEF; border-radius: 4px; text-align: center; font-size: 14px; font-weight: 600; color: #061D5B; text-decoration: none; transition: all 0.2s; }
.location-btn-light:hover { background: #061D5B; color: #fff; }

/* Coverage Box */
.coverage-box { background: #061D5B; border-radius: 16px; padding: 48px; display: flex; gap: 40px; align-items: center; margin: 32px 0; color: #fff; flex-wrap: wrap; }
.coverage-box h2 { font-size: 30px; font-weight: 700; color: #fff; }
.coverage-box p { font-size: 18px; line-height: 30px; color: rgba(255,255,255,0.9); }

/* Delivery Contact Form */
.delivery-contact-section { display: flex; gap: 80px; margin: 4% 0; flex-wrap: wrap; }
.delivery-contact-form { flex: 1; min-width: 300px; }
.delivery-form-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.delivery-form-col { flex: 1; min-width: 140px; }
.delivery-form-label { display: block; font-size: 14px; font-weight: 600; color: #333; margin-bottom: 6px; }
.delivery-form-input,
.delivery-form-textarea { width: 100%; padding: 10px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; color: #333; box-sizing: border-box; }
.delivery-form-input:focus,
.delivery-form-textarea:focus { border-color: #061D5B; outline: none; }
.delivery-form-textarea { min-height: 100px; resize: vertical; }
.delivery-submit-btn { background: #061D5B; color: #fff; padding: 12px 32px; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; margin-top: 8px; }

/* FAQ Page Section */
.faq-section-page { margin-bottom: 60px; }
.faq-heading { font-size: 30px; font-weight: 700; color: #32323B; margin-bottom: 24px; }

/* Offer Tabs */
.offer-tabs-container { margin: 32px 0; }

/* CTA */
.cta-center { text-align: center; margin: 32px 0; }
.cta-btn { display: inline-block; padding: 14px 32px; border-radius: 8px; font-size: 16px; font-weight: 600; text-decoration: none; }
.cta-btn-primary { background: #061D5B; color: #fff; }
.cta-btn-primary:hover { background: #0a2a7a; }
.cta-btn-wide { width: 30rem; max-width: 90%; }

/* Phone Support */
.phone-display { text-align: center; margin-top: 48px; }
.phone-display-link { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.phone-icon-circle { width: 72px; height: 72px; background: #061D5B; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; }
.phone-number { font-size: 36px; font-weight: 700; color: #061D5B; }
.operating-hours { text-align: center; margin-top: 24px; }
.hours-line { font-size: 18px; color: #404040; line-height: 32px; }
.contact-form-title { font-size: 30px; font-weight: 700; color: #32323B; margin-bottom: 24px; }
.form-vertical { display: flex; flex-direction: column; gap: 16px; }
.form-label { display: block; font-size: 14px; font-weight: 600; color: #333; margin-bottom: 6px; }
.form-input { width: 100%; padding: 12px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; color: #333; box-sizing: border-box; }
.form-input:focus { border-color: #061D5B; outline: none; }
.form-textarea { width: 100%; padding: 12px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; color: #333; min-height: 100px; resize: vertical; box-sizing: border-box; }
.form-textarea:focus { border-color: #061D5B; outline: none; }
.btn-submit-form { background: #061D5B; color: #fff; padding: 14px 32px; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; }
.btn-submit-form:hover { background: #0a2a7a; }

/* Our Accounts */
.feature-cards-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }
.feature-card-horizontal { display: flex; align-items: flex-start; gap: 20px; text-align: left; }
.feature-icon-sm { width: 56px; height: 56px; min-width: 56px; }
.account-cta { text-align: center; margin: 40px 0 60px; }
.account-cta-text { font-size: 16px; color: #404040; margin-top: 16px; }
.account-cta-link { color: #061D5B; font-weight: 600; text-decoration: underline; }

/* Tracking Page */
.tracking-info { display: flex; flex-wrap: wrap; gap: 32px; margin-bottom: 32px; }
.tracking-info-item { display: flex; flex-direction: column; gap: 4px; }
.tracking-info-label { font-size: 14px; color: #888; }
.tracking-info-value { font-size: 20px; color: #32323B; font-weight: 600; }
.tracking-info-value-primary { color: #061D5B; }
.tracking-progress { margin-bottom: 32px; }
.tracking-steps { display: flex; justify-content: space-between; position: relative; }
.tracking-line { position: absolute; top: 20px; left: 20px; right: 20px; height: 4px; background: #e5e7eb; z-index: 0; }
.tracking-line-active { position: absolute; top: 20px; left: 20px; width: 45%; height: 4px; background: #061D5B; z-index: 1; }
.tracking-step-item { text-align: center; z-index: 2; flex: 1; }
.tracking-step-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; font-size: 16px; }
.tracking-step-icon-done { background: #061D5B; color: #fff; }
.tracking-step-icon-current { background: #061D5B; color: #fff; box-shadow: 0 0 0 6px rgba(6,29,91,0.2); }
.tracking-step-icon-pending { background: #e5e7eb; color: #9ca3af; }
.tracking-step-label { font-size: 13px; color: #6b7280; }
.tracking-step-completed .tracking-step-label { color: #061D5B; font-weight: 600; }
.tracking-step-current .tracking-step-label { color: #061D5B; font-weight: 600; }
.tracking-details { display: flex; gap: 32px; flex-wrap: wrap; }
.tracking-map { flex: 2; min-width: 300px; }
.tracking-map-placeholder { background: #f3f4f6; border-radius: 12px; height: 300px; display: flex; align-items: center; justify-content: center; border: 2px dashed #e5e7eb; }
.tracking-map-content { text-align: center; color: #888; }
.tracking-driver { flex: 1; min-width: 220px; }
.tracking-driver-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; }
.tracking-driver-title { font-size: 20px; font-weight: 700; color: #32323B; margin-bottom: 16px; }
.tracking-driver-info { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.tracking-driver-icon { width: 48px; height: 48px; background: #061D5B; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; }
.tracking-driver-name { font-size: 18px; color: #32323B; font-weight: 600; display: block; }
.tracking-driver-role { font-size: 14px; color: #888; }

/* Steps Grid (Online Booking) */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin: 32px 0; }
.step-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px; text-align: center; }
.step-number { width: 48px; height: 48px; background: #061D5B; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; margin: 0 auto 16px; }
.step-card-title { font-size: 20px; font-weight: 700; color: #32323B; margin-bottom: 8px; }
.step-card-text { font-size: 14px; color: #6b7280; line-height: 1.5; }

/* Policy */
.policy-heading { font-size: 20px; font-weight: 700; color: #1a1a2e; margin: 32px 0 12px; }
.policy-text { font-size: 15px; color: #374151; line-height: 1.7; margin-bottom: 12px; }

/* Article / Blog Detail */
.article-heading { font-size: 24px; font-weight: 700; color: #32323B; margin: 32px 0 12px; }
.article-subheading { font-size: 20px; font-weight: 600; color: #32323B; margin: 24px 0 8px; }
.article-text { font-size: 16px; color: #404040; line-height: 28px; margin-bottom: 16px; }
.article-image { width: 100%; border-radius: 12px; margin: 24px 0; }
.cta-box { background: #f3f4f6; border-radius: 12px; padding: 32px; text-align: center; margin: 40px 0; }
.cta-box h3 { font-size: 24px; font-weight: 700; color: #32323B; margin-bottom: 12px; }
.cta-box p { font-size: 16px; color: #6b7280; margin-bottom: 16px; }

/* ========== RESPONSIVE: ESTIMATION BOX ========== */
@media (max-width: 768px) {
    .estimation-box {
        flex-direction: column;
        border-radius: 16px;
    }
    .estimation-image {
        display: none;
    }
    .estimation-form,
    .estimation-form-centered {
        width: 100%;
        padding: 28px 20px;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .items-table {
        font-size: 13px;
    }
    .item-tab {
        padding: 6px 10px;
        font-size: 12px;
    }
    .plan-cards {
        flex-direction: column;
    }
    .blog-grid { grid-template-columns: 1fr; }
    .career-form { grid-template-columns: 1fr; }
    .location-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .coverage-box { flex-direction: column; padding: 32px; }
    .delivery-contact-section { flex-direction: column; gap: 32px; }
    .service-flex-row,
    .service-flex-row-reverse,
    .service-flex-row-mt,
    .service-flex-row-margin { flex-direction: column; gap: 24px; }
    .feature-cards-2col { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .summary-grid { grid-template-columns: 1fr; }
    .two-col { grid-template-columns: 1fr; }
}

/* ========== RESPONSIVE: QUOTE CARD ========== */
@media (max-width: 768px) {
    .quote-card {
        flex-direction: column;
        border-radius: 16px;
    }
    .quote-card-image {
        width: 100%;
        min-height: 220px;
    }
    .quote-card-form {
        width: 100%;
        padding: 28px 20px;
    }
    .storage-plan-cards {
        flex-direction: column;
    }
    .storage-items-table {
        font-size: 13px;
    }
}

/* ========== RESPONSIVE: DASHBOARD ========== */
@media (max-width: 900px) {
    .dashboard-layout {
        flex-direction: column;
    }
    .dashboard-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px 0;
    }
    .sidebar-nav {
        display: flex;
        overflow-x: auto;
    }
    .sidebar-nav a {
        padding: 10px 20px;
        white-space: nowrap;
    }
    .dashboard-main {
        padding: 20px 16px;
    }
    .stat-cards {
        grid-template-columns: 1fr;
    }
    .tracking-bar {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }
    .tracking-bar::before,
    .tracking-bar::after {
        display: none;
    }
}

/* ========== BANNER BACKGROUND IMAGES ========== */
.banner-bg-about { background-image: url('../images/img1.png'); }
.banner-bg-blog { background-image: url('../images/blog-img.png'); }
.banner-bg-blog-detail { background-image: url('../images/blogimg1.png'); }
.banner-bg-career { background-image: url('../images/img1.png'); }
.banner-bg-community { background-image: url('../images/community.png'); }
.banner-bg-delivery { background-image: url('../images/deliveryim.png'); }
.banner-bg-moving { background-image: url('../images/movingcon.png'); }
.banner-bg-storage { background-image: url('../images/storageimg.png'); }
.banner-bg-packaging { background-image: url('../images/Packingimg.png'); }

/* ========== PAGE CONTENT STYLES ========== */

/* Section Anchor (scroll offset) */
.section-anchor {
    padding-top: 94px;
    margin-top: -94px;
}

/* Breadcrumb Top Padding */
.breadcrumb-top {
    padding: 16px 0;
    padding-top: 3.1%;
}

/* Page Title */
.page-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #061D5B;
    margin: 0;
}

/* Section Headings */
.section-heading {
    font-size: 30px;
    font-weight: 700;
    color: #32323B;
}

.section-heading-semibold {
    font-size: 30px;
    font-weight: 600;
    color: #32323B;
}

.section-heading-center {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    color: #32323B;
    padding: 20px 0;
    margin-top: 4%;
}

/* Body Text */
.body-text {
    color: #404040;
    font-size: 18px;
    line-height: 32px;
    margin-top: 12px;
}

.body-text-sm {
    color: #404040;
    font-size: 18px;
    line-height: 32px;
    margin-top: 8px;
}

/* Content Sections */
.content-section {
    padding: 48px 0;
}

.content-section-sm {
    padding: 24px 0;
}

/* Icon + Heading Row */
.icon-heading-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.icon-heading-row img {
    width: 60px;
}

/* Service Flex Row */
.service-flex-row {
    display: flex;
    gap: 80px;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
}

.service-flex-row-mt {
    display: flex;
    gap: 80px;
    align-items: center;
    padding: 24px 0;
    margin-top: 32px;
    flex-wrap: wrap;
}

.service-flex-row-margin {
    display: flex;
    gap: 80px;
    align-items: center;
    margin: 4% 0;
    flex-wrap: wrap;
}

.service-flex-col {
    flex: 1;
    min-width: 300px;
}

.service-flex-img {
    width: 100%;
    border-radius: 12px;
}

/* Values List */
.values-list {
    margin-top: 16px;
    padding-left: 20px;
    color: #404040;
    font-size: 18px;
    line-height: 36px;
}

/* Company Highlights */
.highlights-section {
    margin: 48px 0;
}

/* Banner CTA */
.banner-cta-wrapper {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.banner-cta-btn {
    width: 40rem;
    max-width: 90%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* CTA Button Center */
.cta-center {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.cta-btn-wide {
    width: 30rem;
    max-width: 90%;
    font-size: 18px;
    font-weight: 600;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-grid-section {
    margin-top: 40px;
    margin-bottom: 60px;
}

.blog-card-body {
    padding: 20px;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 8px;
}

.blog-card-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}

.blog-card-excerpt {
    font-size: 16px;
    color: #404040;
    line-height: 26px;
    margin-bottom: 16px;
}

.blog-card-btn {
    font-size: 14px;
}

/* Blog Detail Banner */
.blog-detail-banner {
    min-height: 60vh;
}

.blog-detail-banner-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    padding: 0 24px;
}

.blog-detail-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.blog-detail-date {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

/* Blog Article */
.article-container {
    max-width: 900px;
    padding: 48px 24px;
}

.article-heading {
    font-size: 32px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 16px;
}

.article-subheading {
    font-size: 24px;
    font-weight: 600;
    color: #32323B;
    margin-bottom: 12px;
}

.article-text {
    font-size: 18px;
    color: #404040;
    line-height: 32px;
    margin-bottom: 24px;
}

.article-image {
    width: 100%;
    border-radius: 12px;
    margin: 32px 0;
}

/* CTA Box */
.cta-box {
    background: #F4F4F4;
    border-radius: 12px;
    padding: 32px;
    margin: 32px 0;
}

.cta-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #32323B;
    margin-bottom: 12px;
}

.cta-box p {
    font-size: 18px;
    color: #404040;
    line-height: 32px;
    margin-bottom: 16px;
}

.cta-box-btn {
    font-size: 18px;
    padding: 12px 32px;
}

/* Career Page */
.career-benefits-list {
    margin-top: 20px;
    padding-left: 20px;
    color: #404040;
    font-size: 18px;
    line-height: 36px;
}

/* Career Table */
.career-table-wrapper {
    overflow-x: auto;
}

.career-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

.career-table thead tr {
    background: #061D5B;
    color: #fff;
}

.career-table th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
}

.career-table td {
    padding: 16px 20px;
}

.career-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.career-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.career-table td:first-child {
    color: #32323B;
}

.career-table td:nth-child(2),
.career-table td:nth-child(3) {
    color: #404040;
}

/* Career Form */
.career-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 800px;
}

.career-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.career-form-group-full {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1 / -1;
}

.career-form-label {
    font-size: 16px;
    font-weight: 600;
    color: #32323B;
}

.career-form-input {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.career-form-select {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    background: #fff;
}

.career-form-textarea {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    resize: vertical;
    font-family: inherit;
}

.career-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border: 2px dashed #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    color: #404040;
    font-size: 16px;
}

.career-submit-btn {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
}

.career-submit-wrapper {
    grid-column: 1 / -1;
}

/* Career Section Padding */
.career-apply-section {
    padding: 48px 0 60px;
}

.career-apply-intro {
    color: #404040;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
}

.career-positions-section {
    padding: 24px 0;
}

.career-positions-heading {
    font-size: 30px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 24px;
}

/* Community Category Section */
.community-category {
    margin-top: 40px;
}

.community-category-bottom {
    margin-top: 48px;
    margin-bottom: 60px;
}

.community-category-heading {
    font-size: 30px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 24px;
}

.community-view-all {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.community-view-all-btn {
    font-size: 16px;
    font-weight: 600;
}

/* Location Buttons Grid */
.location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-top: 24px;
}

.location-btn-light {
    background: #EFEFEF;
    color: #061D5B;
    border-radius: 4px;
    font-size: 18px;
}

/* Blue Coverage Box */
.coverage-box {
    background: #061D5B;
    border-radius: 16px;
    padding: 48px;
    display: flex;
    gap: 48px;
    align-items: center;
    margin: 4% 0;
    flex-wrap: wrap;
}

.coverage-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.coverage-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 32px;
    margin-top: 12px;
}

/* Contact Form Section */
.delivery-contact-section {
    display: flex;
    gap: 80px;
    align-items: center;
    margin: 4% 0;
    flex-wrap: wrap;
}

.delivery-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delivery-form-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.delivery-form-col {
    flex: 1;
    min-width: 140px;
}

.delivery-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #32323B;
    display: block;
    margin-bottom: 6px;
}

.delivery-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.delivery-form-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    resize: vertical;
    box-sizing: border-box;
}

.delivery-submit-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 14px;
    border: none;
    cursor: pointer;
}

/* FAQ Section */
.faq-section-page {
    margin-bottom: 60px;
}

/* Offer Tabs Container */
.offer-tabs-container {
    margin-bottom: 40px;
}

/* Offer Panel */
.offer-panel h3 {
    font-size: 24px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 12px;
}

.offer-panel p {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
}

.offer-panel ul {
    margin-top: 16px;
    padding-left: 20px;
    color: #404040;
    font-size: 16px;
    line-height: 30px;
}

/* Phone CTA Button */
.phone-cta-btn {
    width: 30rem;
    max-width: 90%;
    font-size: 18px;
    font-weight: 600;
}

.phone-cta-icon {
    width: 20px;
    margin-right: 8px;
}

/* ========== PAGE CONTENT RESPONSIVE ========== */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .career-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 28px;
    }
    .section-heading,
    .section-heading-semibold {
        font-size: 24px;
    }
    .section-heading-center {
        font-size: 30px;
    }
    .service-flex-row,
    .service-flex-row-mt,
    .service-flex-row-margin {
        flex-direction: column;
        gap: 24px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .location-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .coverage-box {
        flex-direction: column;
        padding: 24px;
    }
    .delivery-contact-section {
        flex-direction: column;
        gap: 24px;
    }
    .blog-detail-title {
        font-size: 32px;
    }
    .article-container {
        padding: 24px 16px;
    }
}

/* ========== LOGIN & AUTH DROPDOWN ========== */
/* Login Button */
.btn-login {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background: rgba(255, 255, 255, 0.2);
}

.login-text {
    display: none;
}

/* Auth Dropdown */
.dropdown-menu-right {
    right: 0;
    left: auto;
    width: 260px;
    background: #ffffff;
    padding: 8px 0;
    border: 1px solid #eef0f4;
}

.dropdown-user-info {
    padding: 14px 18px 12px;
    text-align: left;
}

.dropdown-user-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-user-email {
    font-size: 13px;
    color: #888;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-divider {
    margin: 6px 0;
    border: none;
    border-top: 1px solid #eef0f4;
}

.dropdown-menu-right .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 18px;
    text-align: left;
    background: none;
    border: none;
    color: #404040;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.dropdown-menu-right .dropdown-item:hover {
    background: #f4f6fb;
    color: #061D5B;
}

.dropdown-logout {
    color: #dc2626 !important;
    font-weight: 600;
}

.dropdown-menu-right .dropdown-logout:hover {
    background: #fee2e2;
    color: #b91c1c !important;
}

/* Mobile Sidebar Auth */
.sidebar-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.sidebar-user-text {
    flex: 1;
}

.sidebar-user-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
}

.sidebar-user-email {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.sidebar-login-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: none;
    border: none;
    color: #404040;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.sidebar-login-btn:hover {
    color: #061D5B;
}

.sidebar-divider {
    list-style: none;
    height: 1px;
    background: #e5e7eb;
    margin: 12px 0;
    padding: 0;
}

.sidebar-logout-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: none;
    border: none;
    color: #dc2626;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar-logout-btn:hover {
    opacity: 0.8;
}

/* Responsive - Show Login Text */
@media (min-width: 1024px) {
    .login-text {
        display: inline;
    }
}

@media (max-width: 768px) {
    .btn-login {
        padding: 10px;
        background: none;
    }

    .btn-login:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .nav-item-dropdown {
        position: relative;
    }

    .nav-dropdown-label {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        padding: 10px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        min-width: 200px;
        z-index: 999;
        margin-top: 8px;
    }

    .dropdown-menu a,
    .dropdown-item {
        display: block;
        padding: 12px 16px;
        color: #404040;
        text-decoration: none;
        font-size: 14px;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
    }

    .dropdown-menu a:hover,
    .dropdown-item:hover {
        background: #f9fafb;
        color: #061D5B;
    }
}

/* ========== AUTH FORM PAGE ========== */
.auth-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 96px);
    padding: 40px 20px;
}

.auth-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    max-width: 800px;
    width: 100%;
    overflow: hidden;
}

.auth-card-image {
    background: linear-gradient(135deg, #061D5B 0%, #0a2a7a 100%);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
}

.auth-card-form {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-card-form h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
}

.auth-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0 0 32px;
    line-height: 1.6;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.auth-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

.auth-form-group input[type="email"],
.auth-form-group input[type="password"],
.auth-form-group input[type="text"] {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.auth-form-group input[type="email"]:focus,
.auth-form-group input[type="password"]:focus,
.auth-form-group input[type="text"]:focus {
    border-color: #061D5B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(6, 29, 91, 0.1);
}

.password-wrap {
    position: relative;
    display: flex;
}

.password-wrap input {
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    font-size: 18px;
    transition: color 0.2s ease;
}

.password-toggle:hover {
    color: #061D5B;
}

.auth-remember-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #404040;
}

.auth-remember-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #061D5B;
}

.auth-remember-group label {
    cursor: pointer;
    margin: 0;
}

.forgot-link {
    font-size: 14px;
    color: #061D5B;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.forgot-link:hover {
    text-decoration: underline;
}

.btn-auth-login {
    padding: 14px 24px;
    background: #061D5B;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-auth-login:hover {
    background: #0a2a7a;
    box-shadow: 0 4px 12px rgba(6, 29, 91, 0.3);
}

.btn-auth-login:active {
    transform: scale(0.98);
}

.auth-link-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.auth-link {
    color: #061D5B;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.auth-link:hover {
    text-decoration: underline;
}

.auth-error-alert {
    padding: 16px;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.auth-error-alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth-error-alert li {
    color: #dc2626;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.auth-field-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 4px;
}

/* Auth Responsive */
@media (max-width: 768px) {
    .auth-card {
        grid-template-columns: 1fr;
    }

    .auth-card-image {
        min-height: 200px;
    }

    .auth-card-form {
        padding: 32px 24px;
    }

    .auth-card-form h2 {
        font-size: 24px;
    }
}

/* Step Counter (e.g. "1 / 2") */
.step-counter {
    font-size: 16px;
    font-weight: 700;
    color: #32323B;
    margin-bottom: 20px;
}

/* ========== QUOTATION FORMS - ITEMS TABLE ========== */
.items-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    overflow: hidden;
}

.items-table thead {
    background: #f5f5f5;
}

.items-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #D0D5DD;
}

.items-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #D0D5DD;
    font-size: 14px;
    color: #333;
}

.items-table tbody tr:last-child td {
    border-bottom: none;
}

.items-table tbody tr:hover {
    background: #f9f9f9;
}

.items-table-quantity {
    text-align: center;
    font-weight: 500;
}

.items-table-action {
    text-align: center;
}

.btn-remove-item {
    padding: 6px 12px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: opacity 0.3s;
}

.btn-remove-item:hover {
    opacity: 0.85;
}

.items-empty-message {
    padding: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
}

.btn-add-item {
    padding: 10px 16px;
    background: #00007E;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    transition: opacity 0.3s;
}

.btn-add-item:hover {
    opacity: 0.9;
}

/* ========== QUOTATION FORMS - GENERAL ========== */
.wizard-panel {
    display: none;
}

.wizard-panel.active {
    display: block;
}

.form-buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.form-buttons-end {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    justify-content: flex-end;
}

.form-error {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.customer-type-toggle {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.customer-type-toggle label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    gap: 8px;
}

.customer-type-toggle input {
    accent-color: #00007E;
    width: 16px;
    height: 16px;
}

.plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.plan-card {
    display: block;
    padding: 16px;
    border: 2px solid #D0D5DD;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.plan-card:hover {
    border-color: #00007E;
    background: #f8f9ff;
}

.plan-card input {
    margin-right: 8px;
    accent-color: #00007E;
}

.plan-name {
    font-weight: 600;
    color: #061D5B;
}

.plan-details small {
    color: #666;
    font-size: 13px;
    display: block;
    margin-top: 4px;
}

.btn-submit {
    background: #00007E;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: opacity 0.3s;
}

.btn-submit:hover {
    opacity: 0.9;
}

/* Form input focus states */
.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #00007E;
    box-shadow: 0 0 0 3px rgba(0,0,126,0.1);
}

/* Responsive for quotation forms */
@media (max-width: 768px) {
    .estimation-box {
        flex-direction: column;
        border-radius: 16px;
        min-height: auto;
    }

    .estimation-image {
        display: none;
    }

    .estimation-form,
    .estimation-form-centered {
        width: 100%;
        padding: 28px 20px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .items-table-quantity {
        display: none;
    }

    .items-table thead th:nth-child(2) {
        display: none;
    }

    .items-table tbody td:nth-child(2) {
        display: none;
    }
}

/* Alert success styles */
.alert-success {
    margin-bottom: 20px;
    padding: 16px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 8px;
}
