body {
    --theme-primary: #dfb163;
    --theme-primary-strong: #c99a4d;
    --theme-accent: #111b2b;
    --theme-soft: #f4f6f8;
    --theme-soft-alt: #e9edf3;
    --theme-text-main: #1b2431;
    --theme-text-muted: #617084;
    --theme-white: #ffffff;
    --theme-shadow: 0 18px 38px rgba(14, 26, 44, 0.12);
    --theme-radius: 16px;
}

body.theme-blueprint-x {
    --theme-primary: #d7ab5d;
    --theme-primary-strong: #be954b;
    --theme-accent: #0f1e34;
    --theme-soft: #f1f4f8;
    --theme-soft-alt: #e2e7ef;
    --theme-text-main: #162132;
    --theme-text-muted: #617084;
    --theme-white: #ffffff;
}

body.theme-classic {
    --theme-primary: #dfb163;
    --theme-primary-strong: #c99a4d;
    --theme-accent: #1f2937;
    --theme-soft: #f7f4ef;
    --theme-soft-alt: #ece4d6;
    --theme-text-main: #222a36;
    --theme-text-muted: #6f7784;
    --theme-white: #ffffff;
}

body.theme-oceanic {
    --theme-primary: #0f5b8d;
    --theme-primary-strong: #0b466d;
    --theme-accent: #0d2230;
    --theme-soft: #eef6fb;
    --theme-soft-alt: #dce9f3;
    --theme-text-main: #122435;
    --theme-text-muted: #5b6f83;
    --theme-white: #ffffff;
}

body.theme-forest {
    --theme-primary: #2f6b45;
    --theme-primary-strong: #255337;
    --theme-accent: #1d2d22;
    --theme-soft: #edf6ef;
    --theme-soft-alt: #dce8de;
    --theme-text-main: #1d2d22;
    --theme-text-muted: #597162;
    --theme-white: #ffffff;
}

body.theme-sunset {
    --theme-primary: #d1642d;
    --theme-primary-strong: #a94e22;
    --theme-accent: #2d1f1a;
    --theme-soft: #fbf2ed;
    --theme-soft-alt: #f0ddd2;
    --theme-text-main: #2f231e;
    --theme-text-muted: #7b6358;
    --theme-white: #ffffff;
}

body {
    color: var(--theme-text-main);
    background: var(--theme-white);
}

body .section-title h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: var(--theme-text-main);
}

body.heading-editorial .section-title h2 {
    font-size: clamp(2.2rem, 3.7vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.heading-editorial .single-slide-item h1 {
    font-size: clamp(2.4rem, 6.1vw, 5.1rem);
}

body.heading-technical .section-title h2 {
    font-size: clamp(1.85rem, 2.8vw, 2.6rem);
    letter-spacing: -0.01em;
}

body.heading-technical .single-slide-item h1 {
    font-size: clamp(2rem, 4.8vw, 3.9rem);
}

body.density-compact .section-padding {
    padding-top: 72px;
    padding-bottom: 72px;
}

body.density-compact .single-service .service-content {
    padding: 16px 16px 18px;
}

body.density-spacious .section-padding {
    padding-top: 118px;
    padding-bottom: 118px;
}

body.density-spacious .single-service .service-content {
    padding: 26px 24px 30px;
}

body .section-title h6 {
    color: var(--theme-primary);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

body .main-menu .sub-menu li:hover > a,
body .main-menu .sub-menu li.active > a,
body .main-btn,
body .homepage-slides .owl-nav button.owl-prev:hover,
body .homepage-slides .owl-nav button.owl-next:hover,
body .project-slider .owl-nav button.owl-prev:hover,
body .project-slider .owl-nav button.owl-next:hover {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
}

body .main-btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: all 0.28s ease;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

body .main-btn:hover {
    background: var(--theme-primary-strong);
    border-color: var(--theme-primary-strong);
    transform: translateY(-2px);
}

body .main-menu .navbar-nav .nav-item.active > .nav-link,
body .main-menu .navbar-nav .nav-item:hover > .nav-link,
body .service-content .read-more,
body .social-area a:hover {
    color: var(--theme-primary);
}

body .header-area .navigation {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(16, 30, 50, 0.94), rgba(16, 30, 50, 0.82));
    box-shadow: 0 12px 30px rgba(8, 17, 32, 0.25);
}

body .header-area .main-menu .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
}

body .single-slide-item {
    min-height: 760px;
}

body .homepage-slides .single-slide-item .overlay {
    background:
        linear-gradient(120deg, rgba(11, 22, 38, 0.88), rgba(11, 22, 38, 0.52)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 18px);
}

body .homepage-slides .single-slide-item .section-title {
    max-width: 960px;
    margin: 0 auto 18px;
    padding: 34px 38px 30px;
    border-radius: 18px;
    backdrop-filter: blur(8px);
    background: linear-gradient(160deg, rgba(17, 34, 57, 0.58), rgba(17, 34, 57, 0.33));
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 26px 54px rgba(5, 11, 21, 0.4);
}

body #home-2 .hero-area-content h6 {
    margin-top: 70px;
}

body .homepage-slides .single-slide-item h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
}

body .homepage-slides .single-slide-item h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5.4vw, 4.7rem);
    text-shadow: 0 10px 28px rgba(2, 7, 13, 0.44);
}

body .hero-cta-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

body .hero-cta-group .btn-alt {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    box-shadow: none;
}

body .hero-cta-group .btn-alt:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.8);
}

body .hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 10px;
    margin: 22px auto 0;
    max-width: 930px;
}

body .hero-proof-item {
    padding: 13px 12px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(12, 20, 35, 0.4);
}

body .hero-proof-item strong {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    display: block;
}

body .hero-proof-item span {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 5px;
    font-size: 13px;
    display: block;
}

body .homepage-slides .owl-dots {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    text-align: center;
}

body .homepage-slides .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.42);
    transition: all 0.25s ease;
}

body .homepage-slides .owl-dots .owl-dot.active span {
    width: 30px;
    background: var(--theme-primary);
}

body .intro-area {
    margin-top: -58px;
    position: relative;
    z-index: 3;
    background: transparent;
}

body .intro-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--theme-shadow);
}

body .intro-inner {
    min-height: 240px;
    background: var(--theme-white);
    border: 0;
    padding: 34px 22px;
    position: relative;
}

body .intro-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, var(--theme-primary), transparent);
}

body .intro-inner h5 {
    font-size: 1.1rem;
}

body .intro-inner p {
    color: var(--theme-text-muted);
}

body .services-area {
    background:
        linear-gradient(0deg, var(--theme-soft) 0%, var(--theme-soft) 74%, transparent 74%),
        repeating-linear-gradient(45deg, rgba(11, 38, 66, 0.03) 0 2px, transparent 2px 20px);
}

body .single-service {
    overflow: hidden;
    border-radius: var(--theme-radius);
    box-shadow: var(--theme-shadow);
    transform: translateY(0);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body .single-service img {
    transform: scale(1.01);
    transition: transform 0.44s ease;
}

body .single-service .service-content {
    background: var(--theme-white);
    border-top: 4px solid var(--theme-primary);
    padding: 20px 20px 22px;
}

body .single-service .service-content h3 {
    font-size: 1.12rem;
    line-height: 1.45;
    min-height: 52px;
    color: var(--theme-text-main);
}

body .single-service .service-content .read-more {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body .single-service:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 45px rgba(9, 17, 30, 0.18);
}

body .single-service:hover img {
    transform: scale(1.06);
}

body .process-area {
    background:
        linear-gradient(180deg, var(--theme-white), var(--theme-soft)),
        repeating-linear-gradient(135deg, rgba(15, 30, 52, 0.03) 0 2px, transparent 2px 24px);
}

body .single-process-item {
    border-radius: var(--theme-radius);
    border: 1px solid #dde3ed;
    background: var(--theme-white);
    box-shadow: 0 10px 20px rgba(11, 24, 41, 0.08);
    padding: 30px 24px 24px;
    min-height: 280px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body .process-item-wrap > div:nth-child(odd) .single-process-item {
    margin-top: 16px;
}

body .single-process-item .process-num {
    background: var(--theme-primary);
    border: 0;
    top: -14px;
    right: 14px;
}

body .single-process-item .process-content h5 {
    font-size: 1rem;
    color: var(--theme-text-main);
}

body .single-process-item .process-content p {
    color: var(--theme-text-muted);
    font-size: 14px;
}

body .single-process-item:hover {
    transform: translateY(-6px);
    border-color: rgba(215, 171, 93, 0.55);
    box-shadow: 0 20px 35px rgba(11, 24, 41, 0.13);
}

body .project-area {
    background: var(--theme-accent);
    color: #fff;
    position: relative;
}

body .project-area .section-title h2,
body .project-area .section-title h6 {
    color: #fff;
}

body .project-area .section-title h6 {
    color: var(--theme-primary);
}

body .single-project-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

body .single-project-item:after {
    background: linear-gradient(to top, rgba(8, 16, 30, 0.92), rgba(8, 16, 30, 0.24));
}

body .single-project-item .project-icon {
    background: var(--theme-primary);
    color: #fff;
}

body .single-project-item .hover-info h4 {
    color: #fff;
}

body .single-project-item .hover-info h4 span {
    color: rgba(255, 255, 255, 0.76);
}

body .achievement-area {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0), var(--theme-soft) 75%),
        var(--theme-soft);
}

body .single-counter-box {
    border-radius: 14px;
    background: var(--theme-white);
    padding: 18px 14px;
    box-shadow: 0 10px 22px rgba(10, 20, 35, 0.08);
}

body .single-counter-box h6 {
    color: var(--theme-text-muted);
}

body .pricing-section,
body .testimonial-area,
body .clients-area {
    background-color: var(--theme-soft);
}

body .single-price-item,
body .single-team-item {
    border-radius: var(--theme-radius);
    box-shadow: 0 14px 32px rgba(16, 29, 48, 0.11);
}

body .clients-area .item-clients-img {
    border-radius: 12px;
    background: #fff;
    padding: 14px;
    border: 1px solid #e4e8ee;
}

body .clients-area .item-clients-img img {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.28s ease;
}

body .clients-area .item-clients-img:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

body .footer-area {
    background:
        linear-gradient(180deg, rgba(11, 21, 37, 0.98), rgba(11, 21, 37, 0.98)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 12px);
}

body .footer-area .footer-up {
    padding-top: 85px;
    padding-bottom: 34px;
}

body .footer-area h6 {
    color: var(--theme-primary);
    letter-spacing: 1px;
}

body .footer-area p,
body .footer-area ul li a,
body .footer-area .contact-info i {
    color: rgba(255, 255, 255, 0.8);
}

body .footer-area .subscribe-form input {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

body .footer-area .subscribe-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

body .footer-bottom {
    background: #091224;
}

body .mobile-quick-actions {
    display: none;
}

body.slider-spotlight .homepage-slides .single-slide-item .overlay {
    background: radial-gradient(circle at 28% 50%, rgba(3, 9, 16, 0.1), rgba(3, 9, 16, 0.84));
}

body.slider-minimal .homepage-slides .single-slide-item .section-title {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 16px 0;
}

body.slider-minimal .hero-proof-item {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1199px) {
    body .single-slide-item {
        min-height: 670px;
    }

    body .hero-proof-grid {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        max-width: 640px;
    }

    body .process-item-wrap > div:nth-child(odd) .single-process-item {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    body .single-slide-item {
        min-height: 600px;
    }

    body .homepage-slides .single-slide-item .section-title {
        margin: 0 16px 16px;
        padding: 24px;
    }

    body #home-2 .hero-area-content h6 {
        margin-top: 52px;
    }

    body .intro-area {
        margin-top: 0;
        padding-top: 20px;
    }

    body .intro-wrapper {
        box-shadow: none;
    }

    body .intro-inner {
        margin-bottom: 12px;
        border: 1px solid #e4e9ef;
    }

    body .single-process-item {
        min-height: 230px;
    }
}

@media (max-width: 767px) {
    body .section-title h2 {
        font-size: 1.9rem;
    }

    body .hero-cta-group {
        gap: 8px;
    }

    body .hero-cta-group .main-btn {
        padding: 12px 22px;
        font-size: 13px;
    }

    body .hero-proof-grid {
        gap: 8px;
        margin-top: 14px;
    }

    body .hero-proof-item {
        padding: 10px 10px;
    }

    body .hero-proof-item strong {
        font-size: 18px;
    }

    body .hero-proof-item span {
        font-size: 11px;
    }

    body .single-service .service-content h3 {
        min-height: auto;
    }

    body .mobile-quick-actions {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 9998;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(9, 17, 31, 0.94);
        backdrop-filter: blur(10px);
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
    }

    body .mobile-quick-actions .mqa-item {
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 10px 8px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        flex-direction: column;
        line-height: 1.1;
        gap: 4px;
        min-width: 72px;
    }

    body .mobile-quick-actions .mqa-item i {
        font-size: 18px;
        color: var(--theme-primary);
    }

    body .go-top {
        bottom: 82px;
    }
}

/* Lead Wizard */
body .lead-wizard-area {
    margin-top: -20px;
    padding: 0 0 70px;
}

body .lead-wizard-wrap {
    border-radius: 18px;
    padding: 34px;
    background:
        linear-gradient(130deg, rgba(13, 24, 41, 0.98), rgba(13, 24, 41, 0.9)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 16px);
    box-shadow: 0 20px 42px rgba(7, 15, 28, 0.35);
}

body .lead-wizard-head .tag {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(215, 171, 93, 0.16);
    color: var(--theme-primary);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .lead-wizard-head h2 {
    color: #fff;
    margin: 14px 0 10px;
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    line-height: 1.2;
}

body .lead-wizard-head p {
    color: rgba(255, 255, 255, 0.82);
}

body .lead-points {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

body .lead-points li {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

body .lead-points li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme-primary);
    position: absolute;
    left: 0;
    top: 6px;
}

body .lead-wizard-form {
    border-radius: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.98);
}

body .wizard-steps {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

body .wizard-steps span {
    flex: 1;
    font-size: 12px;
    padding: 9px 10px;
    border-radius: 8px;
    background: #edf1f7;
    color: #6b7583;
    text-align: center;
    font-weight: 700;
}

body .wizard-steps span.is-active {
    background: rgba(215, 171, 93, 0.18);
    color: #7a5a20;
}

body .wizard-panel {
    display: none;
}

body .wizard-panel.is-active {
    display: block;
}

body .wz-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #3d4a5e;
    font-weight: 700;
}

body .wz-field {
    width: 100%;
    border: 1px solid #d7dde8;
    border-radius: 10px;
    padding: 11px 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #2b3749;
    background: #fff;
}

body .wz-field:focus {
    outline: none;
    border-color: rgba(215, 171, 93, 0.75);
    box-shadow: 0 0 0 3px rgba(215, 171, 93, 0.2);
}

body .wz-field.is-invalid {
    border-color: #dc3545;
}

body .wz-textarea {
    resize: vertical;
}

body .wizard-summary {
    border: 1px dashed #cfd7e4;
    border-radius: 10px;
    padding: 12px;
    background: #f7f9fc;
    font-size: 13px;
    color: #4a5a71;
}

body .wizard-summary p {
    margin-bottom: 6px;
}

body .wizard-actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 4px;
}

body .wizard-actions .main-btn {
    min-width: 110px;
}

/* Project V2 */
body .project-area.project-area-v2 {
    padding-bottom: 80px;
}

body .project-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 6px 0 30px;
}

body .project-filter-btn {
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.24s ease;
}

body .project-filter-btn:hover,
body .project-filter-btn.is-active {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
}

body .project-card-item {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

body .project-card-item.is-hidden {
    display: none;
}

body .project-card-v2 {
    display: block;
    min-height: 350px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

body .project-card-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition: transform 0.3s ease;
}

body .project-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 10, 18, 0.92), rgba(5, 10, 18, 0.16));
}

body .project-card-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
}

body .project-chip {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(215, 171, 93, 0.24);
    color: #fff;
}

body .project-card-content strong {
    display: block;
    font-size: 1.45rem;
    line-height: 1.2;
    margin-bottom: 8px;
}

body .project-card-content small {
    display: block;
    color: rgba(255, 255, 255, 0.83);
    font-size: 12px;
}

body .project-card-v2:hover .project-card-media {
    transform: scale(1.08);
}

/* Service Single V2 */
body .service-single-v2 .service-article-card {
    border: 1px solid #e3e9f2;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 28px rgba(17, 31, 52, 0.1);
}

body .service-single-v2 .service-hero-media {
    position: relative;
}

body .service-single-v2 .service-hero-media img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

body .service-single-v2 .service-chip {
    position: absolute;
    left: 18px;
    bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(12, 24, 40, 0.9);
    color: #fff;
}

body .service-single-v2 .service-article-body {
    padding: 26px 28px 30px;
}

body .service-single-v2 .service-article-body h3 {
    margin-bottom: 10px;
    font-size: clamp(1.6rem, 2.9vw, 2.4rem);
}

body .service-single-v2 .service-lead-text {
    font-size: 1.07rem;
    color: #55667d;
    margin-bottom: 20px;
    border-left: 3px solid var(--theme-primary);
    padding-left: 14px;
}

body .service-single-v2 .service-rich-content {
    color: #37485e;
    line-height: 1.8;
    font-size: 16px;
}

body .service-single-v2 .service-rich-content p,
body .service-single-v2 .service-rich-content ul,
body .service-single-v2 .service-rich-content ol,
body .service-single-v2 .service-rich-content h2,
body .service-single-v2 .service-rich-content h3,
body .service-single-v2 .service-rich-content h4 {
    margin-bottom: 15px;
}

body .service-single-v2 .service-rich-content ul,
body .service-single-v2 .service-rich-content ol {
    padding-left: 22px;
}

body .service-single-v2 .service-rich-content h2,
body .service-single-v2 .service-rich-content h3 {
    color: #1c2d44;
    margin-top: 20px;
}

body .service-single-v2 .service-sidebar-col {
    position: relative;
}

body .service-single-v2 .service-side-sticky {
    position: sticky;
    top: 100px;
}

body .service-single-v2 .service-nav-card {
    border-radius: 14px;
    border: 1px solid #e0e7f0;
    background: #fff;
    box-shadow: 0 10px 20px rgba(17, 31, 52, 0.06);
    margin-bottom: 18px;
}

body .service-single-v2 .service-nav-card a {
    border-left: 3px solid transparent;
}

body .service-single-v2 .service-nav-card a.active {
    border-left-color: var(--theme-primary);
    background: #f5f8fc;
}

body .service-single-v2 .service-cta-card {
    border-radius: 14px;
    border: 1px solid #d8e1ed;
    background: linear-gradient(145deg, #0f2038, #122a4a);
    padding: 22px;
}

body .service-single-v2 .service-cta-card h5 {
    color: #fff;
    margin-bottom: 8px;
}

body .service-single-v2 .service-cta-card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    body .lead-wizard-wrap {
        padding: 20px;
    }

    body .lead-wizard-head {
        margin-bottom: 16px;
    }

    body .service-single-v2 .service-side-sticky {
        position: static;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    body .wizard-actions {
        flex-wrap: wrap;
    }

    body .wizard-actions .main-btn {
        width: 100%;
    }

    body .project-card-v2 {
        min-height: 300px;
    }

    body .service-single-v2 .service-article-body {
        padding: 20px;
    }
}
