/* Sofia Pro Font Family */
@font-face {
    font-family: Sofia Pro;
    src: url(fonts/SofiaPro-Light.otf) format(opentype);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sofia Pro;
    src: url(fonts/SofiaPro-Regular.otf) format(opentype);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sofia Pro;
    src: url(fonts/SofiaPro-SemiBold.otf) format(opentype);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sofia Pro;
    src: url(fonts/SofiaPro-Bold.otf) format(opentype);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base */
* {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Sofia Pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 100%);
}

.htflow-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: hsl(0, 0%, 100%);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: hsl(168, 45%, 33%);
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.header-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    height: 32px;
}

.header-phone-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    border-radius: 9999px;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 15%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 15%);
    text-decoration: none;
}

.header-phone-content {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.header-phone-icon {
    width: 16px;
    height: 16px;
}

.header-phone-number {
    font-size: 14px;
    font-weight: 600;
}

.header-phone-subtext {
    font-size: 10px;
    opacity: 0.8;
    display: none;
    line-height: 1;
    margin-top: 2px;
}

/* Main Content */
.main-content {
    padding-top: 64px;
    flex-grow: 1;
}

/* Hero Section */
.hero-section {
    position: relative;
    background-color: hsl(168, 45%, 33%);
    min-height: 600px;
    overflow: hidden;
}

.hero-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    padding-right: 16px;
    padding-bottom: 64px;
    padding-left: 16px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: hsl(0, 0%, 100%);
    z-index: 10;
    position: relative;
}

.hero-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18.88px;
    opacity: 0.95;
}

.hero-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.72px;
    opacity: 0.9;
}

.hero-location-icon {
    width: 16px;
    height: 16px;
}

.hero-cta-btn {
    display: inline-block;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 15%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 100%);
    font-size: 16.8px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    width: fit-content;
}

/* Hero Mobile Features */
.hero-mobile-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding-top: 24px;
}

.hero-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.hero-feature-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-feature-icon {
    width: 20px;
    height: 20px;
    color: hsl(0, 0%, 100%);
}

.hero-feature-label {
    font-size: 14.72px;
    font-weight: 500;
    color: hsl(0, 0%, 100%);
}

/* Hero Image */
.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-image-bg {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 120%;
    height: 120%;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 9999px;
    z-index: 0;
}

.hero-image {
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 448px;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 10;
}

/* Features Bar */
.features-bar {
    display: none;
    background-color: hsl(168, 30%, 45%);
    padding-top: 20px;
    padding-bottom: 20px;
}

.features-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.feature-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    width: 20px;
    height: 20px;
    color: hsl(0, 0%, 100%);
}

.feature-label {
    font-size: 16px;
    font-weight: 500;
    color: hsl(0, 0%, 100%);
}

/* Services Section */
.services-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsl(0, 0%, 100%);
}

.services-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.services-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 32px;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: hsla(0, 0%, 96%, 0.4);
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.service-icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 9999px;
    background-color: hsla(168, 45%, 33%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    width: 24px;
    height: 24px;
    color: hsl(168, 45%, 33%);
}

.service-text {
    font-size: 16px;
    font-weight: 500;
    color: hsl(0, 0%, 15%);
}

.services-more {
    text-align: center;
    color: hsl(0, 0%, 45%);
    font-size: 18px;
    margin-bottom: 32px;
}

.services-cta-wrap {
    text-align: center;
}

.services-cta-btn {
    display: inline-block;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: hsl(168, 45%, 33%);
    color: hsl(0, 0%, 100%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(168, 45%, 33%);
    font-size: 16.8px;
    font-weight: 500;
    text-decoration: none;
}

/* Why Choose Section */
.why-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsla(0, 0%, 96%, 0.3);
}

.why-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.why-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.why-item {
    text-align: center;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: hsla(0, 0%, 45%, 0.1);
    border-radius: 16px;
    background-color: hsla(0, 0%, 96%, 0.3);
}

.why-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background-color: hsla(168, 45%, 33%, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon {
    width: 28px;
    height: 28px;
    color: hsl(168, 45%, 33%);
}

.why-text {
    font-size: 14.72px;
    color: hsl(0, 0%, 15%);
}

.why-cta-wrap {
    text-align: center;
}

.why-cta-btn {
    display: inline-block;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: hsl(168, 45%, 33%);
    color: hsl(0, 0%, 100%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(168, 45%, 33%);
    font-size: 16.8px;
    font-weight: 500;
    text-decoration: none;
}

/* Testimonials Section */
.testimonials-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsl(0, 0%, 100%);
}

.testimonials-container {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.testimonials-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}

.testimonials-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.testimonial-nav-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    border-color: hsla(0, 0%, 15%, 0.2);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.testimonial-nav-btn svg {
    width: 20px;
    height: 20px;
}

.testimonial-content {
    flex-grow: 1;
    max-width: 576px;
    text-align: center;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: hsl(0, 0%, 15%);
    margin-bottom: 32px;
}

.testimonial-author-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-author {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: hsl(0, 0%, 15%);
}

.testimonial-details {
    font-size: 14px;
    color: hsl(0, 0%, 45%);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: hsla(0, 0%, 45%, 0.3);
    border-width: 0;
    cursor: pointer;
}

.testimonial-dot-active {
    width: 32px;
    background-color: hsl(168, 45%, 33%);
}

/* Caregivers Section */
.caregivers-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsla(0, 0%, 96%, 0.3);
}

.caregivers-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.caregivers-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}

.caregivers-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.caregivers-image-wrap {
    order: 1;
}

.caregivers-image {
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.caregivers-content {
    order: 2;
    padding-left: 16px;
    padding-right: 16px;
}

.caregivers-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.caregivers-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: hsl(0, 0%, 15%);
}

.caregivers-bullet {
    color: hsl(168, 45%, 33%);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.caregivers-list-text {
    font-size: 16.8px;
}

.caregivers-cta-wrap {
    text-align: center;
}

.caregivers-cta-btn {
    display: inline-block;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: hsl(168, 45%, 33%);
    color: hsl(0, 0%, 100%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(168, 45%, 33%);
    font-size: 16.8px;
    font-weight: 500;
    text-decoration: none;
}

/* Support Types Section */
.support-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsl(0, 0%, 100%);
}

.support-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.support-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

.support-card {
    background-color: hsl(0, 0%, 100%);
    border-width: 1px;
    border-style: solid;
    border-color: hsla(0, 0%, 45%, 0.2);
    border-radius: 16px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}

.support-card-title {
    font-size: 18.88px;
    font-weight: 700;
    margin-bottom: 16px;
}

.support-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.support-info-icon {
    width: 20px;
    height: 20px;
    color: hsl(168, 45%, 33%);
}

.support-info-text {
    font-size: 16.8px;
    color: hsl(0, 0%, 15%);
}

.support-usecases {
    margin-top: 16px;
    padding-top: 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 45%, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-usecase {
    font-size: 14px;
    color: hsl(0, 0%, 45%);
    line-height: 1.6;
}

.support-cta-wrap {
    text-align: center;
}

.support-cta-btn {
    display: inline-block;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: hsl(168, 45%, 33%);
    color: hsl(0, 0%, 100%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(168, 45%, 33%);
    font-size: 16.8px;
    font-weight: 500;
    text-decoration: none;
}

/* Locations Section */
.locations-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsla(0, 0%, 96%, 0.3);
}

.locations-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.locations-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.location-item {
    text-align: center;
}

.location-region {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.location-cities {
    font-size: 14px;
    color: hsl(0, 0%, 45%);
}

.location-cities-desktop {
    display: none;
}

.location-cities-mobile {
    display: block;
}

.locations-cta-wrap {
    text-align: center;
}

.locations-cta-btn {
    display: inline-block;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: transparent;
    color: hsl(168, 45%, 33%);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(168, 45%, 33%);
    font-size: 16.8px;
    font-weight: 500;
    text-decoration: none;
}

/* Contact Form Section */
.contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsl(0, 0%, 100%);
}

.contact-container {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.contact-form-wrap {
    background-color: hsl(0, 0%, 100%);
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 90%);
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-subtitle {
    font-size: 14px;
    color: hsl(0, 0%, 45%);
    margin-bottom: 32px;
}

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

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

.form-label {
    font-size: 14px;
    font-weight: 500;
}

.form-input {
    width: 100%;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 90%);
    font-family: Sofia Pro, sans-serif;
    font-size: 16px;
    outline: none;
}

.form-textarea {
    width: 100%;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 90%);
    font-family: Sofia Pro, sans-serif;
    font-size: 16px;
    resize: vertical;
    outline: none;
}

.select-wrap {
    position: relative;
}

.form-select {
    width: 100%;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 90%);
    font-family: Sofia Pro, sans-serif;
    font-size: 16px;
    appearance: none;
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
    outline: none;
}

.select-chevron {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    color: hsl(0, 0%, 45%);
}

.form-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
}

.form-submit-btn {
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: hsl(168, 45%, 33%);
    color: hsl(0, 0%, 100%);
    border-width: 0;
    font-family: Sofia Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.form-job-link {
    font-size: 14px;
    color: hsl(168, 45%, 33%);
    text-decoration: none;
}

/* Phone Contact Section */
.phone-section {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: hsla(0, 0%, 96%, 0.3);
}

.phone-container {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
}

.phone-title {
    font-size: 24px;
    font-weight: 700;
    color: hsl(0, 0%, 15%);
    margin-bottom: 16px;
}

.phone-hours {
    font-size: 14px;
    color: hsl(0, 0%, 45%);
    margin-bottom: 16px;
}

.phone-number-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: hsl(168, 45%, 33%);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.phone-number-icon {
    width: 24px;
    height: 24px;
}

.phone-note {
    font-size: 12px;
    color: hsl(0, 0%, 45%);
    margin-top: 4px;
}

/* FAQ Section */
.faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: hsl(0, 0%, 100%);
}

.faq-container {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.faq-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 90%);
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    background-color: transparent;
    border-width: 0;
    font-family: Sofia Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    flex-grow: 1;
    padding-right: 16px;
}

.faq-chevron {
    width: 20px;
    height: 20px;
    min-width: 20px;
    transition: transform 0.2s ease;
}

.faq-item-open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item-open .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-size: 14px;
    color: hsl(0, 0%, 45%);
    line-height: 1.6;
}

/* Footer */
.footer {
    background-color: hsl(168, 45%, 33%);
    color: hsl(0, 0%, 100%);
}

.footer-logo-section {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: hsl(0, 0%, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-ss-logo {
    height: 80px;
    width: auto;
}

.footer-license {
    font-size: 14px;
    color: hsl(0, 0%, 15%);
    margin-top: 8px;
}

.footer-links-section {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.2);
    padding-top: 16px;
    padding-bottom: 16px;
}

.footer-links-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.footer-link {
    font-size: 14px;
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.footer-copyright-section {
    background-color: hsl(168, 50%, 23%);
    padding-top: 16px;
    padding-bottom: 16px;
}

.footer-copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.footer-company {
    font-size: 12px;
    text-align: center;
    opacity: 0.8;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* Media Queries */
@media (min-width: 640px) {
    .header-phone-subtext {
        display: block;
    }

    .header-phone-number {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .header-logo {
        height: 40px;
    }

    .hero-container {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-image {
        height: 480px;
    }

    .hero-image-wrap {
        justify-content: flex-end;
    }

    .services-title {
        font-size: 30px;
        text-align: center;
    }

    .why-title {
        font-size: 30px;
    }

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-title {
        font-size: 30px;
    }

    .testimonials-carousel {
        gap: 32px;
    }

    .testimonial-text {
        font-size: 20px;
    }

    .caregivers-title {
        font-size: 30px;
    }

    .caregivers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-title {
        font-size: 30px;
    }

    .support-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .locations-title {
        font-size: 30px;
    }

    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form-wrap {
        padding-top: 32px;
        padding-right: 32px;
        padding-bottom: 32px;
        padding-left: 32px;
    }

    .faq-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .hero-mobile-features {
        display: none;
    }

    .features-bar {
        display: block;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-location {
        font-size: 18px;
    }

    .hero-location-icon {
        width: 20px;
        height: 20px;
    }

    .hero-cta-btn {
        font-size: 16px;
    }

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

    .service-text {
        font-size: 18px;
    }

    .services-cta-btn {
        font-size: 16px;
    }

    .why-text {
        font-size: 18px;
    }

    .why-cta-btn {
        font-size: 16px;
    }

    .caregivers-bullet {
        font-size: 24px;
    }

    .caregivers-list-text {
        font-size: 20px;
    }

    .caregivers-cta-wrap {
        text-align: left;
    }

    .caregivers-cta-btn {
        font-size: 16px;
    }

    .support-card-title {
        font-size: 18px;
    }

    .support-info-text {
        font-size: 18px;
    }

    .support-cta-btn {
        font-size: 16px;
    }

    .location-cities {
        font-size: 18px;
    }

    .location-cities-desktop {
        display: block;
    }

    .location-cities-mobile {
        display: none;
    }

    .locations-cta-btn {
        font-size: 16px;
    }

    .phone-hours {
        font-size: 18px;
    }
}
