{"id":26,"date":"2024-08-23T12:51:51","date_gmt":"2024-08-23T12:51:51","guid":{"rendered":"http:\/\/localhost:10095\/?page_id=26"},"modified":"2026-06-05T15:05:01","modified_gmt":"2026-06-05T15:05:01","slug":"home","status":"publish","type":"page","link":"https:\/\/altvalleyactive.co.uk\/dovecot\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n.ava-hero {\n    position: relative;\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n}\n.ava-hero .hero-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n        105deg,\n        rgba(0,0,0,0.88) 0%,\n        rgba(0,0,0,0.55) 55%,\n        rgba(0,0,0,0.25) 100%\n    );\n    z-index: 2;\n}\n.ava-hero .hero-accent-line {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 4px;\n    height: 100%;\n    background: var(--color-primary, #5c3aff);\n    z-index: 3;\n    opacity: 0.8;\n}\n.ava-hero .hero-body {\n    position: relative;\n    z-index: 3;\n    flex: 1;\n    display: flex;\n    align-items: center;\n    padding: 140px 0 120px;\n}\n.ava-hero .hero-brand {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 28px;\n}\n.ava-hero .hero-brand img {\n    width: 56px;\n    height: 56px;\n    object-fit: contain;\n    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));\n}\n.ava-hero .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.2);\n    backdrop-filter: blur(8px);\n    color: #fff;\n    border-radius: 50px;\n    padding: 7px 18px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n}\n.ava-hero .hero-eyebrow::before {\n    content: '';\n    display: block;\n    width: 8px;\n    height: 8px;\n    background: var(--color-primary, #5c3aff);\n    border-radius: 50%;\n    flex-shrink: 0;\n    box-shadow: 0 0 0 3px rgba(92,58,255,0.35);\n}\n.ava-hero .hero-title {\n    font-size: clamp(3.2rem, 7vw, 6.5rem);\n    font-weight: 900;\n    line-height: 1.0;\n    letter-spacing: -1px;\n    margin: 0 0 24px;\n    color: #fff;\n}\n.ava-hero .hero-title .accent {\n    color: var(--color-primary, #5c3aff);\n    display: block;\n}\n.ava-hero .hero-text {\n    font-size: 17px;\n    line-height: 1.7;\n    color: rgba(255,255,255,0.78);\n    margin-bottom: 38px;\n    max-width: 520px;\n}\n.ava-hero .hero-text p { margin: 0; }\n.ava-hero .hero-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    align-items: center;\n}\n.ava-hero .hero-btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--color-primary, #5c3aff);\n    color: #fff;\n    font-weight: 700;\n    font-size: 14px;\n    letter-spacing: 0.6px;\n    text-transform: uppercase;\n    padding: 16px 32px;\n    border-radius: 4px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;\n    box-shadow: 0 8px 30px rgba(92,58,255,0.45);\n}\n.ava-hero .hero-btn-primary:hover {\n    background: #4a2de8;\n    transform: translateY(-2px);\n    box-shadow: 0 12px 36px rgba(92,58,255,0.55);\n    color: #fff;\n}\n.ava-hero .hero-btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: transparent;\n    color: #fff;\n    font-weight: 600;\n    font-size: 14px;\n    letter-spacing: 0.6px;\n    text-transform: uppercase;\n    padding: 15px 30px;\n    border-radius: 4px;\n    border: 2px solid rgba(255,255,255,0.4);\n    text-decoration: none;\n    transition: border-color 0.2s, background 0.2s;\n}\n.ava-hero .hero-btn-secondary:hover {\n    border-color: #fff;\n    background: rgba(255,255,255,0.08);\n    color: #fff;\n}\n.ava-hero .hero-btn-primary svg,\n.ava-hero .hero-btn-secondary svg {\n    flex-shrink: 0;\n}\n\/* Stats bar *\/\n.ava-hero .hero-stats {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    z-index: 3;\n    background: rgba(0,0,0,0.55);\n    backdrop-filter: blur(12px);\n    border-top: 1px solid rgba(255,255,255,0.08);\n}\n.ava-hero .hero-stats .stat-item {\n    padding: 22px 20px;\n    text-align: center;\n    position: relative;\n}\n.ava-hero .hero-stats .stat-item + .stat-item::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 20%;\n    height: 60%;\n    width: 1px;\n    background: rgba(255,255,255,0.12);\n}\n.ava-hero .hero-stats .stat-number {\n    font-size: clamp(1.8rem, 3vw, 2.6rem);\n    font-weight: 900;\n    color: #fff;\n    line-height: 1;\n    margin-bottom: 4px;\n    letter-spacing: -0.5px;\n}\n.ava-hero .hero-stats .stat-label {\n    font-size: 12px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.55);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\/* Scroll indicator *\/\n.ava-hero .hero-scroll {\n    position: absolute;\n    bottom: 32px;\n    right: 40px;\n    z-index: 3;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    opacity: 0.5;\n    animation: heroScrollBounce 2s ease-in-out infinite;\n}\n.ava-hero .hero-scroll span {\n    display: block;\n    width: 1px;\n    height: 50px;\n    background: rgba(255,255,255,0.6);\n}\n.ava-hero .hero-scroll svg { color: #fff; }\n@keyframes heroScrollBounce {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(8px); }\n}\n\/* Decorative corner shape *\/\n.ava-hero .hero-deco {\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 45%;\n    height: 100%;\n    z-index: 2;\n    pointer-events: none;\n    background: linear-gradient(to left, rgba(92,58,255,0.12) 0%, transparent 70%);\n}\n@media (max-width: 991px) {\n    .ava-hero .hero-deco { display: none; }\n    .ava-hero .hero-body { padding: 120px 0 80px; }\n    .ava-hero .hero-scroll { display: none; }\n}\n<\/style>\n\n<section class=\"ava-hero section-dark text-light jarallax block-starter\"    data-video-src=\"mp4:https:\/\/altvalleyactive.co.uk\/wp-content\/uploads\/2025\/12\/example-bg-video.mp4\">\n\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-accent-line\"><\/div>\n    <div class=\"hero-deco\"><\/div>\n\n    <div class=\"hero-body\">\n        <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-lg-8 col-xl-7\">\n\n                                            <div class=\"hero-brand animated fadeInDown\">\n                                                            <img decoding=\"async\" src=\"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-content\/uploads\/sites\/2\/2026\/05\/ava-logo-white.webp\"\n                                    alt=\"\">\n                                                                                        <span class=\"hero-eyebrow\">Your Fitness. Your Community.<\/span>\n                                                    <\/div>\n                    \n                                            <h1 class=\"hero-title animated fadeInUp\">\n                            Alt Valley Active Dovecot                        <\/h1>\n                    \n                                            <div class=\"hero-text animated fadeInUp\"><p>Alt Valley Active Dovecot is more than a gym \u2014 it\u2019s a place where motivation meets support. With state\u2011of\u2011the\u2011art equipment, expert coaches, and a wide range of classes, we make fitness accessible, inclusive, and genuinely enjoyable.<\/p>\n<\/div>\n                    \n                                            <div class=\"hero-buttons animated fadeInUp\">\n                                                            <a href=\"https:\/\/altvalleyactive.co.uk\/dovecot\/join\/\"\n                                    class=\"hero-btn-primary\"\n                                    >\n                                    Join Today                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n                                        <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <\/svg>\n                                <\/a>\n                                                            <a href=\"https:\/\/altvalleyactive.co.uk\/dovecot\/timetables\/\"\n                                    class=\"hero-btn-secondary\"\n                                    >\n                                    Class Timetables                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n                                        <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <\/svg>\n                                <\/a>\n                                                    <\/div>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    \n    <div class=\"hero-scroll\" aria-hidden=\"true\">\n        <span><\/span>\n        <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\n            <path d=\"M4 7l5 5 5-5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/div>\n\n<\/section>\n\n\n\n<style>\n.ava-about-cta {\n    overflow: hidden;\n}\n.ava-about-cta .about-img-col {\n    min-height: 480px;\n}\n.ava-about-cta .about-img-wrap {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    min-height: 480px;\n    overflow: hidden;\n}\n.ava-about-cta .about-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.6s ease;\n}\n.ava-about-cta .about-img-wrap:hover img {\n    transform: scale(1.04);\n}\n.ava-about-cta .about-img-fade {\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    background: linear-gradient(\n        to right,\n        transparent 55%,\n        rgba(0,0,0,0.18) 100%\n    );\n}\n\/* Floating badge on image *\/\n.ava-about-cta .about-img-badge {\n    position: absolute;\n    bottom: 32px;\n    right: 32px;    background: var(--color-primary, #5c3aff);\n    color: #fff;\n    border-radius: 10px;\n    padding: 16px 22px;\n    text-align: center;\n    box-shadow: 0 12px 36px rgba(0,0,0,0.25);\n    min-width: 130px;\n    backdrop-filter: blur(4px);\n    z-index: 2;\n}\n.ava-about-cta .about-img-badge .badge-text {\n    display: block;\n    font-size: 13px;\n    font-weight: 600;\n    opacity: 0.85;\n    letter-spacing: 0.4px;\n    line-height: 1.3;\n    margin-top: 2px;\n}\n\/* Content side *\/\n.ava-about-cta .about-content-col {\n    display: flex;\n    align-items: center;\n}\n.ava-about-cta .about-content-inner {\n    padding: 70px 48px 70px 64px;\n    width: 100%;\n}\n.ava-about-cta.reverse .about-content-inner {\n    padding: 70px 64px 70px 48px;\n}\n.ava-about-cta .about-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--color-primary, #5c3aff);\n    margin-bottom: 16px;\n}\n.ava-about-cta .about-eyebrow::before {\n    content: '';\n    display: block;\n    width: 28px;\n    height: 3px;\n    background: var(--color-primary, #5c3aff);\n    border-radius: 2px;\n    flex-shrink: 0;\n}\n.ava-about-cta .about-title {\n    font-size: clamp(1.8rem, 3.2vw, 2.8rem);\n    font-weight: 900;\n    line-height: 1.15;\n    letter-spacing: -0.5px;\n    margin-bottom: 20px;\n}\n.ava-about-cta .about-text {\n    font-size: 16px;\n    line-height: 1.75;\n    color: #555;\n    margin-bottom: 28px;\n}\n.ava-about-cta .about-text p:last-child { margin-bottom: 0; }\n\/* Feature tick list *\/\n.ava-about-cta .about-features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 34px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 16px;\n}\n.ava-about-cta .about-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #222;\n    line-height: 1.4;\n}\n.ava-about-cta .about-features li .feat-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: var(--color-primary, #5c3aff);\n    flex-shrink: 0;\n    margin-top: 1px;\n}\n.ava-about-cta .about-features li .feat-icon svg {\n    width: 10px;\n    height: 10px;\n    stroke: #fff;\n    stroke-width: 3;\n}\n\/* CTA button *\/\n.ava-about-cta .about-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--color-primary, #5c3aff);\n    color: #fff;\n    font-weight: 700;\n    font-size: 14px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    padding: 15px 30px;\n    border-radius: 4px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;\n    box-shadow: 0 6px 24px rgba(92,58,255,0.35);\n}\n.ava-about-cta .about-cta:hover {\n    background: #4a2de8;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 32px rgba(92,58,255,0.45);\n    color: #fff;\n}\n.ava-about-cta .about-cta svg {\n    transition: transform 0.2s;\n}\n.ava-about-cta .about-cta:hover svg {\n    transform: translateX(4px);\n}\n\/* Decorative accent bar *\/\n.ava-about-cta .about-accent-bar {\n    width: 4px;\n    height: 56px;\n    background: var(--color-primary, #5c3aff);\n    border-radius: 2px;\n    margin-bottom: 28px;\n    opacity: 0.25;\n}\n@media (max-width: 991px) {\n    .ava-about-cta .about-img-col { min-height: 340px; }\n    .ava-about-cta .about-img-wrap { min-height: 340px; }\n    .ava-about-cta .about-content-inner,\n    .ava-about-cta.reverse .about-content-inner {\n        padding: 48px 24px;\n    }\n    .ava-about-cta .about-features {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<section class=\"ava-about-cta  block-starter\">\n    <div class=\"container-fluid px-0\">\n        <div class=\"row g-0 align-items-stretch \">\n\n                        <div class=\"col-lg-6 about-img-col wow fadeIn\" data-wow-delay=\".1s\">\n                <div class=\"about-img-wrap\">\n                                            <img decoding=\"async\" src=\"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-content\/uploads\/sites\/2\/2026\/05\/gym-example-six-min-scaled-1.webp\"\n                            alt=\"\">\n                                        <div class=\"about-img-fade\"><\/div>\n\n                                    <\/div>\n            <\/div>\n\n                        <div class=\"col-lg-6 about-content-col\">\n                <div class=\"about-content-inner\">\n\n                    <div class=\"about-accent-bar\"><\/div>\n\n                                            <div class=\"about-eyebrow wow fadeInUp\" data-wow-delay=\".0s\">\n                            Alt Valley Active &#8211; Dovecot                        <\/div>\n                    \n                                            <h2 class=\"about-title wow fadeInUp\" data-wow-delay=\".1s\">\n                            Unbeatable value gym membership                        <\/h2>\n                    \n                                            <div class=\"about-text wow fadeIn\" data-wow-delay=\".2s\">\n                            <p>Welcome to <strong>Alt Valley Active<\/strong> \u2014 a modern, community\u2011driven gym built for real people with real goals. Whether you\u2019re starting your fitness journey or levelling up your training, this is your space to move, sweat, and thrive.<\/p>\n                        <\/div>\n                    \n                    \n                    \n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n\/* \u2500\u2500 Section \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two {\n    position: relative;\n    padding: 100px 0 120px;\n    overflow: hidden;\n}\n.ava-pricing-two .pricing-bg {\n    position: absolute;\n    inset: 0;\n    background-size: cover;\n    background-position: center;\n    z-index: 0;\n}\n.ava-pricing-two .pricing-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(160deg, #0d0d1a 0%, #12122a 55%, #0a0a18 100%);\n    z-index: 1;\n    opacity: 0.93;\n}\n.ava-pricing-two > .container { position: relative; z-index: 2; }\n\n\/* \u2500\u2500 Section header \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .pricing-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--color-primary, #5c3aff);\n    margin-bottom: 14px;\n}\n.ava-pricing-two .pricing-eyebrow::before,\n.ava-pricing-two .pricing-eyebrow::after {\n    content: '';\n    display: block;\n    width: 22px;\n    height: 2px;\n    background: var(--color-primary, #5c3aff);\n    border-radius: 1px;\n}\n.ava-pricing-two .pricing-heading {\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 900;\n    color: #fff;\n    letter-spacing: -0.5px;\n    line-height: 1.15;\n    margin-bottom: 16px;\n}\n.ava-pricing-two .pricing-subtext {\n    font-size: 16px;\n    color: rgba(255,255,255,0.6);\n    max-width: 520px;\n    margin: 0 auto;\n    line-height: 1.7;\n}\n.ava-pricing-two .pricing-subtext p { margin: 0; }\n\n\/* \u2500\u2500 Cards grid \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .cards-row {\n    margin-top: 60px;\n    align-items: stretch;\n}\n\n\/* \u2500\u2500 Card \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .plan-card {\n    background: #fff;\n    border-radius: 0 0 12px 12px;\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    box-shadow: 0 4px 24px rgba(0,0,0,0.25);\n}\n.ava-pricing-two .plan-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 16px 48px rgba(0,0,0,0.35);\n}\n\/* Top accent line *\/\n.ava-pricing-two .plan-card::before {\n    content: '';\n    display: block;\n    height: 4px;\n    width: 100%;\n    background: rgba(0,0,0,0.06);\n    flex-shrink: 0;\n}\n.ava-pricing-two .plan-card.is-featured::before {\n    background: var(--color-primary, #5c3aff);\n}\n\n\/* Featured badge \u2014 centered pill sitting above the card *\/\n.ava-pricing-two .plan-badge-row {\n    height: 28px; \/* reserve identical space on every card *\/\n    display: flex;\n    justify-content: center;\n    align-items: flex-end;\n    margin-bottom: -1px;\n}\n.ava-pricing-two .plan-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--color-primary, #5c3aff);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    border-radius: 50px 50px 0 0;\n    white-space: nowrap;\n    box-shadow: 0 -4px 14px rgba(92,58,255,0.35);\n}\n\n\/* \u2500\u2500 Card header \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .plan-header {\n    padding: 32px 32px 24px;\n    border-bottom: 1px solid #f0f0f0;\n}\n.ava-pricing-two .plan-name {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--color-primary, #5c3aff);\n    margin-bottom: 4px;\n}\n.ava-pricing-two .plan-subtitle {\n    font-size: 14px;\n    color: #888;\n    margin-bottom: 20px;\n    line-height: 1.4;\n}\n.ava-pricing-two .plan-price-row {\n    display: flex;\n    align-items: flex-end;\n    gap: 6px;\n    line-height: 1;\n}\n.ava-pricing-two .plan-price {\n    font-size: clamp(2.8rem, 5vw, 3.8rem);\n    font-weight: 900;\n    color: #111;\n    letter-spacing: -2px;\n    line-height: 1;\n}\n.ava-pricing-two .plan-period {\n    font-size: 13px;\n    font-weight: 500;\n    color: #aaa;\n    padding-bottom: 6px;\n    line-height: 1.2;\n}\n\n\/* \u2500\u2500 Benefits \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .plan-benefits {\n    padding: 24px 32px;\n    flex: 1;\n    list-style: none;\n    margin: 0;\n}\n.ava-pricing-two .plan-benefits li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 14px;\n    color: #333;\n    padding: 7px 0;\n    border-bottom: 1px solid #f5f5f5;\n    line-height: 1.4;\n}\n.ava-pricing-two .plan-benefits li:last-child { border-bottom: none; }\n.ava-pricing-two .plan-benefits .tick {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    background: #eef2ff;\n    flex-shrink: 0;\n    margin-top: 1px;\n}\n.ava-pricing-two .plan-benefits .tick svg {\n    width: 9px;\n    height: 9px;\n    stroke: var(--color-primary, #5c3aff);\n    stroke-width: 3;\n}\n.ava-pricing-two .plan-card.is-featured .plan-benefits .tick {\n    background: var(--color-primary, #5c3aff);\n}\n.ava-pricing-two .plan-card.is-featured .plan-benefits .tick svg {\n    stroke: #fff;\n}\n\n\/* \u2500\u2500 CTA footer \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .plan-footer {\n    padding: 24px 32px 32px;\n}\n.ava-pricing-two .plan-cta {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 100%;\n    padding: 14px 24px;\n    border-radius: 6px;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    text-decoration: none;\n    transition: all 0.2s;\n    border: 2px solid var(--color-primary, #5c3aff);\n    color: var(--color-primary, #5c3aff);\n    background: transparent;\n}\n.ava-pricing-two .plan-cta:hover {\n    background: var(--color-primary, #5c3aff);\n    color: #fff;\n}\n.ava-pricing-two .plan-card.is-featured .plan-cta {\n    background: var(--color-primary, #5c3aff);\n    color: #fff;\n    box-shadow: 0 6px 24px rgba(92,58,255,0.4);\n}\n.ava-pricing-two .plan-card.is-featured .plan-cta:hover {\n    background: #4a2de8;\n    box-shadow: 0 10px 32px rgba(92,58,255,0.5);\n}\n.ava-pricing-two .plan-cta svg { flex-shrink: 0; }\n\n\/* \u2500\u2500 Trust line \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.ava-pricing-two .plan-trust {\n    font-size: 12px;\n    color: #bbb;\n    text-align: center;\n    margin-top: 10px;\n}\n\n@media (max-width: 767px) {\n    .ava-pricing-two { padding: 70px 0 80px; }\n    .ava-pricing-two .cards-row { margin-top: 40px; }\n    .ava-pricing-two .plan-header { padding: 24px 24px 18px; }\n    .ava-pricing-two .plan-benefits { padding: 18px 24px; }\n    .ava-pricing-two .plan-footer { padding: 18px 24px 24px; }\n}\n<\/style>\n\n<section class=\"ava-pricing-two block-starter\">\n\n            <div class=\"pricing-bg jarallax\" data-jarallax data-speed=\"0.4\"\n            style=\"background-image: url('https:\/\/altvalleyactive.co.uk\/dovecot\/wp-content\/uploads\/sites\/2\/2026\/05\/gym-example-three-min.webp')\"><\/div>\n        <div class=\"pricing-overlay\"><\/div>\n\n    <div class=\"container\">\n\n                            <div class=\"row justify-content-center text-center\">\n                <div class=\"col-lg-7 wow fadeIn\" data-wow-delay=\".1s\">\n                                            <div class=\"pricing-eyebrow\">Memberships &amp; Pricing<\/div>\n                                                                <h2 class=\"pricing-heading\">Choose the Perfect Plan That Fits You<\/h2>\n                                                                <div class=\"pricing-subtext\"><p>Joining Alt Valley Active Dovecot is easy \u2014 and it could be the best decision you make for your health this year.<\/p>\n<\/div>\n                                    <\/div>\n            <\/div>\n        \n                            <div class=\"row g-4 cards-row justify-content-center\">\n                                    <div class=\"col-lg-4 col-md-6 wow fadeInUp\" data-wow-delay=\"0.0s\">\n\n                        <div class=\"plan-badge-row\">\n                                                    <\/div>\n\n                        <div class=\"plan-card \">\n                            <div class=\"plan-header\">\n                                <div class=\"plan-name\">Monthly<\/div>\n\n                                                                    <div class=\"plan-subtitle\">For Adults<\/div>\n                                \n                                <div class=\"plan-price-row\">\n                                    <div class=\"plan-price\">\u00a319.99<\/div>\n                                    <div class=\"plan-period\">per month<\/div>\n                                <\/div>\n                            <\/div>\n\n                                                            <ul class=\"plan-benefits\">\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Full Access to Gym Facilities                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Access to Classes                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            No Contract                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Paid Monthly by Direct Debit or Cash                                        <\/li>\n                                                                    <\/ul>\n                            \n                            <div class=\"plan-footer\">\n                                                                    <a class=\"plan-cta\" href=\"https:\/\/altvalleyactivedovecot.clubright.co.uk\/MemberArea\/Membership\/69ef6bd24911c40dd9c5edf6\" target=\"_blank\" rel=\"noopener\">\n                                        Join Now                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n                                            <path d=\"M2.5 7h9M8 3.5l3.5 3.5L8 10.5\"\n                                                stroke=\"currentColor\" stroke-width=\"1.8\"\n                                                stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                        <\/svg>\n                                    <\/a>\n                                    <div class=\"plan-trust\">No long-term contract required<\/div>\n                                                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                                    <div class=\"col-lg-4 col-md-6 wow fadeInUp\" data-wow-delay=\"0.1s\">\n\n                        <div class=\"plan-badge-row\">\n                                                    <\/div>\n\n                        <div class=\"plan-card \">\n                            <div class=\"plan-header\">\n                                <div class=\"plan-name\">Youth Membership<\/div>\n\n                                                                    <div class=\"plan-subtitle\">For under 18&#039;s<\/div>\n                                \n                                <div class=\"plan-price-row\">\n                                    <div class=\"plan-price\">\u00a312.00<\/div>\n                                    <div class=\"plan-period\">per month<\/div>\n                                <\/div>\n                            <\/div>\n\n                                                            <ul class=\"plan-benefits\">\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Full Access to Gym Facilities                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Access to Classes                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            No Contract                                        <\/li>\n                                                                    <\/ul>\n                            \n                            <div class=\"plan-footer\">\n                                                                    <a class=\"plan-cta\" href=\"https:\/\/altvalleyactivedovecot.clubright.co.uk\/MemberArea\/Membership\/6a0ae0c6a44d584ea4755f0f\" target=\"_blank\" rel=\"noopener\">\n                                        Join Now                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n                                            <path d=\"M2.5 7h9M8 3.5l3.5 3.5L8 10.5\"\n                                                stroke=\"currentColor\" stroke-width=\"1.8\"\n                                                stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                        <\/svg>\n                                    <\/a>\n                                    <div class=\"plan-trust\">No long-term contract required<\/div>\n                                                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                                    <div class=\"col-lg-4 col-md-6 wow fadeInUp\" data-wow-delay=\"0.2s\">\n\n                        <div class=\"plan-badge-row\">\n                                                    <\/div>\n\n                        <div class=\"plan-card \">\n                            <div class=\"plan-header\">\n                                <div class=\"plan-name\">Day Pass<\/div>\n\n                                                                    <div class=\"plan-subtitle\">One-time Daily access<\/div>\n                                \n                                <div class=\"plan-price-row\">\n                                    <div class=\"plan-price\">\u00a36<\/div>\n                                    <div class=\"plan-period\">per month<\/div>\n                                <\/div>\n                            <\/div>\n\n                                                            <ul class=\"plan-benefits\">\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Come and go as you please                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Access to gym facilities                                        <\/li>\n                                                                            <li>\n                                            <span class=\"tick\" aria-hidden=\"true\">\n                                                <svg viewBox=\"0 0 10 10\" fill=\"none\">\n                                                    <polyline points=\"1.5,5.5 4,8 8.5,2.5\"\n                                                        stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                                <\/svg>\n                                            <\/span>\n                                            Buy Online or at the desk                                        <\/li>\n                                                                    <\/ul>\n                            \n                            <div class=\"plan-footer\">\n                                                                    <a class=\"plan-cta\" href=\"https:\/\/altvalleyactivedovecot.clubright.co.uk\/MemberArea\/Membership\/69ef6bd24911c40dd9c5edf5\" target=\"_blank\" rel=\"noopener\">\n                                        Buy Pass                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n                                            <path d=\"M2.5 7h9M8 3.5l3.5 3.5L8 10.5\"\n                                                stroke=\"currentColor\" stroke-width=\"1.8\"\n                                                stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                        <\/svg>\n                                    <\/a>\n                                    <div class=\"plan-trust\">No long-term contract required<\/div>\n                                                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        \n    <\/div>\n<\/section>\n\n\n\n<section class=\"ptb-50 service-slider-section block-starter\">\n    <div class=\"container\">\n        <div class=\"row mb-5 g-4 align-items-center justify-content-between\">\n            <div class=\"col-lg-7 wow fadeIn\" data-wow-delay=\".2s\">\n                <div class=\"uptitle secondary-color wow fadeInUp mb-2\">A Complete Fitness Space for Every Goal<\/div>\n                <h2 class=\"wow fadeInUp mb-3\">Services &amp; Facilities<\/h2>\n                <div class=\"text-muted\"><p>Alt Valley Active offers a full range of gym and sports hall facilities designed to suit all abilities \u2014 whether you train solo, love group classes, or want a flexible space for sport and fitness activities.<\/p>\n<\/div>\n            <\/div>\n            <div class=\"col-lg-5\">\n                <div class=\"d-flex justify-content-lg-end justify-content-start\">\n                    <div class=\"de-custom-nav d-flex gap-3\" data-target=\"#services-carousel\">\n                        <div class=\"d-prev\"><\/div>\n                        <div class=\"d-next\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n            <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-12\">\n                    <div id=\"services-carousel\" class=\"owl-carousel owl-theme modern-service-slider\">\n                                                                                <div class=\"item\">\n                                <div class=\"modern-service-card wow fadeInUp\" data-wow-delay=\"0s\">\n                                    <div class=\"service-image-wrapper\">\n                                        <img decoding=\"async\" src=\"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-content\/uploads\/sites\/2\/2026\/05\/gym-example-three-min.webp\"\n                                            alt=\"\"\n                                            class=\"service-image\">\n                                        <div class=\"image-overlay\"><\/div>\n                                    <\/div>\n                                    <div class=\"service-content\">\n                                        <div class=\"service-content-inner\">\n                                            <h3 class=\"service-title\">Services &amp; Facilities<\/h3>\n                                            <div class=\"service-description\"><p>Our group classes are included with most memberships and run throughout the day, making it easy to fit fitness into your schedule. Every session is led by qualified instructors who motivate, coach, and adapt exercises for all levels.<\/p>\n<\/div>\n                                            <a href=\"https:\/\/altvalleyactive.co.uk\/dovecot\/timetables\/\" class=\"service-link\">\n                                                <span>Class Timetables<\/span>\n                                                <i class=\"fa fa-arrow-right\"><\/i>\n                                            <\/a>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                                                <div class=\"item\">\n                                <div class=\"modern-service-card wow fadeInUp\" data-wow-delay=\"0.1s\">\n                                    <div class=\"service-image-wrapper\">\n                                        <img decoding=\"async\" src=\"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-content\/uploads\/sites\/2\/2026\/05\/gym-example-five-min-scaled-1.webp\"\n                                            alt=\"\"\n                                            class=\"service-image\">\n                                        <div class=\"image-overlay\"><\/div>\n                                    <\/div>\n                                    <div class=\"service-content\">\n                                        <div class=\"service-content-inner\">\n                                            <h3 class=\"service-title\">Fully Equipped Gym<\/h3>\n                                            <div class=\"service-description\"><h3>Train Your Way<\/h3>\n<p>Our modern gym floor is fully equipped with high\u2011quality equipment to support every training style \u2014 from cardio and strength to functional fitness.<\/p>\n<p>Enjoy Cardio machines, Free weights &amp; lifting platforms, Resistance &amp; pin\u2011loaded machines &amp; more<\/p>\n<\/div>\n                                            <a href=\"https:\/\/altvalleyactive.co.uk\/dovecot\/join\/\" class=\"service-link\">\n                                                <span>Join Today<\/span>\n                                                <i class=\"fa fa-arrow-right\"><\/i>\n                                            <\/a>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                                                <div class=\"item\">\n                                <div class=\"modern-service-card wow fadeInUp\" data-wow-delay=\"0.2s\">\n                                    <div class=\"service-image-wrapper\">\n                                        <img decoding=\"async\" src=\"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-content\/uploads\/sites\/2\/2026\/05\/gym-example-tw-min.webp\"\n                                            alt=\"\"\n                                            class=\"service-image\">\n                                        <div class=\"image-overlay\"><\/div>\n                                    <\/div>\n                                    <div class=\"service-content\">\n                                        <div class=\"service-content-inner\">\n                                            <h3 class=\"service-title\">Sports Hall &amp; Multi\u2011Use Space<\/h3>\n                                            <div class=\"service-description\"><h3>Flexible Space for Sport &amp; Fitness<\/h3>\n<p>Our spacious sports hall is ideal for group training, fitness classes, and recreational sport. The space is adaptable and regularly used for structured sessions and community activities.<\/p>\n<p><b>Perfect for <\/b>Fitness &amp; circuit classes, Team sports &amp; small\u2011sided games and\u00a0 School &amp; community bookings<\/p>\n<\/div>\n                                            <a href=\"https:\/\/altvalleyactive.co.uk\/dovecot\/our-gym\/\" class=\"service-link\">\n                                                <span>Our Gym<\/span>\n                                                <i class=\"fa fa-arrow-right\"><\/i>\n                                            <\/a>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":4,"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":2816,"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/pages\/26\/revisions\/2816"}],"wp:attachment":[{"href":"https:\/\/altvalleyactive.co.uk\/dovecot\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}