/* ==========================================================================
   EY Solar — brand layer
   Loaded after main.css. Holds the brand palette tokens and the small set of
   custom components the stock template did not provide.
   Palette: #448400 green · #012f49 navy · #f2f2f2 light · #76C91D accent
   ========================================================================== */

:root {
    --ey-green: #448400;
    --ey-green-dark: #2f5d00;
    --ey-green-light: #76c91d;
    --ey-navy: #012f49;
    --ey-navy-light: #063f5f;
    --ey-light: #f2f2f2;
}

/* --------------------------------------------------------------------------
   Logo
   -------------------------------------------------------------------------- */
.header-logo img {
    max-height: 74px;
    width: auto;
}

/* Text fallback shown until assets/images/logo/logo.png is in place */
.ey-wordmark {
    display: inline-block;
    font-family: "Epilogue", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--ey-navy);
}

.ey-wordmark span {
    color: var(--ey-green);
}

.et-menu-wrapper .mobile-logo .ey-wordmark {
    color: #fff;
}

.et-menu-wrapper .mobile-logo .ey-wordmark span {
    color: var(--ey-green-light);
}

@media (max-width: 575px) {
    .header-logo img {
        max-height: 58px;
    }
}

/* Footer uses a reverse (all white) version of the mark, sitting directly on
   the navy background with no white panel behind it, and rendered larger than
   the header lockup. */
.ey-footer-logo {
    display: block;
    background: none;
    padding: 0;
    margin-bottom: 26px;
    line-height: 0;
}

.ey-footer-logo img {
    filter: brightness(0) invert(1);
    max-height: 96px;
    width: auto;
}

@media (max-width: 991px) {
    .ey-footer-logo img {
        max-height: 78px;
    }
}

.ey-footer-logo .ey-wordmark {
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.ey-footer-logo .ey-wordmark span {
    color: #fff;
}

/* Mobile drawer header keeps the navy strip, so the mark goes white there. */
.et-menu-wrapper .mobile-logo img {
    filter: brightness(0) invert(1);
    max-height: 50px;
    width: auto;
}

/* Mobile drawer call-to-action block */
.ey-mobile-cta {
    padding: 24px 22px 30px;
    border-top: 1px solid #e6eaec;
}

.ey-mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    font-weight: 700;
    color: var(--ey-green);
}

.ey-mobile-phone:hover {
    color: var(--ey-navy);
}

/* --------------------------------------------------------------------------
   Custom mouse cursor — the template's follower circle has no touch handling,
   so on phones it freezes wherever the last tap landed and reads as a stray
   green blob over the menu and images. Off for anything without a hover-capable
   pointer, and off on small screens regardless.
   -------------------------------------------------------------------------- */
@media (hover: none),
(pointer: coarse),
(max-width: 991px) {

    .mouse-cursor,
    .cursor-inner,
    .cursor-outer {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* --------------------------------------------------------------------------
   Typography / global tone
   -------------------------------------------------------------------------- */
body {
    color: var(--text);
}

::selection {
    background: var(--ey-green);
    color: #fff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid var(--ey-green);
    outline-offset: 2px;
}

.ey-text-green {
    color: var(--ey-green) !important;
}

.ey-text-navy {
    color: var(--ey-navy) !important;
}

.ey-bg-light {
    background-color: var(--ey-light);
}

.ey-bg-navy {
    background-color: var(--ey-navy);
}

/* Highlighted words inside headings */
.title-content h2 span,
.title-content h3 span,
.title-section h2 span,
.title-section h3 span {
    color: var(--ey-green);
}

.counter-wrapper .title-content h3 span,
.bg-title .title-content h3 span,
.ey-bg-navy .title-content h3 span {
    color: var(--ey-green-light);
}

/* --------------------------------------------------------------------------
   Header top bar
   The template coloured this strip's text with --title, which is now the same
   navy as the bar itself, so every item was effectively invisible. Rebuilt for
   a dark bar: light text, green icons, and dividers between items.
   -------------------------------------------------------------------------- */
.et-header .header-top-area {
    background-color: var(--ey-navy);
}

.ey-topbar .header-top-wrapper {
    padding: 11px 0;
    gap: 20px;
}

.ey-topbar .content ul {
    gap: 0;
    flex-wrap: wrap;
}

.ey-topbar .content ul li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.4;
    padding: 0 22px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.ey-topbar .content ul li:first-child {
    padding-left: 0;
}

.ey-topbar .content ul li:last-child {
    border-right: 0;
}

.ey-topbar .content ul li i {
    color: var(--ey-green-light);
    font-size: 14px;
    font-weight: 900;
}

.ey-topbar .content ul li a {
    color: rgba(255, 255, 255, .9) !important;
    font-weight: 500;
    transition: color .3s ease-in-out;
}

.ey-topbar .content ul li a:hover {
    color: var(--ey-green-light) !important;
}

.ey-topbar .social-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ey-topbar .ey-topbar-hours {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    color: rgba(255, 255, 255, .78);
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.ey-topbar .ey-topbar-hours i {
    color: var(--ey-green-light);
    font-size: 14px;
}

.ey-topbar .social-content ul {
    gap: 10px;
}

.ey-topbar .social-content ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    transition: all .3s ease-in-out;
}

.ey-topbar .social-content ul li a:hover {
    background: var(--ey-green);
    color: #fff;
}

/* Drop the least essential items first as the bar narrows */
@media (max-width: 1199px) {
    .ey-topbar .ey-topbar-area {
        display: none;
    }
}

@media (max-width: 991px) {
    .ey-topbar .ey-topbar-hours {
        display: none;
    }

    .ey-topbar .content ul li {
        padding: 0 14px;
        font-size: 14px;
    }
}

/* --------------------------------------------------------------------------
   Hero — the stock template stacked four full-width photos on phones and
   floated the CTA absolutely, which left a large empty column beside it.
   Below 992px the images go two-up and the CTA becomes a full-width block.
   -------------------------------------------------------------------------- */
/* The hero headline is the page h1 for SEO, but it must keep the template's
   h2 sizing rather than the much larger global h1 scale. */
.intro-wrapper.style2 .title-section h1 {
    font-family: "Epilogue", sans-serif;
    font-size: 70px;
    line-height: 124%;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 900px;
    color: var(--ey-navy);
    margin: 0 auto;
    padding-bottom: 20px;
}

.intro-wrapper.style2 .title-section h1 span {
    color: var(--ey-green);
}

@media (max-width: 1199px) {
    .intro-wrapper.style2 .title-section h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper.style2 .title-section h1 {
        font-size: 43px;
        letter-spacing: -.5px;
    }
}

@media (max-width: 480px) {
    .intro-wrapper.style2 .title-section h1 {
        font-size: 35px;
    }
}

.ey-hero-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 30px;
    margin: 30px auto 0;
}

.ey-hero-cta .gt-btn {
    text-align: center;
}

@media (max-width: 575px) {
    .ey-hero-cta {
        flex-direction: column;
        align-items: stretch;
        max-width: 420px;
        gap: 14px;
    }

    .ey-hero-cta .gt-btn {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ey-hero-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Epilogue", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--ey-navy);
}

.ey-hero-phone i {
    color: var(--ey-green);
}

.ey-hero-phone:hover {
    color: var(--ey-green);
}

/* The template floated a CTA over the photo grid and reserved a top margin for
   it. Both are gone now, so the four photos sit as one even row. */
.intro-wrapper.style2 .inner-info .thumb.style1,
.intro-wrapper.style2 .inner-info .thumb.style2,
.intro-wrapper.style2 .inner-info .thumb {
    margin-top: 0;
}

@media (max-width: 991px) {
    .intro-wrapper.style2 .inner-info .thumb .main-thumb img {
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper.style2 {
        padding-top: 120px;
    }

    .intro-wrapper.style2 .title-section {
        margin-bottom: 28px;
    }
}

/* --------------------------------------------------------------------------
   Why-choose band — navy section, green cards, light-green accents
   -------------------------------------------------------------------------- */
.feature-container-wrapper.style2 {
    background: var(--ey-navy);
}

.title-section.style4 .title-content h3 span {
    color: var(--ey-green-light);
}

.title-section.style4 .title-btn a:hover {
    background: var(--ey-green);
    border-color: var(--ey-green);
}

/* --------------------------------------------------------------------------
   Key figures — outlined numerals in brand green
   -------------------------------------------------------------------------- */
.counter-section .counter-wrapper.style2 .counter-info .content span {
    -webkit-text-stroke-color: var(--ey-green);
}

.counter-section .counter-wrapper.style2 .counter-info .content p {
    max-width: 165px;
    color: var(--ey-navy);
    font-weight: 500;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Section intro helper (sub-title without the template's icon image)
   -------------------------------------------------------------------------- */
.ey-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ey-green);
    margin-bottom: 14px;
}

.ey-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    flex: 0 0 26px;
    background: var(--ey-green);
    display: inline-block;
}

/* In centred blocks a single leading rule reads as mis-aligned, so mirror it
   on the right and let the whole thing centre as one unit. */
.text-center .ey-eyebrow {
    display: inline-flex;
    justify-content: center;
}

.text-center .ey-eyebrow::after {
    content: "";
    width: 26px;
    height: 2px;
    flex: 0 0 26px;
    background: var(--ey-green);
    display: inline-block;
}

.ey-eyebrow.light {
    color: var(--ey-green-light);
}

.ey-eyebrow.light::before,
.text-center .ey-eyebrow.light::after {
    background: var(--ey-green-light);
}

@media (max-width: 575px) {
    .ey-eyebrow {
        font-size: 14px;
        gap: 8px;
    }

    .ey-eyebrow::before,
    .text-center .ey-eyebrow::after {
        width: 18px;
        flex-basis: 18px;
    }
}

/* The breadcrumb band sits on a LIGHT surface, so this lead paragraph must be
   dark. It also needs its own breathing room or the h1 collides with it. */
.breadcumb .page-heading h1 {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .breadcumb .page-heading h1 {
        line-height: 1.25;
    }
}

.ey-breadcrumb-lead {
    max-width: 640px;
    margin: 0 auto 18px;
    color: var(--pra-text);
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .ey-breadcrumb-lead {
        font-size: 16px;
    }
}

/* --------------------------------------------------------------------------
   Check lists
   -------------------------------------------------------------------------- */
.ey-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ey-check-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    color: var(--text);
    line-height: 1.7;
}

.ey-check-list li:last-child {
    margin-bottom: 0;
}

.ey-check-list li::before {
    content: "\f00c";
    font-family: var(--icon-font);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    background: rgba(68, 132, 0, .12);
    color: var(--ey-green);
}

.ey-check-list.light li {
    color: rgba(255, 255, 255, .82);
}

.ey-check-list.light li::before {
    background: rgba(118, 201, 29, .18);
    color: var(--ey-green-light);
}

/* --------------------------------------------------------------------------
   Cards: values, process, mission/vision
   -------------------------------------------------------------------------- */
.ey-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6eaec;
    border-radius: 20px;
    padding: 34px 30px;
    transition: all .35s ease-in-out;
}

.ey-card:hover {
    border-color: var(--ey-green);
    box-shadow: 0 18px 40px rgba(1, 47, 73, .10);
    transform: translateY(-6px);
}

.ey-card .ey-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rgba(68, 132, 0, .10);
    color: var(--ey-green);
    margin-bottom: 22px;
    transition: all .35s ease-in-out;
}

.ey-card:hover .ey-card-icon {
    background: var(--ey-green);
    color: #fff;
}

.ey-card h4,
.ey-card h5 {
    color: var(--ey-navy);
    margin-bottom: 10px;
    font-size: 21px;
}

.ey-card p {
    margin-bottom: 0;
    color: var(--pra-text);
}

/* Process — alternating navy / light cards. The fill is part of the design
   rather than a hover state, so nothing sticks after a tap on touch screens. */
.ey-process-card {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 40px 28px 32px;
    border: 1px solid #e6eaec;
    transition: transform .35s ease-in-out, box-shadow .35s ease-in-out;
}

.ey-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(1, 47, 73, .12);
}

.ey-process-card .ey-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ey-green);
    color: #fff;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 22px;
}

.ey-process-card h4 {
    font-size: 21px;
    color: var(--ey-navy);
    margin-bottom: 10px;
}

.ey-process-card p {
    margin-bottom: 0;
    color: var(--pra-text);
    font-size: 13px;
    line-height: 1.4;
}

.ey-process-card.is-dark {
    background: var(--ey-navy);
    border-color: var(--ey-navy);
}

.ey-process-card.is-dark h4 {
    color: #fff;
}

.ey-process-card.is-dark p {
    color: rgba(255, 255, 255, .78);
}

.ey-process-card.is-dark .ey-step {
    background: var(--ey-green-light);
    color: var(--ey-navy);
}

/* Mission / vision */
.ey-mv-card {
    height: 100%;
    border-radius: 20px;
    padding: 42px 36px;
    background: var(--ey-light);
    border-left: 5px solid var(--ey-green);
}

.ey-mv-card.navy {
    background: var(--ey-navy);
    border-left-color: var(--ey-green-light);
}

.ey-mv-card h3 {
    font-size: 26px;
    color: var(--ey-navy);
    margin-bottom: 14px;
}

.ey-mv-card p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
}

.ey-mv-card.navy h3 {
    color: #fff;
}

.ey-mv-card.navy p {
    color: rgba(255, 255, 255, .8);
}

/* --------------------------------------------------------------------------
   Service cards (home + services page)
   -------------------------------------------------------------------------- */
.ey-service-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6eaec;
    border-radius: 20px;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.ey-service-card:hover {
    box-shadow: 0 22px 46px rgba(1, 47, 73, .12);
    transform: translateY(-6px);
    border-color: transparent;
}

.ey-service-card .ey-service-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.ey-service-card .ey-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease-in-out;
}

.ey-service-card:hover .ey-service-thumb img {
    transform: scale(1.07);
}

.ey-service-card .ey-service-body {
    padding: 30px 28px 32px;
    position: relative;
}

.ey-service-card .ey-service-icon {
    position: absolute;
    top: -30px;
    right: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ey-green);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 24px rgba(68, 132, 0, .3);
}

.ey-service-card h3 {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.ey-service-card h3 a {
    color: var(--ey-navy);
    font-size: 20px !important;
}

.ey-service-card h3 a:hover {
    color: var(--ey-green);
}

.ey-service-card p {
    color: var(--pra-text);
    margin-bottom: 20px;
}

.ey-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--ey-green);
}

.ey-link-arrow i {
    transition: transform .3s ease-in-out;
}

.ey-link-arrow:hover {
    color: var(--ey-navy);
}

.ey-link-arrow:hover i {
    transform: translateX(5px);
}

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.ey-cta-band {
    background: linear-gradient(100deg, var(--ey-navy) 0%, #023452 55%, var(--ey-green-dark) 100%);
    border-radius: 24px;
    padding: 56px 50px;
    color: #fff;
}

.ey-cta-band h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 12px;
}

.ey-cta-band p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
}

.ey-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: "Epilogue", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.ey-cta-phone i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: var(--ey-green-light);
    color: var(--ey-navy);
}

.ey-cta-phone:hover {
    color: var(--ey-green-light);
}

@media (max-width: 767px) {
    .ey-cta-band {
        padding: 40px 26px;
        text-align: center;
    }

    .ey-cta-band h3 {
        font-size: 26px;
    }
}

/* --------------------------------------------------------------------------
   Contact / hours blocks
   -------------------------------------------------------------------------- */
.ey-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6eaec;
    border-radius: 20px;
    padding: 34px 30px;
    transition: all .35s ease-in-out;
}

.ey-info-card:hover {
    border-color: var(--ey-green);
    box-shadow: 0 18px 40px rgba(1, 47, 73, .10);
}

.ey-info-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ey-green);
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.ey-info-card h4 {
    font-size: 20px;
    color: var(--ey-navy);
    margin-bottom: 8px;
}

.ey-info-card a,
.ey-info-card p {
    display: block;
    color: var(--pra-text);
    margin-bottom: 2px;
}

.ey-info-card a:hover {
    color: var(--ey-green);
}

.ey-hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ey-hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(1, 47, 73, .15);
}

.ey-hours-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ey-hours-list .day {
    font-weight: 600;
    color: var(--ey-navy);
}

.ey-hours-list .time {
    color: var(--pra-text);
}

.ey-hours-list.light .day {
    color: #fff;
}

.ey-hours-list.light .time {
    color: rgba(255, 255, 255, .72);
}

.ey-hours-list.light li {
    border-bottom-color: rgba(255, 255, 255, .14);
}

/* --------------------------------------------------------------------------
   Quote request form — the stock template left this panel unstyled, so the
   white fields sat invisibly on a white page. Give it a light brand surface
   and make the select match the pill inputs.
   -------------------------------------------------------------------------- */
.contact-section .contact-wrapper.style1 .contact-right-items {
    background: var(--ey-light);
    border-radius: 24px;
    padding: 44px 40px 34px;
}

@media (max-width: 575px) {
    .contact-section .contact-wrapper.style1 .contact-right-items {
        padding: 30px 22px 22px;
    }
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea,
.contact-form-items .form-clt select {
    border: 1px solid #e0e5e8 !important;
    transition: border-color .3s ease-in-out;
}

.contact-form-items .form-clt input:focus,
.contact-form-items .form-clt textarea:focus,
.contact-form-items .form-clt select:focus {
    border-color: var(--ey-green) !important;
}

.contact-form-items .form-clt select {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 30px;
    border-radius: 999px;
    background: #fff;
    color: #444;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 28px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3e%3cpath d='M1 1l6 6 6-6' stroke='%23012f49' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 26px center;
    cursor: pointer;
}

.contact-form-items .form-clt textarea {
    min-height: 150px;
}

/* --------------------------------------------------------------------------
   Form feedback
   -------------------------------------------------------------------------- */
.ey-alert {
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 26px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ey-alert.success {
    background: rgba(68, 132, 0, .10);
    color: var(--ey-green-dark);
    border: 1px solid rgba(68, 132, 0, .25);
}

.ey-alert.error {
    background: rgba(200, 40, 40, .08);
    color: #a32020;
    border: 1px solid rgba(200, 40, 40, .22);
}

.ey-hp {
    position: absolute !important;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
}

/* --------------------------------------------------------------------------
   Floating call button (mobile)
   -------------------------------------------------------------------------- */
/* Matches .back-to-top exactly (50x50, 12px radius, 30px inset) so the two
   floating buttons sit on the same baseline instead of looking mis-aligned. */
.ey-call-fab {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--ey-green);
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    box-shadow: 0 10px 26px rgba(68, 132, 0, .35);
}

.ey-call-fab:hover {
    background: var(--ey-navy);
    color: #fff;
}

@media (max-width: 991px) {
    .ey-call-fab {
        display: flex;
    }
}

/* --------------------------------------------------------------------------
   Service detail page tweaks
   -------------------------------------------------------------------------- */
.ey-detail-hero {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 34px;
}

.ey-detail-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a.active,
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a.active .box-title {
    color: #fff;
}

.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a.active {
    background: var(--ey-green);
}

/* --------------------------------------------------------------------------
   Marquee band — brand green. The template's 48px text left only one word
   visible on a phone, and navy-on-green was hard to read.
   -------------------------------------------------------------------------- */
.scrolling-wrap.bg-2 {
    background-color: var(--ey-green);
}

.scrolling-wrap .comm .cmn-textslide-1,
.scrolling-wrap .comm .cmn-textslide-2 {
    text-transform: uppercase;
    letter-spacing: .02em;
}

.scrolling-wrap.bg-2 .comm .cmn-textslide-1 {
    color: #fff;
}

.scrolling-wrap.bg-2 .comm .cmn-textslide-2 {
    color: transparent;
    -webkit-text-stroke-color: rgba(255, 255, 255, .9);
}

@media (max-width: 991px) {
    .scrolling-wrap {
        padding: 12px 0;
    }

    .scrolling-wrap .comm {
        gap: 26px;
    }

    .scrolling-wrap .comm .cmn-textslide-1,
    .scrolling-wrap .comm .cmn-textslide-2 {
        font-size: 26px;
        line-height: 34px;
    }

    .scrolling-wrap .comm>div img {
        max-width: 22px;
    }
}

@media (max-width: 575px) {

    .scrolling-wrap .comm .cmn-textslide-1,
    .scrolling-wrap .comm .cmn-textslide-2 {
        font-size: 21px;
        line-height: 28px;
    }
}

/* --------------------------------------------------------------------------
   Why-choose cards — the decorative arrow button eats width on phones
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .widget .single-widget .right-content {
        display: none;
    }

    .widget .single-widget {
        padding: 26px 24px;
    }

    .widget .single-widget .content-left {
        gap: 20px;
        align-items: flex-start;
    }

    .widget .single-widget .content-left .title {
        max-width: none;
    }

    .widget .single-widget .medium-content {
        max-width: none;
        margin-top: 10px;
    }
}


/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
/* The template painted the whole footer with --theme (brand green). The brand
   calls for the navy from the logo here instead. */
.footer-section,
.footer-section .footer-bottom,
.footer-section .footer-widgets-wrapper.style1 {
    background: var(--ey-navy);
}

.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.ey-footer-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px 34px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 3;
}

.ey-footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Epilogue", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.ey-footer-phone i {
    color: var(--ey-green-light);
}

.ey-footer-phone:hover {
    color: var(--ey-green-light);
}

.footer-section .single-footer-widget.style3 .contact-info .icon {
    color: var(--ey-green-light);
}

/* ==========================================================================
   Layout alignment
   Photography now comes from a mixed set of sources, so every image slot is
   pinned to a fixed aspect ratio and cropped with object-fit. Without this the
   columns end at different heights and the grid looks ragged on desktop.
   ========================================================================== */

/* Hero collage: staggered tops by design, but the bottoms must line up */
.intro-wrapper.style2 .inner-info .thumb .main-thumb img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    max-height: none;
}

@media (min-width: 992px) {
    .intro-wrapper.style2 .inner-info .row {
        align-items: stretch;
    }
}

/* About page hero image, sat inside the decorative shapes */
.about-wrapper.style1 .about-left-part .thumb-info .main-thumb img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 20px;
}

/* Wide feature images used on the inner pages */
.ey-detail-hero img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

/* FAQ thumbnail */
.faq-wrapper.style2 .faq-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 20px;
}

/* Service detail lead image */
.service-details-wrapper.style1 .content .main-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 20px;
}

/* Five service cards across a three column grid leaves an orphan row.
   Centring it keeps the block balanced. */
.service-section .row,
.services-section .row {
    justify-content: center;
}

/* Key figures: three items read better centred than pushed to the edges */
.counter-section .counter-wrapper.style2 .counter-info {
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .counter-section .counter-wrapper.style2 .counter-info {
        gap: 40px;
    }
}

/* Process: five cards on one row need a little breathing room */
@media (min-width: 1200px) {
    .ey-process-card {
        padding: 34px 22px 28px;
    }

    .ey-process-card h4 {
        font-size: 19px;
    }
}

/* ==========================================================================
   Fixes round 4
   ========================================================================== */

/* --- About page: plain photograph, no decorative shapes ------------------- */
.ey-about-plain .bg-shape,
.ey-about-plain .single-shape1,
.ey-about-plain .single-shape2,
.ey-about-plain .single-shape3,
.ey-about-plain .single-shape4 {
    display: none !important;
}

.ey-about-plain .thumb-info .main-thumb img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 20px;
}

/* --- Why choose: heading links must stay white -----------------------------
   The template has a global a:hover colour, which sticks after a tap on touch
   screens and turned one card's heading light green.
   ------------------------------------------------------------------------ */
.widget .single-widget .content-left .title h4 a,
.widget .single-widget .content-left .title h4 a:hover,
.widget .single-widget .content-left .title h4 a:focus,
.widget .single-widget .content-left .title h4 a:active {
    color: #fff !important;
}

/* --- FAQ band --------------------------------------------------------------
   The stock panel was painted in the bright accent green, which fought the
   brand and left the eyebrow unreadable. Light neutral panel, white cards.
   ------------------------------------------------------------------------ */
.faq-container-wrapper.style2 {
    padding-top: 0;
}

.faq-content.style2 {
    background: var(--ey-light);
}

.faq-content.style2 .ct-accordion-item {
    background: #fff;
    border: 1px solid #e6eaec;
}

/* Question text used to run underneath the chevron. Lay the row out properly
   and stop the icon from shrinking. */
.faq-content.style2 .ct-accordion-item .ct-accordion-button {
    align-items: flex-start;
    gap: 14px;
}

.faq-content.style2 .ct-accordion-item .ct-accordion-button .question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
}

.faq-content.style2 .ct-accordion-item .ct-accordion-button .question .number {
    flex: 0 0 auto;
    margin-right: 0;
    border-color: var(--ey-green);
    color: var(--ey-green);
}

.faq-content.style2 .ct-accordion-item .ct-accordion-button .icon {
    flex: 0 0 30px;
    margin-left: 0;
    margin-top: 3px;
    background-color: var(--ey-navy);
}

.faq-content.style2 .ct-accordion-item .ct-accordion-button:not(.collapsed) .icon {
    background-color: var(--ey-green);
    color: #fff;
}

.faq-content.style2 .ct-accordion-item .ct-accordion-body {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .faq-content.style2 .ct-accordion-item .ct-accordion-button .icon {
        flex: 0 0 25px;
        margin-top: 1px;
    }

    .faq-content.style2 .ct-accordion-item .ct-accordion-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ==========================================================================
   Page closing blocks
   Each page ends on a different component so the foot of the site does not
   read the same everywhere: home and FAQ carry the full quote form, services
   gets the picker, service detail gets related services, and both close with
   this slim strip instead of a second form.
   ========================================================================== */

.ey-quote-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: var(--ey-light);
    border-left: 6px solid var(--ey-green);
    border-radius: 20px;
    padding: 44px 48px;
}

.ey-quote-strip-body {
    flex: 1 1 380px;
    min-width: 0;
}

.ey-quote-strip-body h3 {
    font-size: 30px;
    line-height: 1.25;
    color: var(--ey-navy);
    margin-bottom: 10px;
}

.ey-quote-strip-body p {
    margin-bottom: 0;
    color: var(--pra-text);
    max-width: 560px;
}

.ey-quote-strip-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}

.ey-quote-phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--ey-navy);
}

.ey-quote-phone i {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ey-green);
    color: #fff;
    font-size: 17px;
}

.ey-quote-phone span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ey-quote-phone small {
    font-size: 13px;
    color: var(--pra-text);
}

.ey-quote-phone strong {
    font-family: "Epilogue", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.ey-quote-phone:hover strong {
    color: var(--ey-green);
}

@media (max-width: 991px) {
    .ey-quote-strip {
        padding: 34px 26px;
        gap: 26px;
    }

    .ey-quote-strip-body h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .ey-quote-strip {
        padding: 28px 20px;
        border-left-width: 4px;
    }

    .ey-quote-strip-actions {
        width: 100%;
        gap: 18px;
    }

    .ey-quote-strip-actions .btn-wrapper,
    .ey-quote-strip-actions .btn-wrapper .gt-btn {
        width: 100%;
        text-align: center;
    }
}

/* --------------------------------------------------------------------------
   Home about band. The template's staggered two photo collage collapsed once
   the images were swapped, leaving the left column empty, so it is now a
   single large photograph with the figure card sitting over its corner.
   -------------------------------------------------------------------------- */
.ey-about-visual {
    position: relative;
    border-radius: 24px;
}

.ey-about-photo {
    width: 100%;
    aspect-ratio: 4 / 3.3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.ey-about-badge {
    position: absolute;
    left: 26px;
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: calc(100% - 52px);
    padding: 20px 24px;
    border-radius: 18px;
    background: var(--ey-green);
    box-shadow: 0 18px 40px rgba(1, 47, 73, .22);
}

.ey-about-badge-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.ey-about-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.ey-about-badge-text strong {
    font-family: "Epilogue", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.ey-about-badge-text small {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
}

@media (max-width: 575px) {
    .ey-about-photo {
        aspect-ratio: 4 / 3.6;
    }

    .ey-about-badge {
        left: 16px;
        bottom: 16px;
        max-width: calc(100% - 32px);
        padding: 15px 17px;
        gap: 12px;
        border-radius: 14px;
    }

    .ey-about-badge-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        font-size: 16px;
    }

    .ey-about-badge-text strong {
        font-size: 24px;
    }

    .ey-about-badge-text small {
        font-size: 12px;
    }
}

/* --- Services page: "where do I start" cards ----------------------------- */
.ey-path-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6eaec;
    border-radius: 20px;
    padding: 34px 30px;
    transition: all .35s ease-in-out;
}

.ey-path-card:hover {
    border-color: var(--ey-green);
    box-shadow: 0 18px 40px rgba(1, 47, 73, .10);
    transform: translateY(-6px);
}

.ey-path-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    background: rgba(68, 132, 0, .10);
    color: var(--ey-green);
    margin-bottom: 20px;
    transition: all .35s ease-in-out;
}

.ey-path-card:hover .ey-path-icon {
    background: var(--ey-green);
    color: #fff;
}

.ey-path-card h4 {
    font-size: 21px;
    color: var(--ey-navy);
    margin-bottom: 10px;
}

.ey-path-card p {
    color: var(--pra-text);
    margin-bottom: 20px;
}

.ey-path-links {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eef1f3;
    padding-top: 16px;
}

.ey-path-links li+li {
    margin-top: 10px;
}

.ey-path-links a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: var(--ey-navy);
    line-height: 1.45;
}

.ey-path-links a i {
    font-size: 12px;
    color: var(--ey-green);
    margin-top: 5px;
    flex: 0 0 auto;
    transition: transform .3s ease-in-out;
}

.ey-path-links a:hover {
    color: var(--ey-green) !important;
}

.ey-path-links a:hover i {
    transform: translateX(4px);
}

/* --- Service detail: related services ------------------------------------ */
.ey-related-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e6eaec;
    border-radius: 20px;
    padding: 28px 24px;
    transition: all .35s ease-in-out;
}

.ey-related-card:hover {
    border-color: var(--ey-green);
    box-shadow: 0 18px 40px rgba(1, 47, 73, .10);
    transform: translateY(-6px);
}

.ey-related-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background: rgba(68, 132, 0, .10);
    color: var(--ey-green);
    margin-bottom: 18px;
    transition: all .35s ease-in-out;
}

.ey-related-card:hover .ey-related-icon {
    background: var(--ey-green);
    color: #fff;
}

.ey-related-title {
    display: block;
    font-family: "Epilogue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ey-navy);
    margin-bottom: 16px;
    flex: 1;
}

.ey-related-go {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ey-green);
}

.ey-related-go i {
    transition: transform .3s ease-in-out;
}

.ey-related-card:hover .ey-related-go i {
    transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Accessibility helper
   -------------------------------------------------------------------------- */
.ey-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
