.service-card{
    background:#fff;
    border-radius:28px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    border:1px solid rgba(34,178,85,.08);
    box-shadow:0 15px 40px rgba(0,0,0,.04);
}
.service-card {
    cursor: pointer !important;
}
.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(34,178,85,.12);
}

.service-card .icon-box{
    width:110px;
    height:110px;
    margin:0 auto 25px;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;

    background:
    linear-gradient(
    135deg,
    rgba(34,178,85,.12),
    rgba(34,178,85,.05)
    );
}

.service-card .icon-box:before{
    content:'';
    position:absolute;
    inset:8px;
    border-radius:24px;
    border:1px dashed rgba(34,178,85,.25);
}

.service-card i{
      font-size: 59px !important;
    color: #22b255;
    position: relative !important;
    z-index: 2;
    transition: .4s;
    margin-bottom: 13px !important;
}

.service-card:hover i{
    transform:scale(1.1);
}
.service-card:after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:
    radial-gradient(
        rgba(34,178,85,.06),
        transparent 70%
    );
    top:-60px;
    right:-60px;
}
.why-choose-section{
    background:#f6fbff;
    position:relative;
}

.section-badge{
    display:inline-block;
    background:#e8f3ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
}

.section-title{
    font-size:48px;
    font-weight:700;
    color:#14213d;
    line-height:1.2;
}

.section-text{
    font-size:17px;
    color:#6c757d;
    max-width:650px;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    height:100%;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card i{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    border-radius:15px;
    background:#eaf4ff;
    color:#0d6efd;
    font-size:22px;
    margin-bottom:15px;
}

.feature-card h5{
    font-weight:700;
    margin-bottom:10px;
}

.care-image-wrapper img{
    border-radius:30px;
    width:100%;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.bg-primary {
    background: #22b255 !important;
}

.btn.btn-primary:hover{
    background: #000 !important;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.text-primary{
    color: #22b255 !important;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
    background: #22b255 !important;
}

.btn.btn-primary:hover {
    background: #22b255;
    color: var(--bs-white);
}

.btn.btn-light {
    color: #22b255;
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: #22b255;
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #22b255;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: #22b255;
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 57px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #22b255;
}

@media (max-width: 991px) {
    .navbar {
        padding: 4px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #22b255;
        color: #22b255;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #22b255;
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 4px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: #22b255;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(7, 125, 66, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: #22b255;
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: #22b255;
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: #22b255;
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: #22b255;
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: #22b255;
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: #22b255 !important;
    background: #fff !important;
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
      color: #22b255 !important;
     background: #fff !important;
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #22b255;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: #22b255;
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #22b255;
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: #22b255;
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: #22b255;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: #22b255;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #22b255;
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #22b255;
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #000 !important;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px; 
    color: #fff !important;
    transition: 0.5s;
}
.footer .d-flex{
    color: #fff !important;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: #22b255;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #22b255;
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: #25D366 !important;
}

.footer .footer-item .footer-btn a:hover {
    background: #22b255;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright span{
    color: #fff !important;
}
.copyright {
    background: #0d5c2c;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #fff !important;
}
/*** copyright end ***/

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

/* =============================================================
   SERVICES.CSS — THE EU JOB
   Design System: UK Healthcare Service Pages
   Author: Agency-Level Design System
   Version: 1.0.0
   ============================================================= */

/* ── 0. GOOGLE FONTS ────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ── 1. DESIGN TOKENS ──────────────────────────────────────── */

:root {
  /* Brand Palette */
  --svc-primary:          #22b255;
  --svc-primary-dark:     #1a8f43;
  --svc-primary-light:    #e8f8ee;
  --svc-primary-xlight:   #f3fdf6;

  /* Neutrals */
  --svc-white:            #ffffff;
  --svc-off-white:        #f8faf9;
  --svc-surface:          #f2f7f4;
  --svc-border:           #dde9e3;
  --svc-text:             #1a2e23;
  --svc-text-muted:       #5a7265;
  --svc-text-light:       #8aaa96;

  /* Accent */
  --svc-accent:           #0d6e3a;
  --svc-cta-bg:           #1a3d28;

  /* Typography Scale */
  --svc-font-base:        'Inter', system-ui, -apple-system, sans-serif;
  --svc-font-display:     'DM Sans', system-ui, sans-serif;

  --svc-text-xs:          0.75rem;
  --svc-text-sm:          0.875rem;
  --svc-text-base:        1rem;
  --svc-text-md:          1.125rem;
  --svc-text-lg:          1.25rem;
  --svc-text-xl:          1.5rem;
  --svc-text-2xl:         1.875rem;
  --svc-text-3xl:         2.25rem;
  --svc-text-4xl:         2.75rem;
  --svc-text-5xl:         3.25rem;

  /* Spacing Scale */
  --svc-space-xs:         0.5rem;
  --svc-space-sm:         0.75rem;
  --svc-space-md:         1rem;
  --svc-space-lg:         1.5rem;
  --svc-space-xl:         2rem;
  --svc-space-2xl:        3rem;
  --svc-space-3xl:        4rem;
  --svc-space-4xl:        5rem;

  /* Section Spacing */
  --svc-section-py:       5rem;
  --svc-section-py-sm:    3rem;

  /* Radius */
  --svc-radius-sm:        0.375rem;
  --svc-radius-md:        0.75rem;
  --svc-radius-lg:        1.25rem;
  --svc-radius-xl:        1.75rem;
  --svc-radius-pill:      9999px;

  /* Shadows */
  --svc-shadow-sm:        0 1px 4px rgba(34, 178, 85, 0.06), 0 2px 8px rgba(0,0,0,0.04);
  --svc-shadow-md:        0 4px 16px rgba(34, 178, 85, 0.10), 0 2px 8px rgba(0,0,0,0.06);
  --svc-shadow-lg:        0 8px 32px rgba(34, 178, 85, 0.14), 0 4px 16px rgba(0,0,0,0.08);
  --svc-shadow-cta:       0 12px 40px rgba(34, 178, 85, 0.30);

  /* Transitions */
  --svc-transition:       0.22s ease;
  --svc-transition-slow:  0.4s ease;

  /* Line Heights */
  --svc-leading-tight:    1.2;
  --svc-leading-snug:     1.35;
  --svc-leading-base:     1.6;
  --svc-leading-loose:    1.75;
}


/* ── 2. GLOBAL RESETS (scoped) ─────────────────────────────── */

body {
  font-family: var(--svc-font-base);
  color: var(--svc-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svc-hero,
.svc-intro,
.svc-benefits,
.svc-included,
.svc-why,
.svc-faq,
.svc-final-cta {
  box-sizing: border-box;
}

/* ── 3. SECTION SPACING SYSTEM ─────────────────────────────── */

.svc-section {
  padding-top: var(--svc-section-py);
  padding-bottom: var(--svc-section-py);
}

.svc-hero {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: var(--svc-white);
  border-bottom: 1px solid var(--svc-border);
}

.svc-intro {
  background-color: var(--svc-off-white);
}

.svc-benefits {
  background-color: var(--svc-white);
}

.svc-included {
  background-color: var(--svc-surface);
}

.svc-why {
  background-color: var(--svc-white);
}

.svc-faq {
  background-color: var(--svc-off-white);
}

.svc-final-cta {
  padding-top: var(--svc-section-py);
  padding-bottom: var(--svc-section-py);
  background-color: var(--svc-cta-bg);
  position: relative;
  overflow: hidden;
}

.svc-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(34, 178, 85, 0.18) 0%, transparent 65%);
  pointer-events: none;
}


/* ── 4. TYPOGRAPHY HIERARCHY ────────────────────────────────── */

.svc-section__eyebrow {
  font-family: var(--svc-font-base);
  font-size: var(--svc-text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--svc-primary);
  margin-bottom: 0.5rem;
}

.svc-section__title {
font-family: "DM Sans", sans-serif !important;
  font-size: clamp(var(--svc-text-2xl), 4vw, var(--svc-text-3xl));
  font-weight: 700;
  line-height: var(--svc-leading-snug);
  color: var(--svc-text);
  margin-bottom: 1rem;
}

.svc-section__subtitle {
  font-size: var(--svc-text-md);
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
  margin-bottom: 0;
}

.svc-hero__eyebrow {
  margin-bottom: 1rem;
}

.svc-hero__title {
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(var(--svc-text-2xl), 5vw, var(--svc-text-5xl));
  font-weight: 700;
  line-height: var(--svc-leading-tight);
  color: var(--svc-text);
  margin-bottom: 1.25rem;
}

.svc-hero__subtitle {
  font-size: clamp(var(--svc-text-base), 2vw, var(--svc-text-md));
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
  margin-bottom: 1.75rem;
  max-width: 56ch;
}

.svc-hero__reassurance {
  font-size: var(--svc-text-sm);
  color: var(--svc-text-light);
  margin-bottom: 0;
}

.svc-intro__lead {
  font-size: var(--svc-text-md);
  font-weight: 500;
  color: var(--svc-text);
  line-height: var(--svc-leading-loose);
  margin-bottom: 1rem;
}

.svc-intro__body {
  font-size: var(--svc-text-base);
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
}

.svc-included__lead {
  font-size: var(--svc-text-base);
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
  margin-bottom: 1.5rem;
}

.svc-link {
  color: var(--svc-primary);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--svc-transition);
}

.svc-link:hover {
  color: var(--svc-primary-dark);
  text-decoration: underline;
}


/* ── 5. BADGE & TRUST BADGE SYSTEM ─────────────────────────── */

.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background-color: var(--svc-primary-light);
  color: var(--svc-primary-dark);
  font-size: var(--svc-text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.375rem 0.875rem;
  border-radius: var(--svc-radius-pill);
  border: 1px solid rgba(34, 178, 85, 0.25);
}

.svc-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.svc-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background-color: var(--svc-white);
  color: var(--svc-text);
  font-size: var(--svc-text-xs);
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: var(--svc-radius-pill);
  border: 1px solid var(--svc-border);
  box-shadow: var(--svc-shadow-sm);
  white-space: nowrap;
}

.svc-trust-badge .text-success {
  color: var(--svc-primary) !important;
}


/* ── 6. CTA BUTTON SYSTEM ───────────────────────────────────── */

.svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-family: var(--svc-font-base);
  font-size: var(--svc-text-base);
  font-weight: 700;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: var(--svc-radius-md);
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color var(--svc-transition),
    color var(--svc-transition),
    border-color var(--svc-transition),
    box-shadow var(--svc-transition),
    transform var(--svc-transition);
  white-space: nowrap;
}

.svc-btn:hover,
.svc-btn:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

.svc-btn:active {
  transform: translateY(0);
}

/* Primary */
.svc-btn--primary {
  background-color: var(--svc-primary);
  color: var(--svc-white);
  border-color: var(--svc-primary);
  box-shadow: 0 4px 16px rgba(34, 178, 85, 0.28);
}

.svc-btn--primary:hover,
.svc-btn--primary:focus-visible {
  background-color: var(--svc-primary-dark);
  border-color: var(--svc-primary-dark);
  color: var(--svc-white);
  box-shadow: var(--svc-shadow-cta);
}

/* Outline */
.svc-btn--outline {
  background-color: transparent;
  color: var(--svc-text);
  border-color: var(--svc-border);
  box-shadow: var(--svc-shadow-sm);
}

.svc-btn--outline:hover,
.svc-btn--outline:focus-visible {
  background-color: var(--svc-primary-light);
  border-color: var(--svc-primary);
  color: var(--svc-primary-dark);
  box-shadow: none;
}

/* White (for dark backgrounds) */
.svc-btn--white {
  background-color: var(--svc-white);
  color: var(--svc-cta-bg);
  border-color: var(--svc-white);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.svc-btn--white:hover,
.svc-btn--white:focus-visible {
  background-color: var(--svc-primary-light);
  border-color: var(--svc-primary-light);
  color: var(--svc-primary-dark);
}

/* Size: Large */
.svc-btn--lg {
  font-size: var(--svc-text-md);
  padding: 1rem 2rem;
}

/* Size: Small */
.svc-btn--sm {
  font-size: var(--svc-text-sm);
  padding: 0.55rem 1.1rem;
  border-radius: var(--svc-radius-sm);
}

/* Button icon circle (for phone CTA) */
.svc-btn__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: var(--svc-primary);
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--svc-white);
}

.svc-btn__label-small {
  font-size: 0.7rem;
  font-weight: 400;
  opacity: 0.75;
  line-height: 1;
}

.svc-btn__label-large {
  font-size: var(--svc-text-lg);
  font-weight: 800;
  line-height: 1.3;
}

.svc-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
}


/* ── 7. HERO IMAGE SYSTEM ───────────────────────────────────── */

.svc-hero__image-wrap {
  position: relative;
  border-radius: var(--svc-radius-xl);
  overflow: visible;
}

.svc-hero__img {
  width: 100%;
  height: auto;
  border-radius: var(--svc-radius-xl);
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  box-shadow: var(--svc-shadow-lg);
}

.svc-hero__stat-card {
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
  background-color: var(--svc-white);
  border-radius: var(--svc-radius-lg);
  padding: 1rem 1.5rem;
  box-shadow: var(--svc-shadow-lg);
  border: 1px solid var(--svc-border);
  min-width: 11rem;
}

.svc-hero__stat-number {
  font-family: "DM Sans",sans-serif !important;
  font-size: var(--svc-text-2xl);
  font-weight: 700;
  color: var(--svc-primary);
  line-height: 1;
}

.svc-hero__stat-label {
  font-size: var(--svc-text-xs);
  color: var(--svc-text-muted);
  margin-top: 0.25rem;
  line-height: 1.4;
}


/* ── 8. STAT BLOCKS ─────────────────────────────────────────── */

.svc-stat-block {
  padding: var(--svc-space-lg) var(--svc-space-xl);
  background-color: var(--svc-white);
  border-radius: var(--svc-radius-lg);
  border: 1px solid var(--svc-border);
  box-shadow: var(--svc-shadow-sm);
}

.svc-stat-block__icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--svc-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--svc-primary);
  margin: 0 auto 0.875rem;
}

.svc-stat-block__value {
  font-family: "DM Sans",sans-serif !important;
  font-size: var(--svc-text-2xl);
  font-weight: 700;
  color: var(--svc-text);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.svc-stat-block__label {
  font-size: var(--svc-text-sm);
  color: var(--svc-text-muted);
  line-height: 1.4;
}


/* ── 9. BENEFIT CARD SYSTEM ─────────────────────────────────── */

.svc-benefit-card {
  background-color: var(--svc-white);
  border: 1px solid var(--svc-border);
  border-radius: var(--svc-radius-lg);
  padding: var(--svc-space-xl);
  box-shadow: var(--svc-shadow-sm);
  transition:
    box-shadow var(--svc-transition),
    transform var(--svc-transition),
    border-color var(--svc-transition);
}

.svc-benefit-card:hover {
  box-shadow: var(--svc-shadow-md);
  border-color: rgba(34, 178, 85, 0.3);
  transform: translateY(-3px);
}

.svc-benefit-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  background: linear-gradient(135deg, var(--svc-primary-light), rgba(34, 178, 85, 0.08));
  border-radius: var(--svc-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: var(--svc-primary);
  margin-bottom: 1.125rem;
  flex-shrink: 0;
}

.svc-benefit-card__title {
  font-size: var(--svc-text-md);
  font-weight: 700;
  color: var(--svc-text);
  margin-bottom: 0.625rem;
  line-height: var(--svc-leading-snug);
}

.svc-benefit-card__text {
  font-size: var(--svc-text-sm);
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
  margin-bottom: 0;
}


/* ── 10. INCLUDED LIST SYSTEM ───────────────────────────────── */

.svc-included-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.svc-included-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: var(--svc-text-base);
  color: var(--svc-text);
  font-weight: 500;
  line-height: var(--svc-leading-snug);
}

.svc-included-list li i {
  color: var(--svc-primary);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.svc-included__note {
  background-color: var(--svc-primary-xlight);
  border: 1px solid rgba(34, 178, 85, 0.2);
  border-left: 4px solid var(--svc-primary);
  border-radius: var(--svc-radius-md);
  padding: 1rem 1.25rem;
  font-size: var(--svc-text-sm);
  color: var(--svc-text);
  line-height: 1.6;
}


/* ── 11. TRUST BLOCK SYSTEM ─────────────────────────────────── */

.svc-trust-block {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background-color: var(--svc-white);
  border: 1px solid var(--svc-border);
  border-radius: var(--svc-radius-lg);
  padding: var(--svc-space-xl);
  box-shadow: var(--svc-shadow-sm);
  height: 100%;
  transition: box-shadow var(--svc-transition), border-color var(--svc-transition);
}

.svc-trust-block:hover {
  box-shadow: var(--svc-shadow-md);
  border-color: rgba(34, 178, 85, 0.25);
}

.svc-trust-block__icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--svc-primary-light);
  border-radius: var(--svc-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--svc-primary);
  flex-shrink: 0;
}

.svc-trust-block__body {
  flex: 1;
}

.svc-trust-block__title {
  font-size: var(--svc-text-md);
  font-weight: 700;
  color: var(--svc-text);
  margin-bottom: 0.5rem;
  line-height: var(--svc-leading-snug);
}

.svc-trust-block__text {
  font-size: var(--svc-text-sm);
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
  margin-bottom: 0;
}


/* ── 12. TESTIMONIAL SYSTEM ─────────────────────────────────── */

.svc-testimonial {
  background: linear-gradient(135deg, var(--svc-primary-light), rgba(34, 178, 85, 0.04));
  border: 1px solid rgba(34, 178, 85, 0.2);
  border-radius: var(--svc-radius-xl);
  padding: var(--svc-space-2xl) var(--svc-space-xl);
  text-align: center;
  position: relative;
}

.svc-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: "DM Sans",sans-serif !important;
  font-size: 5rem;
  line-height: 1;
  color: rgba(34, 178, 85, 0.15);
  pointer-events: none;
  user-select: none;
}

.svc-testimonial__stars {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.25rem;
}

.svc-testimonial__quote {
  font-family: "DM Sans",sans-serif !important;
  font-size: clamp(var(--svc-text-base), 2vw, var(--svc-text-lg));
  font-style: italic;
  color: var(--svc-text);
  line-height: var(--svc-leading-loose);
  margin-bottom: 1.25rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.svc-testimonial__author {
  font-size: var(--svc-text-sm);
  color: var(--svc-text-muted);
}

.svc-testimonial__author strong {
  color: var(--svc-text);
}


/* ── 13. FAQ STYLING ────────────────────────────────────────── */

.svc-faq-list {
  --bs-accordion-border-color: var(--svc-border);
  --bs-accordion-btn-bg: var(--svc-white);
  --bs-accordion-active-bg: var(--svc-primary-xlight);
  --bs-accordion-active-color: var(--svc-primary-dark);
  --bs-accordion-btn-focus-border-color: var(--svc-primary);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(34, 178, 85, 0.15);
  border-radius: var(--svc-radius-lg);
  overflow: hidden;
  box-shadow: var(--svc-shadow-sm);
}

.svc-faq-item {
  border: 1px solid var(--svc-border);
  margin-bottom: 0.625rem;
  border-radius: var(--svc-radius-md) !important;
  overflow: hidden;
}

.svc-faq-item + .svc-faq-item {
  border-top: 1px solid var(--svc-border);
}

.svc-faq-question {
  font-size: var(--svc-text-base);
  font-weight: 700;
  color: var(--svc-text);
  padding: 1.125rem 1.5rem;
  background-color: var(--svc-white);
  border: none;
  line-height: var(--svc-leading-snug);
  transition: background-color var(--svc-transition), color var(--svc-transition);
}

.svc-faq-question:not(.collapsed) {
  background-color: var(--svc-primary-xlight);
  color: var(--svc-primary-dark);
}

.svc-faq-question::after {
  filter: none;
  opacity: 0.5;
}

.svc-faq-question:not(.collapsed)::after {
  filter: none;
}

.svc-faq-answer {
  font-size: var(--svc-text-base);
  color: var(--svc-text-muted);
  line-height: var(--svc-leading-loose);
  padding: 1.125rem 1.5rem;
  background-color: var(--svc-white);
}

.svc-faq__more {
  font-size: var(--svc-text-sm);
  color: var(--svc-text-muted);
  margin-bottom: 0;
}


/* ── 14. ENQUIRY FORM SYSTEM ────────────────────────────────── */

.svc-enquiry-form {
  background-color: var(--svc-white);
  border-radius: var(--svc-radius-xl);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}

.svc-enquiry-form__header {
  background: linear-gradient(135deg, var(--svc-primary), var(--svc-primary-dark));
  padding: 1.5rem 2rem;
}

.svc-enquiry-form__title {
  font-size: var(--svc-text-lg);
  font-weight: 700;
  color: var(--svc-white);
  margin-bottom: 0.25rem;
}

.svc-enquiry-form__subtitle {
  font-size: var(--svc-text-sm);
  color: rgba(255,255,255,0.75);
  margin-bottom: 0;
}

.svc-enquiry-form__body {
  padding: 2rem;
}

.svc-form-label {
  font-size: var(--svc-text-sm);
  font-weight: 700;
  color: var(--svc-text);
  margin-bottom: 0.375rem;
}

.svc-form-input {
  font-size: var(--svc-text-sm);
  border: 1.5px solid var(--svc-border);
  border-radius: var(--svc-radius-md);
  padding: 0.7rem 1rem;
  color: var(--svc-text);
  background-color: var(--svc-off-white);
  transition:
    border-color var(--svc-transition),
    box-shadow var(--svc-transition),
    background-color var(--svc-transition);
}

.svc-form-input:focus {
  border-color: var(--svc-primary);
  box-shadow: 0 0 0 0.2rem rgba(34, 178, 85, 0.15);
  background-color: var(--svc-white);
  outline: none;
}

.svc-form-input::placeholder {
  color: var(--svc-text-light);
}

.svc-form-privacy {
  font-size: var(--svc-text-xs);
  color: var(--svc-text-light);
  text-align: center;
  margin-bottom: 0;
}

.svc-form-privacy a {
  color: var(--svc-text-muted);
  text-decoration: underline;
}


/* ── 15. FINAL CTA TYPOGRAPHY ───────────────────────────────── */

.svc-final-cta__eyebrow {
  font-size: var(--svc-text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--svc-primary);
  margin-bottom: 0.625rem;
}

.svc-final-cta__title {
  font-family: "DM Sans",sans-serif !important;
  font-size: clamp(var(--svc-text-xl), 3.5vw, var(--svc-text-3xl));
  font-weight: 700;
  color: var(--svc-white);
  line-height: var(--svc-leading-snug);
  margin-bottom: 1rem;
}

.svc-final-cta__text {
  font-size: var(--svc-text-md);
  color: rgba(255,255,255,0.75);
  line-height: var(--svc-leading-loose);
  margin-bottom: 1.5rem;
}

.svc-final-cta__call-block {
  margin-bottom: 0.5rem;
}

.svc-final-cta__reassurance {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.svc-final-cta__reassurance li {
  font-size: var(--svc-text-sm);
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.svc-final-cta__reassurance li i {
  color: var(--svc-primary);
}


/* ── 16. RESPONSIVE UTILITIES ───────────────────────────────── */

/* Mobile: tighten sections */
@media (max-width: 767.98px) {
  .svc-section {
    padding-top: var(--svc-section-py-sm);
    padding-bottom: var(--svc-section-py-sm);
  }

  .svc-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .svc-final-cta {
    padding-top: var(--svc-section-py-sm);
    padding-bottom: var(--svc-section-py-sm);
  }

  .svc-hero__stat-card {
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .svc-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .svc-cta-group .svc-btn {
    width: 100%;
    justify-content: center;
  }

  .svc-btn--lg {
    font-size: var(--svc-text-base);
    padding: 0.9rem 1.5rem;
  }

  .svc-trust-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }

  .svc-enquiry-form__body {
    padding: 1.5rem;
  }

  .svc-final-cta__call-block .svc-btn--white {
    width: 100%;
    justify-content: flex-start;
  }

  .svc-section__title {
    font-size: var(--svc-text-2xl);
  }

  .svc-hero__title {
    font-size: var(--svc-text-3xl);
  }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .svc-hero {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .svc-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Large desktop enhancement */
@media (min-width: 1400px) {
  .svc-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .svc-hero {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}


/* ── 17. FOCUS & ACCESSIBILITY ──────────────────────────────── */

.svc-btn:focus-visible {
  outline: 3px solid var(--svc-primary);
  outline-offset: 3px;
}

.svc-form-input:focus-visible {
  outline: 2px solid var(--svc-primary);
  outline-offset: 0;
}

@media (prefers-reduced-motion: reduce) {
  .svc-benefit-card,
  .svc-trust-block,
  .svc-btn {
    transition: none;
    transform: none !important;
  }
}


/* ── 18. UTILITY OVERRIDES ──────────────────────────────────── */

/* Force Bootstrap accordion to use our variables */
.svc-faq-list .accordion-button:not(.collapsed) {
  background-color: var(--svc-primary-xlight);
  color: var(--svc-primary-dark);
  box-shadow: inset 0 -1px 0 rgba(34, 178, 85, 0.15);
}

.svc-faq-list .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 178, 85, 0.15);
}

.svc-faq-list .accordion-body {
  padding: 1rem 1.5rem 1.375rem;
}

/* Ensure Bootstrap form-control inherits our custom class overrides */
.form-control.svc-form-input,
.form-select.svc-form-input {
  border-color: var(--svc-border);
}

.form-control.svc-form-input:focus,
.form-select.svc-form-input:focus {
  border-color: var(--svc-primary);
  box-shadow: 0 0 0 0.2rem rgba(34, 178, 85, 0.15);
}

/* ══════════════════════════════════════════════════════════════
   THE EU JOB — HOME PAGE  |  home.css
   ─────────────────────────────────────────────────────────────
   Palette  : #22b255 green · #19843f deep · #0d5c2c dark
              #0e0e0e black · #1a1a1a charcoal · #f8f6f2 cream
              #ffffff white · #6b7280 muted
   Fonts    : DM Sans (headings / UI) · Inter (body copy)
   Prefix   : h-  — all classes isolated, no parent bleed
══════════════════════════════════════════════════════════════ */

/* ── Tokens ───────────────────────────────────────────────── */
:root {
    --h-g:        #22b255;
    --h-gd:       #19843f;
    --h-gdk:      #0d5c2c;
    --h-k:        #0e0e0e;
    --h-k2:       #1a1a1a;
    --h-k3:       #2b2b2b;
    --h-cream:    #f8f6f2;
    --h-white:    #ffffff;
    --h-muted:    #6b7280;
    --h-border:   #e5e7eb;
    --h-border-g: rgba(34,178,85,.22);
    --h-ds:       'DM Sans', system-ui, sans-serif;
    --h-inter:    'Inter', system-ui, sans-serif;
    --h-r:        10px;
    --h-r-lg:     18px;
    --h-ease:     0.28s cubic-bezier(.4,0,.2,1);
}

/* ── Base reset scoped to home sections ─────────────────────  */
.h-topbar, .h-hero, .h-trust-bar, .h-why, .h-services,
.h-process, .h-about, .h-testimonials, .h-cta,
.h-topbar *, .h-hero *, .h-trust-bar *, .h-why *,
.h-services *, .h-process *, .h-about *, .h-testimonials *,
.h-cta * {
    box-sizing: border-box;
}

/* ── Shared atoms ─────────────────────────────────────────── */
.h-section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.h-section-label::before {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--h-g);
    flex-shrink: 0;
}
.h-section-label span {
    font-family: var(--h-inter);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--h-g);
}
.h-section-title {
    font-family: var(--h-ds);
    font-size: clamp(1.85rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: var(--h-k);
    line-height: 1.18;
    letter-spacing: -.025em;
    margin: 0 0 1rem;
}
.h-section-title--light { color: var(--h-white); }
.h-section-body {
    font-family: var(--h-inter);
    font-size: 1rem;
    font-weight: 400;
    color: var(--h-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* ── Buttons ─────────────────────────────────────────────── */
.h-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--h-ds);
    font-size: .92rem;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 8px;
    border: 2px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--h-ease);
    white-space: nowrap;
    line-height: 1;
}
.h-btn i { font-size: .85em; }
.h-btn--green { background: var(--h-g); color: var(--h-white); border-color: var(--h-g); }
.h-btn--green:hover { background: var(--h-gd); border-color: var(--h-gd); color: var(--h-white); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,178,85,.3); text-decoration: none; }
.h-btn--ghost-white { background: transparent; color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.22); }
.h-btn--ghost-white:hover { background: rgba(255,255,255,.08); color: var(--h-white); border-color: rgba(255,255,255,.5); text-decoration: none; }
.h-btn--outline-dark { background: transparent; color: var(--h-k); border-color: var(--h-border); }
.h-btn--outline-dark:hover { background: var(--h-k); color: var(--h-white); border-color: var(--h-k); text-decoration: none; transform: translateY(-2px); }
.h-btn--full { width: 100%; justify-content: center; }

/* ══════════════════════════════════════════════════════════
   TOP BAR
══════════════════════════════════════════════════════════ */
.h-topbar { background: var(--h-gdk); padding: 8px 0; }
.h-topbar__inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.h-topbar__left { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.h-topbar__item { display: flex; align-items: center; gap: 7px; font-family: var(--h-inter); font-size: .78rem; font-weight: 500; color: rgba(255,255,255,.78); text-decoration: none; padding: 2px 18px 2px 0; transition: color var(--h-ease); }
.h-topbar__item:hover { color: var(--h-white); }
.h-topbar__item i { color: rgba(255,255,255,.5); font-size: .75rem; }
.h-topbar__sep { width: 1px; height: 14px; background: rgba(255,255,255,.18); margin: 0 18px 0 0; }
.h-topbar__cqc-label { font-family: var(--h-inter); font-size: .75rem; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 6px; letter-spacing: .04em; }

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.h-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: calc(100vh - 40px); background: var(--h-k); }
.h-hero__left { position: relative; overflow: hidden; display: flex; align-items: center; }
.h-hero__left::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.04); top: -120px; right: -100px; pointer-events: none; }
.h-hero__left::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(34,178,85,.1) 0%, transparent 70%); bottom: 0; left: -60px; pointer-events: none; }
.h-hero__left-inner { position: relative; z-index: 2; padding: 80px 56px 80px 64px; }

.h-hero__pill { display: inline-flex; align-items: center; gap: 10px; background: rgba(34,178,85,.1); border: 1px solid rgba(34,178,85,.28); border-radius: 100px; padding: 7px 16px 7px 7px; margin-bottom: 28px; }
.h-hero__pill-dot { width: 24px; height: 24px; background: var(--h-g); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.h-hero__pill-dot i { color: var(--h-white); font-size: .6rem; }
.h-hero__pill span { font-family: var(--h-inter); font-size: .72rem; font-weight: 600; color: rgba(255,255,255); letter-spacing: .04em; }

.h-hero__h1 { font-family: var(--h-ds); font-size: clamp(2.8rem, 5.5vw, 4.2rem); font-weight: 700; color: var(--h-white); line-height: 1.08; letter-spacing: -.03em; margin-bottom: 20px; }
.h-hero__accent { color: var(--h-g); }
.h-hero__sub { font-family: var(--h-inter); font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255); line-height: 1.8; max-width: 440px; margin-bottom: 36px; }
.h-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }

.h-hero__trust { display: flex; gap: 28px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; }
.h-hero__trust-item { display: flex; align-items: center; gap: 11px; }
.h-hero__trust-ico { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center; color: var(--h-g); font-size: .9rem; flex-shrink: 0; }
.h-hero__trust-item strong { display: block; font-family: var(--h-inter); font-size: .85rem; font-weight: 600; color: var(--h-white); line-height: 1.2; }
.h-hero__trust-item span { font-family: var(--h-inter); font-size: .75rem; color: rgba(255,255,255,.4); }

.h-hero__right { background: var(--h-cream); display: flex; flex-direction: column; padding: 36px 40px 36px 36px; gap: 16px; }
.h-hero__img-wrap { flex: 1; position: relative; min-height: 0; }
.h-hero__img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--h-r-lg); display: block; min-height: 320px; }
.h-hero__img-badge { position: absolute; bottom: 20px; left: 20px; background: var(--h-white); border-radius: 12px; padding: 14px 20px; border: 1px solid var(--h-border); box-shadow: 0 4px 20px rgba(0,0,0,.1); }
.h-hero__img-badge strong { display: block; font-family: var(--h-inter); font-size: 2rem; font-weight: 700; color: var(--h-g); line-height: 1; }
.h-hero__img-badge strong sup { font-size: .85rem; }
.h-hero__img-badge span { font-family: var(--h-inter); font-size: .75rem; color: var(--h-muted); font-weight: 500; }

.h-hero__stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; flex-shrink: 0; }
.h-hero__stat { background: var(--h-white); border-radius: var(--h-r); padding: 16px 14px; border: 1px solid var(--h-border); }
.h-hero__stat strong { display: block; font-family: var(--h-inter); font-size: 1.7rem; font-weight: 700; color: var(--h-k); line-height: 1; letter-spacing: -.02em; }
.h-hero__stat strong sup { font-size: .75rem; color: var(--h-g); font-weight: 700; }
.h-hero__stat span { display: block; font-family: var(--h-inter); font-size: .72rem; color: var(--h-muted); font-weight: 500; margin-top: 4px; line-height: 1.35; }

/* ══════════════════════════════════════════════════════════
   CQC TRUST BAR
══════════════════════════════════════════════════════════ */
.h-trust-bar { background: var(--h-white); border-top: 3px solid var(--h-g); border-bottom: 1px solid var(--h-border); padding: 18px 0; }
.h-trust-bar__inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 0; flex-wrap: wrap; }
.h-trust-badge { display: flex; align-items: center; gap: 12px; padding: 8px 28px 8px 0; flex: 1; }
.h-trust-badge:last-child { padding-right: 0; }
.h-trust-bar__sep { width: 1px; height: 40px; background: var(--h-border); flex-shrink: 0; margin-right: 28px; }
.h-trust-badge__logo-box { width: 52px; height: 52px; background: linear-gradient(135deg,#003087 0%,#004da8 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.h-trust-badge__cqc-text { font-family: var(--h-inter); font-size: .8rem; font-weight: 800; color: var(--h-white); letter-spacing: .06em; }
.h-trust-badge__score { width: 52px; height: 52px; background: var(--h-g); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--h-inter); font-size: 1rem; font-weight: 700; color: var(--h-white); flex-shrink: 0; }
.h-trust-badge__award-ico { width: 52px; height: 52px; background: #fef3c7; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #d97706; font-size: 1.3rem; }
.h-trust-badge__tp-ico { width: 52px; height: 52px; background: var(--h-k); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #f59e0b; font-size: 1.3rem; }
.h-trust-badge__info strong { display: block; font-family: var(--h-inter); font-size: .84rem; font-weight: 700; color: var(--h-k); line-height: 1.2; }
.h-trust-badge__info span { font-family: var(--h-inter); font-size: .75rem; color: var(--h-muted); display: block; margin-top: 1px; }
.h-trust-badge__rating { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.h-trust-badge__rating i { color: var(--h-g); font-size: .55rem; }
.h-trust-badge__rating b { font-family: var(--h-inter); font-size: .78rem; font-weight: 700; color: var(--h-g); }

/* ══════════════════════════════════════════════════════════
   WHY CHOOSE US
══════════════════════════════════════════════════════════ */
.h-why { padding: 96px 0; background: var(--h-cream); }
.h-why__img-block { position: relative; }
.h-why__img { width: 100%; border-radius: var(--h-r-lg); display: block; object-fit: cover; max-height: 540px; }
.h-why__img-float { position: absolute; bottom: -16px; right: -16px; background: var(--h-white); border-radius: 14px; padding: 16px 20px; border: 1px solid var(--h-border); box-shadow: 0 8px 32px rgba(0,0,0,.1); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; max-width: 220px; }
.h-why__img-float i { font-size: .85rem; }
.h-why__img-float strong { font-family: var(--h-inter); font-size: 1.05rem; font-weight: 700; color: var(--h-k); margin-left: 2px; }
.h-why__img-float span { font-family: var(--h-inter); font-size: .78rem; color: var(--h-muted); width: 100%; margin-top: 2px; }

.h-why__feats { display: flex; flex-direction: column; margin-top: 24px; border-top: 1px solid var(--h-border); }
.h-why__feat { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--h-border); align-items: start; }
.h-why__feat-num { font-family: var(--h-inter); font-size: .82rem; font-weight: 700; color: rgba(34,178,85,.35); padding-top: 3px; letter-spacing: .04em; }
.h-why__feat-body h5 { font-family: var(--h-ds); font-size: .95rem; font-weight: 600; color: var(--h-k); margin-bottom: 4px; line-height: 1.3; }
.h-why__feat-body h5 i { color: var(--h-g); font-size: .82rem; margin-right: 4px; }
.h-why__feat-body p { font-family: var(--h-inter); font-size: .86rem; color: var(--h-muted); margin: 0; line-height: 1.65; }

/* ══════════════════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════════════════ */
.h-services { padding: 96px 0; background: var(--h-white); }
.h-services__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 24px; flex-wrap: wrap; }
.h-services__head-right p { font-family: var(--h-inter); font-size: .88rem; color: var(--h-muted); line-height: 1.65; text-align: right; max-width: 260px; margin-bottom: 8px; }
.h-services__head-right a { font-family: var(--h-inter); font-size: .88rem; font-weight: 600; color: var(--h-g); text-decoration: none; display: flex; align-items: center; gap: 5px; justify-content: flex-end; transition: gap var(--h-ease); }
.h-services__head-right a:hover { gap: 9px; color: var(--h-gd); }

.h-feat-service { display: grid; grid-template-columns: 1fr 1.1fr; border-radius: var(--h-r-lg); overflow: hidden; border: 1px solid var(--h-border); margin-bottom: 28px; }
.h-feat-service__img { position: relative; min-height: 320px; overflow: hidden; }
.h-feat-service__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h-feat-service__tag { position: absolute; top: 20px; left: 20px; background: var(--h-g); color: var(--h-white); font-family: var(--h-inter); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }
.h-feat-service__body { background: var(--h-k); padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.h-feat-service__body h3 { font-family: var(--h-ds); font-size: 1.65rem; font-weight: 700; color: var(--h-white); line-height: 1.2; margin-bottom: 12px; letter-spacing: -.02em; }
.h-feat-service__body > p { font-family: var(--h-inter); font-size: .92rem; color: rgba(255,255,255); line-height: 1.8; margin-bottom: 20px; font-weight: 300; }

.h-check-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.h-check-list li { display: flex; align-items: center; gap: 9px; font-family: var(--h-inter); font-size: .88rem; color: rgba(255,255,255,.8); font-weight: 500; }
.h-check-list li::before { content: ''; width: 18px; height: 18px; min-width: 18px; border-radius: 50%; background: rgba(34,178,85,.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-4.5' stroke='%2322b255' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat; border: 1px solid var(--h-g); }

.h-svc-card { display: flex; flex-direction: column; background: var(--h-white); border: 1px solid var(--h-border); border-radius: var(--h-r-lg); padding: 24px 20px 20px; text-decoration: none; transition: all var(--h-ease); position: relative; overflow: hidden; height: 100%; }
.h-svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--h-g); transform: scaleX(0); transition: transform var(--h-ease); transform-origin: left; }
.h-svc-card:hover { border-color: rgba(34,178,85,.3); transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0,0,0,.09); text-decoration: none; }
.h-svc-card:hover::after { transform: scaleX(1); }
.h-svc-card__ico { width: 48px; height: 48px; border-radius: 11px; background: rgba(34,178,85,.08); border: 1px solid rgba(34,178,85,.18); display: flex; align-items: center; justify-content: center; color: var(--h-g); font-size: 1.05rem; margin-bottom: 16px; transition: all var(--h-ease); flex-shrink: 0; }
.h-svc-card:hover .h-svc-card__ico { background: var(--h-g); color: var(--h-white); border-color: var(--h-g); }
.h-svc-card h5 { font-family: var(--h-ds); font-size: 1rem; font-weight: 600; color: var(--h-k); margin-bottom: 8px; line-height: 1.3; }
.h-svc-card p { font-family: var(--h-inter); font-size: .82rem; color: var(--h-muted); line-height: 1.65; margin: 0 0 16px; flex: 1; }
.h-svc-card__arrow { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--h-border); color: var(--h-g); font-size: .7rem; transition: all var(--h-ease); margin-top: auto; align-self: flex-start; }
.h-svc-card:hover .h-svc-card__arrow { background: var(--h-g); color: var(--h-white); border-color: var(--h-g); transform: translateX(3px); }

/* ══════════════════════════════════════════════════════════
   PROCESS
══════════════════════════════════════════════════════════ */
.h-process { padding: 96px 0; background: var(--h-k); position: relative; overflow: hidden; }
.h-process::before { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(34,178,85,.06); top: -180px; right: -120px; pointer-events: none; }
.h-process__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; gap: 32px; flex-wrap: wrap; }
.h-process__sub { font-family: var(--h-inter); font-size: .9rem; color: rgba(255,255,255); max-width: 220px; line-height: 1.7; text-align: right; }
.h-process__steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.h-process__connector { position: absolute; top: 30px; left: calc(12.5%); right: calc(12.5%); height: 1px; background: repeating-linear-gradient(90deg,var(--h-g) 0,var(--h-g) 8px,transparent 8px,transparent 18px); z-index: 0; }
.h-process__step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.h-process__step-num { width: 60px; height: 60px; border-radius: 50%; background: var(--h-k2); border: 2px solid var(--h-g); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.h-process__step-num span { font-family: var(--h-inter); font-size: 1.15rem; font-weight: 700; color: var(--h-g); }
.h-process__step h5 { font-family: var(--h-ds); font-size: .98rem; font-weight: 600; color: var(--h-white); margin-bottom: 10px; }
.h-process__step p { font-family: var(--h-inter); font-size: .82rem; color: rgba(255,255,255); line-height: 1.7; }

/* ══════════════════════════════════════════════════════════
   ABOUT
══════════════════════════════════════════════════════════ */
.h-about { padding: 96px 0; background: var(--h-white); }
.h-about__img-stack { position: relative; height: 480px; }
.h-about__img-a { position: absolute; top: 0; left: 0; width: 74%; height: 340px; object-fit: cover; border-radius: var(--h-r-lg); display: block; }
.h-about__img-b { position: absolute; bottom: 0; right: 0; width: 56%; height: 220px; object-fit: cover; border-radius: var(--h-r-lg); border: 4px solid var(--h-white); display: block; box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.h-about__img-card { position: absolute; top: 48%; left: 50%; transform: translate(-50%,-50%); background: var(--h-g); border-radius: 14px; padding: 18px 22px; text-align: center; min-width: 160px; border: 3px solid var(--h-white); box-shadow: 0 8px 28px rgba(34,178,85,.35); }
.h-about__img-card i { color: rgba(255,255,255,.7); font-size: 1.2rem; margin-bottom: 6px; display: block; }
.h-about__img-card strong { display: block; font-family: var(--h-inter); font-size: .82rem; font-weight: 700; color: var(--h-white); line-height: 1.4; }
.h-about__img-card span { display: block; font-family: var(--h-inter); font-size: .72rem; color: rgba(255,255,255,.7); margin-top: 3px; }
.h-about__stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 28px 0; }
.h-about__stat { background: var(--h-cream); border: 1px solid var(--h-border); border-radius: var(--h-r); padding: 18px 14px; transition: border-color var(--h-ease); }
.h-about__stat:hover { border-color: var(--h-g); }
.h-about__stat strong { display: block; font-family: var(--h-inter); font-size: 1.7rem; font-weight: 700; color: var(--h-g); line-height: 1; letter-spacing: -.02em; }
.h-about__stat strong sup { font-size: .75rem; font-weight: 700; }
.h-about__stat span { display: block; font-family: var(--h-inter); font-size: .74rem; color: var(--h-muted); font-weight: 500; margin-top: 5px; line-height: 1.35; }
.h-about__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════════ */
.h-testimonials { padding: 96px 0; background: var(--h-cream); }
.h-testimonials__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.h-testimonials__all { font-family: var(--h-inter); font-size: .88rem; font-weight: 600; color: var(--h-g); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: gap var(--h-ease); }
.h-testimonials__all:hover { gap: 10px; color: var(--h-gd); }
.h-tcard { background: var(--h-white); border: 1px solid var(--h-border); border-radius: var(--h-r-lg); padding: 28px; height: 100%; display: flex; flex-direction: column; transition: all var(--h-ease); }
.h-tcard:hover { border-color: rgba(34,178,85,.28); box-shadow: 0 12px 36px rgba(0,0,0,.07); transform: translateY(-4px); }
.h-tcard__stars { display: flex; gap: 3px; margin-bottom: 16px; }
.h-tcard__stars i { color: #f59e0b; font-size: .9rem; }
.h-tcard__quote { font-family: var(--h-inter); font-size: .92rem; color: #374151; line-height: 1.8; flex: 1; margin-bottom: 20px; font-style: italic; }
.h-tcard__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--h-border); }
.h-tcard__av { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--h-inter); font-size: .82rem; font-weight: 700; color: var(--h-white); flex-shrink: 0; }
.h-tcard__author strong { display: block; font-family: var(--h-inter); font-size: .88rem; font-weight: 600; color: var(--h-k); line-height: 1.2; }
.h-tcard__author span { font-family: var(--h-inter); font-size: .75rem; color: var(--h-muted); }

/* ══════════════════════════════════════════════════════════
   CTA + FORM
══════════════════════════════════════════════════════════ */
.h-cta { padding: 96px 0; background: #0d5c2c !important; position: relative; overflow: hidden; }
.h-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 70% at 85% 50%,rgba(34,178,85,.1) 0%,transparent 65%); pointer-events: none; }
.h-cta > .container { position: relative; z-index: 1; }
.h-cta__sub { font-family: var(--h-inter); font-size: 1rem; font-weight: 300; color: rgba(255,255,255); line-height: 1.8; margin: 16px 0 28px; max-width: 440px; }
.h-cta__trust-list { display: flex; flex-direction: column; gap: 12px; }
.h-cta__trust-item { font-family: var(--h-inter); font-size: .88rem; color: rgba(255,255,255); display: flex; align-items: center; gap: 10px; }
.h-cta__trust-item i { color: var(--h-g); font-size: .9rem; }
.h-cta-form { background: var(--h-white); border-radius: var(--h-r-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.h-cta-form__head { background: var(--h-cream); padding: 28px 32px 24px; border-bottom: 1px solid var(--h-border); }
.h-cta-form__head h4 { font-family: var(--h-ds); font-size: 1.2rem; font-weight: 700; color: var(--h-k); margin-bottom: 4px; letter-spacing: -.015em; }
.h-cta-form__head p { font-family: var(--h-inter); font-size: .82rem; color: var(--h-muted); margin: 0; }
.h-cta-form__body { padding: 28px 32px 24px; }
.h-field-label { display: block; font-family: var(--h-inter); font-size: .75rem; font-weight: 600; color: var(--h-k); margin-bottom: 5px; letter-spacing: .01em; }
.h-field { width: 100%; background: var(--h-cream); border: 1px solid var(--h-border); border-radius: 8px; padding: 11px 14px; font-family: var(--h-inter); font-size: .88rem; color: var(--h-k); outline: none; transition: border-color var(--h-ease),box-shadow var(--h-ease); -webkit-appearance: none; }
.h-field:focus { border-color: var(--h-g); box-shadow: 0 0 0 3px rgba(34,178,85,.12); background: var(--h-white); }
.h-field--textarea { min-height: 90px; resize: vertical; }
.h-cta-form__small { font-family: var(--h-inter); font-size: .74rem; color: var(--h-muted); text-align: center; margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.h-cta-form__small i { color: var(--h-g); }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .h-hero__left-inner { padding: 64px 40px 64px 48px; }
    .h-about__stats { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 991px) {
    .h-hero { grid-template-columns: 1fr; min-height: auto; }
    .h-hero__left { order: 2; }
    .h-hero__left-inner { padding: 56px 24px 48px; text-align: center; }
    .h-hero__sub { max-width: 100%; margin-left: auto; margin-right: auto; }
    .h-hero__actions { justify-content: center; }
    .h-hero__trust { justify-content: center; }
    .h-hero__right { order: 1; padding: 32px 24px 0; min-height: 380px; }
    .h-hero__img { min-height: 260px; }
    .h-trust-bar__inner { justify-content: center; gap: 20px; }
    .h-trust-badge { flex: none; padding: 0; }
    .h-trust-bar__sep { display: none; }
    .h-why__img-block { margin-bottom: 48px; }
    .h-why__img-float { right: 0; }
    .h-services__head { flex-direction: column; align-items: flex-start; }
    .h-services__head-right p { text-align: left; }
    .h-services__head-right a { justify-content: flex-start; }
    .h-feat-service { grid-template-columns: 1fr; }
    .h-feat-service__img { min-height: 240px; }
    .h-process__steps { grid-template-columns: repeat(2,1fr); gap: 32px; }
    .h-process__connector { display: none; }
    .h-process__head { flex-direction: column; }
    .h-process__sub { text-align: left; max-width: 100%; }
    .h-about__img-stack { height: 360px; }
    .h-about__img-a { width: 70%; height: 270px; }
    .h-about__img-b { width: 54%; height: 180px; }
    .h-cta-form__head, .h-cta-form__body { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 767px) {
    .h-topbar__left { flex-direction: column; align-items: flex-start; }
    .h-topbar__sep { display: none; }
    .h-topbar__right { display: none; }
    .h-hero__h1 { font-size: 2.4rem; }
    .h-topbar{ display:none;}
    .h-hero__stat-row { grid-template-columns: repeat(3,1fr); }
    .h-process__steps { grid-template-columns: 1fr; gap: 24px; }
    .h-about__stats { grid-template-columns: repeat(2,1fr); }
    .h-check-list { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .h-hero__actions { flex-direction: column; }
    .h-hero__actions .h-btn { width: 100%; justify-content: center; }
    .h-hero__trust { flex-direction: column; gap: 14px; align-items: flex-start; }
    .h-trust-badge { min-width: 100%; }
    .h-about__img-stack { height: 300px; }
    .h-cta-form__head, .h-cta-form__body { padding: 20px 16px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ══════════════════════════════════════════════════════════════
   THE EU JOB — FOOTER  |  footer.css
   ─────────────────────────────────────────────────────────────
   Palette  : #22b255 green · #19843f deep · #0d5c2c dark
              #0e0e0e black · #25d366 whatsapp green
              #ffffff white · rgba(255,255,255,.xx) dim whites
   Fonts    : DM Sans (headings) · Inter (body)
   Prefix   : ft-  — fully isolated, zero parent bleed
══════════════════════════════════════════════════════════════ */

/* ── Tokens ─────────────────────────────────────────────── */
:root {
    --ft-g:        #22b255;
    --ft-gd:       #19843f;
    --ft-gdk:      #0d5c2c;
    --ft-k:        #0e0e0e;
    --ft-wa:       #25d366;
    --ft-white:    #ffffff;
    --ft-muted:    rgba(255,255,255);
    --ft-border:   rgba(255,255,255,.07);
    --ft-ds:       'DM Sans', system-ui, sans-serif;
    --ft-inter:    'Inter', system-ui, sans-serif;
    --ft-r:        10px;
    --ft-ease:     0.25s cubic-bezier(.4,0,.2,1);
}

/* ── Reset ──────────────────────────────────────────────── */
.ft-footer, .ft-footer * { box-sizing: border-box; }
.ft-wa-float, .ft-wa-float * { box-sizing: border-box; }

/* ══════════════════════════════════════════════════════════
   FOOTER WRAPPER
══════════════════════════════════════════════════════════ */
.ft-footer {
    background: var(--ft-k);
    padding: 64px 0 0;
    position: relative;
    overflow: hidden;
}
.ft-footer::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,178,85,.07) 0%, transparent 70%);
    pointer-events: none;
}
.ft-footer::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34,178,85,.04) 0%, transparent 70%);
    pointer-events: none;
}
.ft-footer > .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* ══════════════════════════════════════════════════════════
   TOP STRIP — CQC / BADGES / NEWSLETTER
══════════════════════════════════════════════════════════ */
.ft-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--ft-border);
    margin-bottom: 52px;
    flex-wrap: wrap;
}
.ft-top__trust {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}
.ft-top__vsep {
    width: 1px;
    height: 44px;
    background: var(--ft-border);
    flex-shrink: 0;
    margin: 0 24px;
}

/* CQC badge */
.ft-cqc-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ft-cqc-badge__logo {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #003087 0%, #004da8 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ft-cqc-badge__logo span {
    font-family: var(--ft-inter);
    font-size: .8rem;
    font-weight: 800;
    color: var(--ft-white);
    letter-spacing: .06em;
}
/* When using image: */
.ft-cqc-badge__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.ft-cqc-badge__info strong {
    display: block;
    font-family: var(--ft-inter);
    font-size: .84rem;
    font-weight: 700;
    color: var(--ft-white);
    line-height: 1.2;
}
.ft-cqc-badge__info em {
    font-style: normal;
    font-family: var(--ft-inter);
    font-size: .74rem;
    color: var(--ft-muted);
    display: block;
    margin-top: 1px;
}
.ft-cqc-badge__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    font-family: var(--ft-inter);
    font-size: .74rem;
    color: rgba(255,255,255,.35);
}
.ft-cqc-badge__rating b { color: var(--ft-g); font-weight: 700; }
.ft-cqc-badge__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ft-g);
    flex-shrink: 0;
    display: inline-block;
}

/* homecare.co.uk badge */
.ft-hc-badge {
    display: flex;
    align-items: center;
    gap: 11px;
}
.ft-hc-badge__score {
    width: 46px;
    height: 46px;
    background: var(--ft-g);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ft-inter);
    font-size: .95rem;
    font-weight: 700;
    color: var(--ft-white);
    flex-shrink: 0;
}
.ft-hc-badge strong {
    display: block;
    font-family: var(--ft-inter);
    font-size: .84rem;
    font-weight: 700;
    color: var(--ft-white);
    line-height: 1.2;
}
.ft-hc-badge span {
    font-family: var(--ft-inter);
    font-size: .74rem;
    color: var(--ft-muted);
}
/* Image variant */
.ft-hc-badge img {
    height: 46px;
    width: auto;
    object-fit: contain;
}

/* Trustpilot badge */
.ft-tp-badge {
    display: flex;
    align-items: center;
    gap: 11px;
}
.ft-tp-badge__ico {
    width: 46px;
    height: 46px;
    background: var(--ft-k);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.ft-tp-badge strong {
    display: block;
    font-family: var(--ft-inter);
    font-size: .84rem;
    font-weight: 700;
    color: var(--ft-white);
    line-height: 1.2;
}
.ft-tp-badge span {
    font-family: var(--ft-inter);
    font-size: .74rem;
    color: var(--ft-muted);
}

/* Newsletter */
.ft-newsletter {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 300px;
    flex-shrink: 0;
}
.ft-newsletter label {
    font-family: var(--ft-inter);
    font-size: .7rem;
    font-weight: 700;
    color: rgba(255,255,255,.4);
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ft-newsletter__row {
    display: flex;
    gap: 8px;
}
.ft-newsletter__row input {
    flex: 1;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    padding: 11px 14px;
    font-family: var(--ft-inter);
    font-size: .86rem;
    color: var(--ft-white);
    outline: none;
    transition: border-color var(--ft-ease);
}
.ft-newsletter__row input::placeholder { color: rgba(255,255,255,.28); }
.ft-newsletter__row input:focus { border-color: var(--ft-g); }
.ft-newsletter__row button {
    background: var(--ft-g);
    color: var(--ft-white);
    border: none;
    border-radius: 8px;
    padding: 11px 20px;
    font-family: var(--ft-inter);
    font-size: .86rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background var(--ft-ease);
}
.ft-newsletter__row button:hover { background: var(--ft-gd); }

/* ══════════════════════════════════════════════════════════
   MAIN GRID
══════════════════════════════════════════════════════════ */
.ft-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.15fr;
    gap: 48px;
    padding-bottom: 48px;
}

/* Brand */
.ft-brand__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.ft-brand__mark {
    width: 38px;
    height: 38px;
    background: var(--ft-g);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--ft-white);
    font-size: 1rem;
}
.ft-brand__name strong {
    display: block;
    font-family: var(--ft-ds);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ft-white);
    line-height: 1.2;
    letter-spacing: -.015em;
}
.ft-brand__name span {
    font-size: .7rem;
    color: var(--ft-g);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--ft-inter);
}
.ft-brand > p {
    font-family: var(--ft-inter);
    font-size: .84rem;
    color: var(--ft-muted);
    line-height: 1.75;
    max-width: 240px;
    margin-bottom: 20px;
}

/* Social buttons */
.ft-socials {
    display: flex;
    gap: 8px;
}
.ft-social {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.45);
    font-size: .82rem;
    text-decoration: none;
    transition: all var(--ft-ease);
}
.ft-social:hover {
    border-color: var(--ft-g);
    color: var(--ft-g);
    background: rgba(34,178,85,.08);
}
.ft-social--wa {
    background: rgba(37,211,102,.08);
    border-color: rgba(37,211,102,.22);
    color: var(--ft-wa);
}
.ft-social--wa:hover {
    background: var(--ft-wa);
    border-color: var(--ft-wa);
    color: var(--ft-white);
    box-shadow: 0 4px 16px rgba(37,211,102,.35);
}

/* Link columns */
.ft-col h6 {
    font-family: var(--ft-ds);
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255);
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 20px;
}
.ft-col a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--ft-inter);
    font-size: .84rem;
    color: var(--ft-muted);
    text-decoration: none;
    margin-bottom: 11px;
    transition: all var(--ft-ease);
    padding-left: 0;
}
.ft-col a:hover {
    color: var(--ft-g);
    padding-left: 4px;
}
.ft-col a i {
    font-size: .6rem;
    color: rgba(34,178,85,.5);
    flex-shrink: 0;
    transition: color var(--ft-ease);
}
.ft-col a:hover i { color: var(--ft-g); }

/* Instagram grid */
.ft-insta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 12px;
}
ft-insta-grid .fab{ 
    font-size: 27px !important;
}
.ft-insta-item {
    border-radius: 7px;
    overflow: hidden;
    aspect-ratio: 1;
    display: block;
    position: relative;
    background: rgba(255,255,255,.04);
}
.ft-insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all var(--ft-ease);
}
.ft-insta-item:hover img {
    opacity: .55;
    transform: scale(1.08);
}
.ft-insta-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--ft-ease);
}
.ft-insta-item:hover .ft-insta-overlay { opacity: 1; }
.ft-insta-overlay i {
    color: var(--ft-white);
    font-size: .95rem;
}
.ft-insta-handle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--ft-inter);
    font-size: .8rem;
    font-weight: 600;
    color: var(--ft-g);
    text-decoration: none;
    transition: color var(--ft-ease);
}
.ft-insta-handle:hover { color: var(--ft-gd); }
.ft-insta-handle i { font-size: .85rem; }

/* ══════════════════════════════════════════════════════════
   CONTACT BAR
══════════════════════════════════════════════════════════ */
.ft-contact-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    background: rgba(255,255,255,.03);
    border: 1px solid var(--ft-border);
    border-radius: 14px;
    padding: 24px 36px;
    margin-bottom: 0;
}
.ft-contact-sep {
    width: 1px;
    height: 44px;
    background: var(--ft-border);
    margin: 0 32px;
    flex-shrink: 0;
}
.ft-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ft-contact-ico {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.ft-contact-ico--green {
    background: rgba(34,178,85,.1);
    border: 1px solid rgba(34,178,85,.2);
    color: var(--ft-g);
}
.ft-contact-ico--dim {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.45);
}
.ft-contact-ico--wa {
    background: rgba(37,211,102,.1);
    border: 1px solid rgba(37,211,102,.22);
    color: var(--ft-wa);
}
.ft-contact-text strong {
    display: block;
    font-family: var(--ft-inter);
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255,255,255);
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 3px;
}
.ft-contact-text a,
.ft-contact-text span {
    font-family: var(--ft-inter);
    font-size: .88rem;
    color: rgba(255,255,255);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--ft-ease);
}
.ft-contact-text a:hover { color: var(--ft-g); }

/* ══════════════════════════════════════════════════════════
   BOTTOM BAR
══════════════════════════════════════════════════════════ */
.ft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid var(--ft-border);
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 12px;
}
.ft-copy {
    font-family: var(--ft-inter);
    font-size: .78rem;
    color: rgba(255,255,255);
}
.ft-copy a {
    color: rgba(255,255,255);
    text-decoration: none;
    transition: color var(--ft-ease);
}
.ft-copy a:hover { color: var(--ft-g); }
.ft-legal {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.ft-legal a {
    font-family: var(--ft-inter);
    font-size: .78rem;
    color: rgba(255,255,255);
    text-decoration: none;
    transition: color var(--ft-ease);
}
.ft-legal a:hover { color: var(--ft-g); }
.ft-reg {
    font-family: var(--ft-inter);
    font-size: .72rem;
    color: rgba(255,255,255);
    text-align: right;
}

/* ══════════════════════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
══════════════════════════════════════════════════════════ */
.ft-wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 54px;
    height: 54px;
    background: var(--ft-wa);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(37,211,102,.45);
    z-index: 9999;
    text-decoration: none;
    transition: transform var(--ft-ease), box-shadow var(--ft-ease);
}
.ft-wa-float i {
    color: var(--ft-white);
    font-size: 1.4rem;
    line-height: 1;
}
.ft-wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 32px rgba(37,211,102,.55);
}
/* Pulse ring */
.ft-wa-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--ft-wa);
    animation: ft-wa-pulse 2.4s ease-in-out infinite;
    z-index: -1;
}
@keyframes ft-wa-pulse {
    0%   { transform: scale(1);    opacity: .7; }
    70%  { transform: scale(1.6);  opacity: 0;  }
    100% { transform: scale(1.6);  opacity: 0;  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .ft-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .ft-top { flex-direction: column; align-items: flex-start; }
    .ft-newsletter { min-width: 100%; }
    .ft-top__trust { gap: 0; }
}
@media (max-width: 991px) {
    .ft-contact-bar { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
    .ft-contact-sep { display: none; }
    .ft-top__vsep { display: none; }
    .ft-top__trust { flex-direction: column; gap: 16px; }
}
@media (max-width: 767px) {
    .ft-grid { grid-template-columns: 1fr; gap: 32px; }
    .ft-footer { padding: 48px 0 0; }
    .ft-bottom { flex-direction: column; align-items: flex-start; }
    .ft-reg { text-align: left; }
    .ft-wa-float { bottom: 18px; right: 18px; width: 48px; height: 48px; }
    .ft-wa-float i { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
    .ft-wa-float::before { animation: none; }
    *, *::before, *::after { transition: none !important; }
}