/* ============================================================
   Evoke Builders — modern overlay
   Layered on top of the existing template. Refines type,
   spacing, header, buttons, cards, sections, mobile.
   Maintained by SPTSPL <https://sptspl.com>
   ============================================================ */

:root {
    --evoke-orange: #f7a72b;
    --evoke-orange-dark: #d8881c;
    --evoke-orange-soft: #fff4dd;
    --evoke-ink: #1a1f2c;
    --evoke-ink-soft: #4a5568;
    --evoke-muted: #6b7280;
    --evoke-line: #e8ecef;
    --evoke-bg: #fafaf7;
    --evoke-shadow-sm: 0 2px 8px rgba(20, 25, 40, .06);
    --evoke-shadow-md: 0 10px 30px rgba(20, 25, 40, .08);
    --evoke-shadow-lg: 0 20px 60px rgba(20, 25, 40, .12);
    --evoke-radius: 14px;
    --evoke-radius-sm: 8px;
    --evoke-font-display: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --evoke-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --evoke-ease: cubic-bezier(.2, .8, .2, 1);
}

/* ----- Typography ----- */
body,
.body-inner {
    font-family: var(--evoke-font-body) !important;
    color: var(--evoke-ink-soft);
    font-feature-settings: "ss01", "cv11";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.section-title, .section-sub-title,
.into-title, .into-sub-title,
.slide-title, .slide-sub-title,
.banner-title,
.service-box-title,
.widget-title,
.entry-title {
    font-family: var(--evoke-font-display) !important;
    color: var(--evoke-ink);
    letter-spacing: -0.01em;
    font-weight: 700;
}

p, li, span, a {
    letter-spacing: 0;
}

/* ----- Buttons ----- */
.btn,
.btn.btn-primary,
.btn.btn-dark {
    font-family: var(--evoke-font-display) !important;
    font-weight: 600;
    letter-spacing: .01em;
    border-radius: 999px !important;
    padding: 12px 28px !important;
    transition: transform .25s var(--evoke-ease),
                box-shadow .25s var(--evoke-ease),
                background-color .25s var(--evoke-ease),
                color .25s var(--evoke-ease);
    border: none !important;
}

.btn.btn-primary {
    background: var(--evoke-orange) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(247, 167, 43, .35);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: var(--evoke-orange-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(247, 167, 43, .45);
    color: #fff !important;
}

.btn.btn-primary.border {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    box-shadow: none;
}

.btn.btn-primary.border:hover {
    background: #fff !important;
    color: var(--evoke-ink) !important;
}

.btn.btn-dark {
    background: var(--evoke-ink) !important;
    color: #fff !important;
}

.btn.btn-dark:hover {
    background: #000 !important;
    transform: translateY(-2px);
}

/* ----- Header / Nav ----- */
#header.header-one {
    box-shadow: var(--evoke-shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}

#header .bg-white {
    background: #fff !important;
    padding: 10px 0;
}

#header .logo img {
    max-height: 64px;
    width: auto;
    transition: transform .3s var(--evoke-ease);
}

#header .logo a:hover img {
    transform: scale(1.04);
}

.top-info-box .info-box-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--evoke-muted) !important;
    margin: 0 0 2px;
    font-weight: 600;
}

.top-info-box .info-box-subtitle {
    font-family: var(--evoke-font-display);
    font-weight: 700;
    color: var(--evoke-ink) !important;
    font-size: 15px;
}

.site-navigation {
    background: var(--evoke-ink) !important;
    border-radius: 0;
}

.site-navigation .nav-link {
    color: #fff !important;
    font-family: var(--evoke-font-display);
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: .02em;
    padding: 18px 18px !important;
    position: relative;
    text-transform: capitalize;
}

.site-navigation .nav-link::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 12px;
    height: 2px;
    background: var(--evoke-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--evoke-ease);
}

.site-navigation .nav-link:hover,
.site-navigation .nav-item.active .nav-link {
    color: var(--evoke-orange) !important;
}

.site-navigation .nav-link:hover::after,
.site-navigation .nav-item.active .nav-link::after {
    transform: scaleX(1);
}

.site-navigation .dropdown-toggle::after {
    display: none;
}

.header-get-a-quote .btn {
    padding: 10px 22px !important;
    font-size: 14px;
}

/* ----- Hero / Banner ----- */
.banner-carousel-item {
    min-height: 620px;
    position: relative;
}

.banner-carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 25, 40, .55) 0%, rgba(20, 25, 40, .30) 50%, rgba(20, 25, 40, .65) 100%);
    z-index: 1;
}

.banner-carousel-item .slider-content {
    position: relative;
    z-index: 2;
}

.slide-title,
.slide-sub-title,
.slide-title-box {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.slide-title {
    font-size: clamp(28px, 5vw, 58px) !important;
    line-height: 1.05 !important;
    font-weight: 800;
    margin-bottom: 12px;
}

.slide-sub-title {
    font-size: clamp(20px, 3vw, 36px) !important;
    font-weight: 600;
    color: var(--evoke-orange) !important;
    margin-bottom: 24px;
}

.banner-area {
    min-height: 320px;
    position: relative;
}

.banner-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 25, 40, .55), rgba(20, 25, 40, .75));
}

.banner-title {
    font-size: clamp(32px, 5vw, 56px) !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    position: relative;
    z-index: 1;
}

/* ----- Sections ----- */
section {
    padding: 80px 0;
}

section.no-padding {
    padding: 0;
}

.section-title {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    background: var(--evoke-orange);
    border-radius: 2px;
}

.section-sub-title {
    color: var(--evoke-muted);
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 16px;
}

.into-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--evoke-orange);
    font-weight: 700;
    margin-bottom: 12px;
}

.into-sub-title {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    margin-bottom: 18px;
}

/* ----- Call to action strip ----- */
.action-style-box {
    background: linear-gradient(135deg, var(--evoke-orange) 0%, var(--evoke-orange-dark) 100%) !important;
    border-radius: var(--evoke-radius);
    padding: 32px 36px !important;
    box-shadow: var(--evoke-shadow-md);
    margin-top: -40px;
    position: relative;
    z-index: 3;
}

.action-style-box .action-title {
    color: #fff !important;
    font-size: clamp(20px, 2.4vw, 28px);
    margin: 0;
    line-height: 1.3;
}

.action-style-box .btn {
    background: var(--evoke-ink) !important;
    color: #fff !important;
}

.action-style-box .btn:hover {
    background: #000 !important;
}

/* ----- Service cards ----- */
.ts-service-box {
    background: #fff;
    padding: 22px;
    border-radius: var(--evoke-radius);
    box-shadow: var(--evoke-shadow-sm);
    margin-bottom: 20px;
    transition: transform .35s var(--evoke-ease),
                box-shadow .35s var(--evoke-ease);
    border: 1px solid var(--evoke-line);
}

.ts-service-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--evoke-shadow-lg);
    border-color: transparent;
}

.ts-service-box .service-box-title {
    font-size: 17px;
    margin-bottom: 6px;
}

.ts-service-box .service-box-title a {
    color: var(--evoke-ink) !important;
    text-decoration: none;
    transition: color .25s var(--evoke-ease);
}

.ts-service-box:hover .service-box-title a {
    color: var(--evoke-orange) !important;
}

.ts-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--evoke-orange-soft);
    color: var(--evoke-orange);
    font-size: 22px;
    margin-bottom: 14px;
    transition: background .3s var(--evoke-ease), color .3s var(--evoke-ease);
}

.ts-service-box:hover .ts-service-icon {
    background: var(--evoke-orange);
    color: #fff;
}

.ts-service-box-img img {
    width: 60px;
    height: auto;
    margin-right: 16px;
}

/* ----- Facts strip ----- */
.facts-area.dark-bg {
    background: linear-gradient(135deg, var(--evoke-ink) 0%, #2c3447 100%) !important;
    border-radius: 0;
}

.ts-facts-num {
    color: var(--evoke-orange) !important;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
}

.ts-facts-title {
    color: #fff !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 600;
}

.ts-facts-img img {
    max-height: 56px;
    width: auto;
    margin-bottom: 12px;
    filter: brightness(0) invert(1);
    opacity: .9;
}

/* ----- Accordions ----- */
.accordion .card {
    border: 1px solid var(--evoke-line) !important;
    border-radius: var(--evoke-radius-sm) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--evoke-shadow-sm);
}

.accordion .card-header button {
    font-family: var(--evoke-font-display);
    font-weight: 700;
    color: var(--evoke-ink) !important;
    padding: 16px 22px !important;
    background: #fff !important;
    width: 100%;
}

.accordion .card-header button:hover,
.accordion .card-header button:focus {
    color: var(--evoke-orange) !important;
    background: var(--evoke-orange-soft) !important;
    text-decoration: none;
}

.accordion .card-body {
    padding: 18px 22px 22px !important;
    color: var(--evoke-ink-soft);
    line-height: 1.6;
}

/* ----- Subscribe / CTA strip ----- */
.subscribe {
    background: var(--evoke-ink);
    padding: 36px 0 !important;
}

.subscribe-call-to-acton h3 {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 4px;
}

.subscribe-call-to-acton h4 {
    color: var(--evoke-orange) !important;
    font-size: 26px;
    font-weight: 800;
}

.ts-newsletter::after {
    display: none !important;
}

.newsletter-introtext h4 {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.4;
}

/* ----- Footer ----- */
#footer.footer {
    background: var(--evoke-ink) !important;
    color: #c8cdd6;
}

#footer.footer::before {
    display: none;
}

#footer .footer-main {
    padding: 60px 0 30px;
}

#footer .widget-title {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

#footer .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--evoke-orange);
}

#footer .footer-logo {
    max-height: 60px;
    width: auto;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
}

#footer .working-hours {
    color: #c8cdd6;
    line-height: 1.7;
}

#footer .working-hours .text-right {
    color: var(--evoke-orange);
    font-weight: 700;
}

.copyright {
    background: #0f131c !important;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.copyright-info {
    color: #8b93a3;
    font-size: 14px;
}

.copyright-info a {
    color: var(--evoke-orange);
    font-weight: 600;
    text-decoration: none;
    transition: color .2s var(--evoke-ease);
}

.copyright-info a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ----- Misc utility ----- */
img {
    max-width: 100%;
    height: auto;
}

a {
    transition: color .2s var(--evoke-ease);
}

.back-to-top .btn {
    padding: 12px 14px !important;
    border-radius: 12px !important;
}

/* ----- Quote popup polish ----- */
.quote-popup-content {
    border-radius: var(--evoke-radius) !important;
    border: none !important;
    box-shadow: var(--evoke-shadow-lg);
    padding: 28px !important;
}

.quote-popup-close {
    position: absolute;
    top: 14px;
    right: 18px;
    color: var(--evoke-ink) !important;
    font-size: 26px !important;
}

.quote-form .form-row label {
    color: var(--evoke-ink);
    font-weight: 600;
    font-size: 13px;
}

.quote-form .form-row input,
.quote-form .form-row select {
    border: 1px solid var(--evoke-line) !important;
    border-radius: var(--evoke-radius-sm) !important;
    padding: 10px 14px !important;
    font-size: 14px;
    transition: border-color .2s var(--evoke-ease), box-shadow .2s var(--evoke-ease);
}

.quote-form .form-row input:focus,
.quote-form .form-row select:focus {
    outline: none;
    border-color: var(--evoke-orange) !important;
    box-shadow: 0 0 0 3px rgba(247, 167, 43, .18) !important;
}

.quote-form button[type="submit"] {
    margin-top: 8px;
}

/* ----- Mobile refinements ----- */
@media (max-width: 991px) {
    .site-navigation .navbar-collapse {
        background: var(--evoke-ink);
        padding: 8px 0 14px;
    }
    .site-navigation .nav-link {
        padding: 12px 18px !important;
    }
    .site-navigation .nav-link::after { display: none; }
    .top-info-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .top-info-box li { margin: 0 !important; }
    .header-get-a-quote { width: 100%; text-align: center; }
    .action-style-box { margin: 0; padding: 24px !important; }
    section { padding: 56px 0; }
}

@media (max-width: 576px) {
    .slide-title { font-size: 28px !important; }
    .slide-sub-title { font-size: 18px !important; }
    .banner-carousel-item { min-height: 480px; }
}
