body {
    padding-top: 65px;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

section {
    padding: 60px 0;
    scroll-margin-top: 90px;
}

/* Anchor offset for sticky header */
[id] {
    scroll-margin-top: 90px;
}

/* Navbar */

.navbar {
    background-color: #d3bea0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.35rem;
    color: #34445c !important;
}

.nav-link {
    color: #2f2f2f !important;
    font-size: 0.95rem;
    font-weight: 500;
    margin-left: 18px;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #34445c !important;
}

.navbar .btn {
    font-size: 0.9rem;
    padding: 7px 16px;
    border-radius: 20px;
    border: none;
    background-color: #2f6fed;
}

/* Hero section */

#AboutHolisticPathPractice {
    background-color: #9ca1a8;
    padding: 45px 0;
    width: 100%;
    overflow: hidden;
}

#AboutHolisticPathPractice p {
    line-height: 1.75;
    max-width: 640px;
    font-size: 1.05rem;
    font-weight: 300;
    color: white;
}

#AboutHolisticPathPractice img {
    max-width: 400px;
}

/* Our Approaches */

#whatWeDo .text-center {
    margin-bottom: 35px;
}

/* Cards */

.approach-card {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.approach-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.approach-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 0.9rem !important;
}

.approach-card .card-header {
    font-size: 1.1rem;
    border-radius: 10px 10px 0 0;
}

.approach-card .card-subtitle {
    font-size: 1.18rem !important;
    margin-top: 8px;
    margin-bottom: 8px !important;
}

.approach-card .card-text {
    flex-grow: 1;
    font-size: 0.95rem !important;
    line-height: 1.5;
    margin-bottom: 10px;
}

.approach-card img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 6px;
}

.approach-card .btn {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.approach-card .btn:hover {
    transform: scale(1.06);
    font-weight: 700;
}

/* Contact */

#Contact {
    padding: 55px 0;
}

#Contact .form-control,
#Contact .form-select {
    border-radius: 12px;
    padding: 0.7rem 1rem;
    border: 1px solid #d8d8d8;
}

#Contact textarea {
    min-height: 140px;
}

#Contact .form-check {
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

#Contact .form-check-label {
    margin-left: 0.25rem;
}

#Contact .btn-primary {
    border-radius: 999px;
    padding: 0.7rem 1.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

#Contact .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

#Contact .small {
    font-size: 0.85rem;
    color: #666;
}

/* About Me */

#aboutMe {
    padding: 60px 0;
}

#aboutMe p {
    line-height: 1.7;
    max-width: 650px;
}

/* Mobile */

@media (max-width: 767px) {

    body {
        padding-top: 75px;
        overflow-x: hidden;
    }

    html {
        overflow-x: hidden;
    }

    section {
        padding: 45px 0;
        scroll-margin-top: 100px;
    }

    [id] {
        scroll-margin-top: 100px;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }

    .navbar .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .navbar-nav {
        padding-top: 10px;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0;
    }

    #AboutHolisticPathPractice {
        padding: 40px 0;
        width: 100%;
        margin: 0;
    }

    #AboutHolisticPathPractice .container,
    #AboutHolisticPathPractice .row {
        margin-left: 0;
        margin-right: 0;
    }

    #AboutHolisticPathPractice img {
        max-width: 320px;
        width: 100%;
        height: auto;
    }

    .approach-card .text-center {
        margin-top: auto;
    }
}