.hero-calgary {
    background: url('../images/calgary_hero.jpg') center/cover no-repeat;
    padding: calc(var(--header-height) + 4rem) 0 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-calgary {
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.hero-content-calgary h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: #fff;
}

.hero-content-calgary p {
    font-size: 1.15rem;
    color: white;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* --- Shared pill accent button style for hero and CTA --- */
.btn-pill-accent {
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 700;
    padding: 0.7em 1.5em;
    border-radius: 999px;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: background 0.18s, color 0.18s;
    border: none;
}
.btn-pill-accent:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Calgary Services Section */
.calgary-services {
    padding: 5rem 0;
}

.calgary-services .section-intro {
    color: #fff !important;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    font-size: 1.15rem;
    line-height: 1.7;
}

.services-grid-calgary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.service-card-calgary {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 16px rgba(44, 82, 130, 0.07);
    padding: 0;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-card-content-calgary {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-card-calgary:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(44, 82, 130, 0.13);
}

.service-card-calgary h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.service-card-calgary p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.service-card-calgary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card-calgary ul li {
    color: var(--primary-color);
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.service-card-calgary ul i {
    color: var(--success-color);
    margin-top: 0.2rem;
}

/* --- Tips for a Successful Move in Calgary Section --- */
.calgary-tips-section {
    padding: 4rem 0;
    background: var(--light-background);
}
.calgary-tips-list {
    counter-reset: tip;
    list-style: none;
    max-width: 700px;
    margin: 2.5rem auto 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.calgary-tips-list li {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 12px rgba(44,82,130,0.08);
    padding: 1.5rem 2rem 1.5rem 3.5rem;
    position: relative;
    font-size: 1.08rem;
    color: var(--text-color);
    line-height: 1.7;
}
.calgary-tips-list li::before {
    counter-increment: tip;
    content: counter(tip);
    position: absolute;
    left: 1.2rem;
    top: 1.5rem;
    width: 2.1rem;
    height: 2.1rem;
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(44,82,130,0.07);
}
.calgary-tips-list strong {
    color: var(--primary-color);
    font-size: 1.08em;
}

/* --- Numbered process-step for Tips section --- */
.calgary-tips-timeline {
    justify-content: center;
}
.calgary-tips-timeline .process-step {
    max-width: 400px;
    min-width: 200px;
    flex: 1;
}
.calgary-tips-timeline .process-icon {
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1.3rem;
    border: none;
    box-shadow: 0 2px 8px rgba(44,82,130,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}
.calgary-tips-timeline .process-icon[data-step] {
    font-family: inherit;
    font-style: normal;
    font-size: 1.3rem;
    background: var(--accent-color);
    color: var(--primary-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(44,82,130,0.07);
}
.calgary-tips-timeline .tip-image {
    width: 100%;
    max-width: 100%;
    height: 180px;
    margin: 0 0 0.7rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #e2e8f0;
}
.calgary-tips-timeline .tip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    display: block;
}

/* Moving Process Section */
.calgary-process-section {
    padding: 5rem 0;
}

.calgary-process-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem auto;
}

.calgary-process-section .section-title {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.process-intro {
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1.6;
}

.calgary-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step-card {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    background: #fff;
    border-radius: 16px;
    padding: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(44,82,130,0.18);
}

.process-step-card:nth-child(even) {
    flex-direction: row-reverse;
}

.step-content {
    flex: 1;
    padding: 2rem;
    position: relative;
}

.step-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.step-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-color);
    position: relative;
    z-index: 1;
}

/* Step Image Container */
.step-image {
    flex: 1;
    max-width: 500px;
    overflow: hidden;
    display: flex;
}
.step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    min-height: 300px;
    border-radius: 0 16px 16px 0;
}
/* Modifier for left-rounded image */
.step-image.round-left img {
    border-radius: 16px 0 0 16px;
}
