/* Office Hero Section Responsive */
@media (max-width: 768px) {
    .hero-office {
        padding: 100px 0;
    }
    .hero-content-office h1 {
        font-size: 3rem;
    }
    .hero-content-office p {
        font-size: 1.15rem;
    }
}

@media (max-width: 480px) {
    .hero-office {
        padding: 80px 0;
    }
    .hero-content-office h1 {
        font-size: 2.5rem;
    }
    .hero-content-office p {
        font-size: 1.1rem;
    }
}

/* Office Services Section Responsive */
@media (max-width: 992px) {
    .services-grid-office {
        grid-template-columns: 1fr;
    }
    .service-card-image {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .office-services {
        padding: 60px 0;
    }
    .service-card-office {
        padding: 0;
    }
    .service-card-content {
        padding: 25px;
    }
    .service-card-image {
        height: 180px;
    }
}

/* Office Pricing Section Responsive */
@media (max-width: 1024px) {
    .pricing-section-office {
        padding: 60px 0;
    }

    .pricing-section-office .section-intro {
        font-size: 1rem;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .pricing-table-office {
        margin: 0 20px;
    }

    .scenario-cards {
        gap: 20px;
        padding: 0 20px;
        perspective: none;
    }

    .scenario-card {
        padding: 25px;
    }

    .scenario-card h4 {
        font-size: 1.1rem;
    }

    .detail-item {
        padding: 8px 12px;
    }
}

@media (max-width: 768px) {
    .pricing-table-office {
        margin: 0 15px;
        border-radius: 12px;
    }

    .pricing-table-header,
    .pricing-table-row {
        grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
        gap: 3px;
        padding: 3px;
    }

    .header-cell,
    .cell {
        padding: 12px;
        font-size: 0.9rem;
    }

    .scenario-cards {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
    }

    .scenario-card {
        transform: none !important;
    }

    .scenario-card h4 {
        font-size: 1.1rem;
        padding-bottom: 12px;
    }

    .scenario-card h4::after {
        width: 30px;
    }

    .scenario-card:hover h4::after {
        width: 45px;
    }

    .pricing-scenarios h3 {
        font-size: 1.6rem;
        margin-bottom: 30px;
        padding: 0 20px;
        width: 100%;
        text-align: center;
    }

    .pricing-note {
        margin: 20px 15px 40px;
        padding: 12px;
    }

    .detail-item:hover {
        transform: none;
    }
}

@media (max-width: 480px) {
    .pricing-section-office {
        padding: 40px 0;
    }

    .pricing-table-office {
        margin: 0;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .pricing-table-office .pricing-table-header {
        display: none;
    }
    
    .pricing-table-office .pricing-table-row {
        display: block;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        overflow: hidden;
        border: 1px solid var(--border-color);
        padding: 0;
        gap: 0;
    }

    .pricing-table-office .cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 15px;
        border-bottom: 1px solid var(--border-color);
        background: none;
        border-radius: 0;
    }

    .pricing-table-office .pricing-table-row .cell:last-child {
        border-bottom: none;
    }

    .pricing-table-office .cell::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--primary-color);
        text-align: left;
        margin-right: 15px;
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
    }
    
    .pricing-note {
        margin: 20px 10px 30px;
        font-size: 0.9rem;
        padding: 10px;
    }

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

    .detail-item {
        padding: 8px 10px;
    }

    .detail-label {
        min-width: auto;
    }

    .detail-label::after {
        position: static;
        margin: 0 4px;
    }

    .pricing-table-row:hover {
        transform: none;
    }

    .scenario-card h4 {
        font-size: 1rem;
        padding-bottom: 10px;
    }

    .scenario-card h4::after {
        width: 25px;
    }

    .scenario-card:hover h4::after {
        width: 35px;
    }
}

/* Common Services Price Table Responsive */
@media (max-width: 992px) {
    .common-pricing-table .pricing-table-header {
        display: none;
    }

    .common-pricing-table .pricing-table-body .pricing-table-row {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        border: 1px solid var(--border-color);
        overflow: hidden;
    }

    .common-pricing-table .pricing-table-body .cell {
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    .common-pricing-table .pricing-table-body .cell:last-child {
        border-bottom: none;
    }

    .common-pricing-table .pricing-table-body .cell::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--primary-color);
        margin-right: 15px;
    }

    .common-pricing-table .pricing-table-body .pricing-table-row:hover {
        transform: scale(1.03);
    }
}

@media (max-width: 480px) {
    .common-services-pricing {
        padding: 40px 0;
    }

    .common-services-pricing .section-title {
        font-size: 1.8rem;
    }

    .common-pricing-table .pricing-table-body .cell {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .common-pricing-table .pricing-table-body .cell::before {
        margin-bottom: 5px;
    }
}

/* Office Checklist Responsive */
@media (max-width: 768px) {
    .checklist-timeline::before {
        left: 20px;
    }

    .timeline-group-title {
        padding-left: 60px;
    }

    .timeline-group-title::before {
        left: 6px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-item::before {
        left: 12px;
    }
}

@media (max-width: 576px) {
    .office-checklist {
        padding: 60px 0;
    }
    
    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .timeline-date {
        align-self: flex-start;
    }
}

/* Additional Tips Section Responsive */
@media (max-width: 992px) {
    .tips-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .tip-card {
        min-height: 0;
    }
}
@media (max-width: 600px) {
    .office-tips-section {
        padding: 40px 0;
    }
    .tips-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .tip-card {
        padding: 1.5rem 1rem 1rem 1rem;
        min-height: 0;
    }
    .tip-icon {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
    .office-tips-section .section-title {
        font-size: 1.5rem;
    }
    .tips-intro {
        font-size: 1rem;
        margin-bottom: 24px;
    }
}

/* Office Moves Timeline Responsive - REVERSED COLORS */
@media (max-width: 900px) {
    .office-moves-timeline {
        padding: 50px 0 40px 0;
    }
    .moves-timeline {
        padding-left: 16px;
    }
    .move-step-content {
        padding: 18px 16px 16px 16px;
    }
}
@media (max-width: 600px) {
    .office-moves-timeline {
        padding: 30px 0 20px 0;
        background: var(--primary-color);
    }
    .moves-timeline {
        border-left: none;
        background: none;
        box-shadow: none;
        padding-left: 0;
    }
    .moves-timeline:before {
        display: none;
    }
    .move-step {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 28px;
        min-height: 0;
    }
    .move-step-icon {
        position: static;
        margin: 0 auto 10px auto;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        background: #fff;
        color: var(--primary-color);
        border: 2px solid var(--primary-color);
        box-shadow: 0 1px 6px rgba(0,0,0,0.10);
    }
    .move-step-content {
        margin-left: 0;
        padding: 14px 10px 12px 10px;
        border-radius: 10px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.06);
        background: #fff;
    }
    .move-step-content h3 {
        font-size: 1.05rem;
        color: var(--primary-color);
    }
    .move-step-content h3 span {
        font-size: 0.92rem;
        color: var(--accent-color);
    }
    .move-detail {
        font-size: 0.98rem;
        padding: 7px 10px;
        color: var(--text-color);
        background: rgba(44,82,130,0.04);
    }
}
/*carousel*/
@media (max-width: 900px) {
    .why-choose-section .carousel {
        max-width: 100%;
        min-width: 0;
    }
    .why-choose-section .carousel-card {
        max-width: 100%;
        min-width: 0;
    }
}

/*what to expect*/
@media (max-width: 1200px) {
    .moving-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }
    .process-card:nth-child(4) {
        grid-column: auto;
    }
    .process-card:nth-child(5) {
        grid-column: auto;
    }
    .process-card-header {
        padding: 1.2rem;
    }
    .process-card-body {
        padding: 1.2rem;
    }
    .process-card h3 {
        font-size: 1.2rem;
    }
    .process-card p {
        font-size: 1rem;
    }
    .process-card-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .moving-process-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .moving-process-intro {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    .process-number {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
    .process-card-header {
        padding: 1rem;
    }
    .process-card-body {
        padding: 1rem;
    }
    .process-card-image {
        height: 240px;
    }
}

@media (max-width: 480px) {
    .moving-process-section {
        padding: 3rem 0;
    }
    .moving-process-intro {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .process-card-header {
        padding: 1rem;
        gap: 1rem;
    }
    .process-card-body {
        padding: 1rem;
    }
    .process-number {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }
    .process-card h3 {
        font-size: 1.1rem;
    }
    .process-card p {
        font-size: 0.95rem;
    }
    .process-card-image {
        height: 180px;
    }
}
/* --- Office Best Choice Section Responsive (Primary/Dark) --- */
@media (max-width: 900px) {
    .office-best-choice-features {
      gap: 1.2rem;
      padding: 0 0.5rem;
    }
    .office-best-choice-feature {
      padding: 1.2rem 1rem 1.2rem 2.5rem;
      gap: 1rem;
    }
    .feature-icon {
      width: 44px;
      height: 44px;
      font-size: 1.3rem;
      left: -22px;
    }
    .office-best-choice-features::before {
      left: 22px;
      width: 3px;
    }
  }
  @media (max-width: 600px) {
    .office-best-choice {
      padding: 2.5rem 0;
    }
    .office-best-choice-intro {
      font-size: 1rem;
      padding: 0.8rem 0.7rem;
    }
    .office-best-choice-features {
      gap: 0.8rem;
    }
    .office-best-choice-feature {
      flex-direction: column;
      align-items: flex-start;
      padding: 1rem 0.7rem 1rem 1.7rem;
    }
    .feature-icon {
      width: 32px;
      height: 32px;
      font-size: 0.95rem;
      left: -12px;
      margin-bottom: 0.5rem;
    }
    .office-best-choice-features::before {
      left: 12px;
      width: 2px;
    }
    .feature-content h3 {
      font-size: 1rem;
    }
    .feature-content p {
      font-size: 0.98rem;
    }
  }
  @media (max-width: 1400px) {
    .office-tips-timeline {
        gap: 1rem;
    }
    .office-tips-timeline .process-step {
        max-width: 260px;
        min-width: 200px;
        padding: 1.5rem 1rem;
    }
    .office-tips-timeline .tip-image {
        height: 160px;
    }
}

@media (max-width: 1200px) {
    .office-tips-timeline {
        gap: 0.8rem;
    }
    .office-tips-timeline .process-step {
        max-width: 220px;
        min-width: 180px;
        padding: 1.2rem 0.8rem;
    }
    .office-tips-timeline .tip-image {
        height: 140px;
    }
    .office-tips-timeline .process-content {
        font-size: 0.95rem;
    }
    .office-tips-timeline .process-content h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 1000px) {
    .office-tips-timeline {
        gap: 0.6rem;
    }
    .office-tips-timeline .process-step {
        max-width: 190px;
        min-width: 170px;
        padding: 1rem 0.6rem;
    }
    .office-tips-timeline .tip-image {
        height: 130px;
    }
    .office-tips-timeline .process-content {
        font-size: 0.9rem;
    }
    .office-tips-timeline .process-content h4 {
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .office-tips-timeline {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0;
        margin-top: 2rem;
        flex-wrap: wrap;
        overflow-x: visible;
        position: relative;
        padding: 0;
    }
    .office-tips-timeline .process-step {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        min-width: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
        position: relative;
        justify-content: center;
        padding: 1.2rem 0.7rem;
    }
    .office-tips-timeline .process-step:last-child {
        margin-bottom: 0;
    }
    .office-tips-timeline .process-icon[data-step] {
        position: absolute;
        left: -40px;
        top: 32px;
        transform: translate(-50%, 0);
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        box-shadow: none;
        background: #fff;
        border: 2px solid var(--accent-color);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .office-tips-timeline .tip-image {
        max-width: 100%;
        height: 200px;
        margin: 0 0 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .office-tips-timeline .process-content {
        margin-top: 0;
        margin-left: 0;
        font-size: 0.98rem;
        padding: 0.5rem 0 0 0;
        text-align: center;
    }
    .office-tips-timeline {
        flex-wrap: wrap;
    }
}