.sticky-wrapper .site-navbar .site-logo a img {
    width: 250px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a img {
    width: 180px;
}

.top-bar {
    background: #000;
}

.top-bar a {
    color: #ffffff;
}

.ftco-cover-1.overlay:before {
    background: rgba(0, 0, 0, 0.6);
}

.owl-all .owl-stage-outer>.owl-stage>.owl-item .service {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 60%);
    min-height: 430px;
    max-height: 430px;
}

.services_area .owl-all .owl-stage-outer>.owl-stage>.owl-item {
    min-height: 340px;
    max-height: 340px;
}

.track_area {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
}

.track_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
}

.track_area h2 {
    color: #fff;
}

a {
    color: #000000;
}

a:hover {
    color: #F28C28;
}

.btn-primary {
    color: #fff;
    background-color: #F28C28;
    border-color: #F28C28;
}

.text-primary {
    color: #00008B !important;
}

.block-heading-1 h4 {
    text-transform: capitalize;
}

[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type=file]+label {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    float: left;
    cursor: pointer;
}

[type=file]+label:hover {
    border: 1px solid #000000;
}

.stats-strip {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 50px 0 50px;
}

.stat-box {
    text-align: center;
    padding: 28px 16px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.stat-box h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #F28C28;
    margin-bottom: 10px;
    line-height: 1;
    text-shadow: none;
}

.stat-box p {
    color: #475569;
    font-size: 0.82rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.feature-card {
    background: #fff;
    border-left: 4px solid #F28C28;
    padding: 30px 25px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.feature-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    color: #111;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-card p {
    color: #666;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.7;
}

.service-list .feature-card {
    border-left: 4px solid #F28C28;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
}

.service-list .feature-card::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #F28C28;
    margin-right: 10px;
    font-size: 0.85rem;
}

.why-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.why-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.why-card .why-icon {
    width: 64px;
    height: 64px;
    background: #F28C28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-card .why-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.why-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.why-card p {
    color: #666;
    font-size: 0.93rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.step-card {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.step-number {
    width: 72px;
    height: 72px;
    background: #F28C28;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.step-connector {
    position: absolute;
    top: 66px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #F28C28;
    opacity: 0.3;
    z-index: 1;
}

.col-md-3:last-child .step-connector {
    display: none;
}

.step-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.step-card p {
    color: #666;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.testimonial-card {
    background: #fff;
    border-radius: 4px;
    padding: 35px 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-card .quote-icon {
    font-size: 3rem;
    color: #F28C28;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    font-family: Georgia, serif;
}

.testimonial-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card .client-name {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    color: #F28C28;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}

.faq-section {
    background: #fff;
}

.faq-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F28C28;
    margin-bottom: 8px;
}

.faq-headline {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 0;
}

.faq-category {
    margin-bottom: 28px;
}

.faq-category-header {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #111;
    padding: 10px 18px;
    margin-bottom: 0;
}

.faq-category-header i {
    color: #F28C28;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border: none;
    padding: 16px 18px;
    font-family: 'Rubik', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    outline: unset !important;
}

.faq-question:hover {
    color: #F28C28;
    background: #fff9f3;
}

.faq-question[aria-expanded="true"] {
    color: #F28C28;
    background: #fff9f3;
    border-left: 3px solid #F28C28;
}

.faq-icon {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #F28C28;
    transition: transform 0.25s ease;
    margin-left: 12px;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 4px 18px 16px 21px;
    color: #666;
    font-size: 0.93rem;
    line-height: 1.75;
    background: #fff9f3;
    border-left: 3px solid #F28C28;
}

.faq-support-panel {
    background: #111;
    color: #fff;
    padding: 40px 30px;
    border-radius: 4px;
    text-align: center;
    position: sticky;
    top: 120px;
}

.faq-support-icon {
    width: 70px;
    height: 70px;
    background: #F28C28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.faq-support-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.faq-support-panel h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.faq-support-panel p {
    color: #aaa;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.faq-contact-list {
    text-align: left;
    margin-bottom: 20px;
}

.faq-contact-list li {
    color: #ccc;
    font-size: 0.9rem;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-contact-list li i {
    color: #F28C28;
    width: 18px;
}

.faq-support-panel .btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ccc;
}

.faq-support-panel .btn-outline-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.cta-banner {
    background-color: #111;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.cta-banner .container {
    position: relative;
    z-index: 2;
}

.cta-banner h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cta-banner p {
    color: #aaa;
    font-size: 1rem;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.cta-banner .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.cta-banner .btn-outline-light:hover {
    background: #fff;
    color: #111;
}

.industries-section {
    background: #f8f8f8;
}

.industry-card {
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.industry-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.industry-card .industry-icon {
    width: 70px;
    height: 70px;
    background: #fff3e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: background 0.3s ease;
}

.industry-card:hover .industry-icon {
    background: #F28C28;
}

.industry-card .industry-icon i {
    font-size: 1.6rem;
    color: #F28C28;
    transition: color 0.3s ease;
}

.industry-card:hover .industry-icon i {
    color: #fff;
}

.industry-card h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.industry-card p {
    color: #777;
    font-size: 0.87rem;
    margin-bottom: 0;
    line-height: 1.6;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ccc;
    font-size: 1rem;
    margin-right: 8px;
    transition: background 0.3s, color 0.3s;
}

.footer-social a:hover {
    background: #F28C28;
    color: #fff;
}

.ftco-cover-1.innerpage,
.ftco-cover-1.innerpage .container>.row {
    height: 320px;
    min-height: 320px;
}

.block__73694 .btn-outline-dark {
    border-color: #F28C28;
    color: #F28C28;
}

.block__73694 .btn-outline-dark:hover {
    background: #F28C28;
    color: #fff;
    border-color: #F28C28;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes heroBgZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes heroTagPop {
    from {
        opacity: 0;
        transform: translateY(-14px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-animated {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.hero-animated::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    animation: heroBgZoom 6s ease-in-out infinite alternate;
    z-index: 0;
    pointer-events: none;
}

.hero-animated::before {
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1;
    pointer-events: none;
}

.hero-animated .container {
    position: relative;
    z-index: 2;
}

.hero-tagline {
    display: inline-block;
    background: rgba(242, 140, 40, 0.18);
    border: 1px solid rgba(242, 140, 40, 0.5);
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 18px;
    opacity: 0;
    animation: heroTagPop 0.7s ease forwards;
    animation-delay: 0.2s;
}

.hero-title {
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 0.5s;
    line-height: 1.16;
    margin-bottom: 14px !important;
}

.hero-sub {
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 0.8s;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.94);
}

.ftco-cover-1 .hero-body {
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 1.0s;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.72;
}

.hero-proof {
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 1.1s;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.hero-btns {
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 1.2s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.hero-btns .btn {
    min-width: 220px;
    border-width: 2px;
}

#banner_area {
    min-height: 86vh;
}

#banner_area .row {
    min-height: 86vh;
}

:root {
    --vd-orange: #F28C28;
    --vd-orange-dark: #d4741a;
    --vd-orange-light: #fff3e8;
    --vd-blue: #00008B;
    --vd-dark: #111111;
    --vd-dark-mid: #222222;
    --vd-gray: #666666;
    --vd-gray-light: #f8f8f8;
    --vd-white: #ffffff;
    --vd-radius: 4px;
    --vd-radius-lg: 8px;
    --vd-transition: 0.28s ease;
    --vd-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.07);
    --vd-shadow-md: 0 6px 28px rgba(0, 0, 0, 0.11);
    --vd-shadow-lg: 0 14px 44px rgba(0, 0, 0, 0.16);
    --vd-shadow-orange: 0 8px 24px rgba(242, 140, 40, 0.25);
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.top-bar {
    font-size: 0.82rem;
    letter-spacing: 0.3px;
    padding: 6px 0;
}

.top-bar a {
    transition: opacity var(--vd-transition);
    opacity: 0.85;
}

.top-bar a:hover {
    opacity: 1;
    color: var(--vd-orange) !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.10) !important;
}

.site-navbar .site-navigation .site-menu>li>a {
    position: relative;
    transition: color var(--vd-transition);
    font-size: 0.88rem;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li>a::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--vd-orange);
    transition: width var(--vd-transition);
}

.site-navbar .site-navigation .site-menu>li>a:hover::after,
.site-navbar .site-navigation .site-menu>li>a.active::after {
    width: 100%;
}

.btn {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: var(--vd-radius);
    transition: transform var(--vd-transition),
        box-shadow var(--vd-transition),
        background-color var(--vd-transition),
        border-color var(--vd-transition);
}

.btn:hover {
    transform: translateY(-2px);
}

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

.btn-primary {
    background: var(--vd-orange);
    border-color: var(--vd-orange);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--vd-orange-dark);
    border-color: var(--vd-orange-dark);
    box-shadow: var(--vd-shadow-orange);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}

.block-heading-1 {
    position: relative;
    padding-bottom: 8px;
}

.block-heading-1 h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.block-heading-1 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    background: var(--vd-orange);
    border-radius: 2px;
}

.block-heading-1.text-left h2::after,
.text-left .block-heading-1 h2::after,
.col-lg-6 .block-heading-1 h2::after,
.col-lg-10 .block-heading-1 h2::after {
    left: 0;
    transform: none;
}

.block-heading-1 h4 {
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    margin-top: 8px;
    text-transform: uppercase !important;
    font-weight: 600;
}

.block-heading-1+p,
.block-heading-1~p {
    color: var(--vd-gray);
    line-height: 1.8;
    font-size: 0.97rem;
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    border-radius: var(--vd-radius) !important;
    border-color: #e0e0e0;
    font-size: 0.93rem;
    transition: border-color var(--vd-transition), box-shadow var(--vd-transition);
    color: #333;
}

.form-control:focus {
    border-color: var(--vd-orange) !important;
    box-shadow: 0 0 0 3px rgba(242, 140, 40, 0.15) !important;
    outline: none;
}

.form-control::placeholder {
    color: #aaa;
    font-size: 0.88rem;
}

.stat-box {
    transition: transform var(--vd-transition), box-shadow var(--vd-transition), border-color var(--vd-transition);
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: rgba(242, 140, 40, 0.3);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.stat-box h3 {
    font-size: 2.9rem;
    letter-spacing: -1px;
}

.stat-box p {
    letter-spacing: 1.2px;
    font-size: 0.82rem;
}

.block__35630 {
    transition: transform var(--vd-transition), box-shadow var(--vd-transition), border-color var(--vd-transition) !important;
    border-radius: var(--vd-radius-lg) !important;
}

.block__35630:hover {
    transform: translateY(-6px);
    box-shadow: var(--vd-shadow-md) !important;
}

.block__35630 .icon span {
    transition: transform var(--vd-transition), color var(--vd-transition);
    display: inline-block;
}

.block__35630:hover .icon span {
    transform: scale(1.15);
    color: var(--vd-orange);
}

.why-card {
    border-radius: var(--vd-radius-lg) !important;
    text-align: center;
}

.why-card .why-icon {
    transition: transform var(--vd-transition), box-shadow var(--vd-transition);
    margin-left: auto;
    margin-right: auto;
}

.why-card:hover .why-icon {
    transform: scale(1.1) translateY(-3px);
    box-shadow: var(--vd-shadow-orange);
}

.why-card h4 {
    font-size: 1rem;
    transition: color var(--vd-transition);
}

.why-card:hover h4 {
    color: var(--vd-orange);
}

.step-number {
    font-size: 1.6rem;
    box-shadow: 0 4px 16px rgba(242, 140, 40, 0.35);
    transition: transform var(--vd-transition), box-shadow var(--vd-transition);
}

.step-card:hover .step-number {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(242, 140, 40, 0.45);
}

.step-card h4 {
    transition: color var(--vd-transition);
}

.step-card:hover h4 {
    color: var(--vd-orange);
}

.testimonial-card {
    border-radius: var(--vd-radius-lg) !important;
    transition: transform var(--vd-transition), box-shadow var(--vd-transition) !important;
}

.testimonial-card:hover {
    transform: translateY(-5px) !important;
}

.testimonial-card--dark {
    border-radius: var(--vd-radius-lg) !important;
}

.service-detail-card {
    border-radius: var(--vd-radius-lg) !important;
    border-top-width: 4px !important;
    transition: transform var(--vd-transition), box-shadow var(--vd-transition) !important;
}

.service-detail-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--vd-shadow-md) !important;
}

.feature-card {
    border-radius: var(--vd-radius-lg) !important;
    transition: transform var(--vd-transition), box-shadow var(--vd-transition) !important;
}

.feature-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--vd-shadow-md) !important;
}

.industry-card {
    border-radius: var(--vd-radius-lg) !important;
}

.cta-banner h2 {
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.cta-banner p {
    font-size: 1.02rem;
    opacity: 0.88;
}

.site-footer a {
    transition: color var(--vd-transition), padding-left var(--vd-transition);
}

.site-footer ul li a:hover {
    color: var(--vd-orange) !important;
    padding-left: 5px;
}

.site-footer .footer-heading {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 18px !important;
    font-size: 0.85rem !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-footer .footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--vd-orange);
}

#scroll-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    background: var(--vd-orange);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(242, 140, 40, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity var(--vd-transition),
        visibility var(--vd-transition),
        transform var(--vd-transition),
        box-shadow var(--vd-transition);
}

#scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scroll-top:hover {
    background: var(--vd-orange-dark);
    box-shadow: 0 6px 20px rgba(242, 140, 40, 0.55);
    transform: translateY(-3px);
}

#track-sticky-btn {
    position: fixed;
    left: 20px;
    bottom: 24px;
    z-index: 9998;
    border: none;
    border-radius: 999px;
    background: var(--vd-orange);
    color: #fff;
    box-shadow: 0 8px 24px rgba(242, 140, 40, 0.35);
    height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: transform var(--vd-transition), box-shadow var(--vd-transition), background var(--vd-transition);
}

#track-sticky-btn:hover {
    background: var(--vd-orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(242, 140, 40, 0.45);
}

#track-sticky-btn i {
    font-size: 0.95rem;
}

.tracking-quick-modal .modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
}

.tracking-quick-modal .modal-header .modal-title {
    font-family: 'Oswald', sans-serif;
    color: #111;
    letter-spacing: 0.3px;
}

.tracking-quick-modal .modal-body p {
    color: #4b5563;
    font-size: 0.92rem;
}

.tracking-quick-form .form-control {
    height: 48px;
    border-radius: 8px;
}

.site-section {
    position: relative;
}

.site-section.bg-light {
    background: #f9f9f9 !important;
}

.ftco-cover-1.overlay h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.ftco-cover-1.innerpage h1 {
    font-size: 2.2rem;
}

.ftco-cover-1.overlay p {
    font-size: 1.05rem;
    opacity: 0.9;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.footer-link li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: padding-left var(--vd-transition);
}

.footer-link li:hover {
    padding-left: 4px;
}

.footer-link li span.text-black {
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999 !important;
    margin-bottom: 2px;
}

@media (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important;
        min-height: 100%;
    }

    .sticky-wrapper .site-navbar,
    .sticky-wrapper.is-sticky .site-navbar {
        min-height: auto;
    }

    .sticky-wrapper .site-navbar .site-logo a img {
        width: 210px;
    }

    .sticky-wrapper.is-sticky .site-navbar .site-logo a img {
        width: 165px;
    }

    .site-navbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .sticky-wrapper.is-sticky .site-navbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .block-heading-1 h2 {
        font-size: 1.7rem !important;
    }

    .block-heading-1 h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .stats-strip {
        padding: 36px 0 18px;
    }

    .stats-strip .stat-box {
        padding: 20px 10px;
        margin-bottom: 12px;
    }

    .stat-box h3 {
        font-size: 2.2rem;
    }

    .cta-banner h2 {
        font-size: 1.7rem;
    }

    .cta-banner {
        padding: 60px 0;
    }

    .step-connector {
        display: none;
    }

    .faq-support-panel {
        position: static;
    }

    .why-card,
    .service-detail-card,
    .feature-card {
        margin-bottom: 4px;
    }

    #scroll-top {
        bottom: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    #track-sticky-btn {
        left: 12px;
        bottom: 14px;
        height: 42px;
        padding: 0 12px;
        font-size: 0.78rem;
    }

    #banner_area,
    #banner_area .row {
        height: auto;
        min-height: 80vh;
    }

    .hero-title {
        font-size: 2.65rem !important;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .hero-tagline {
        font-size: 0.68rem;
        letter-spacing: 1.4px;
        padding: 6px 14px;
        margin-bottom: 14px;
    }

    .hero-sub,
    .ftco-cover-1 .hero-body {
        font-size: 1rem;
        line-height: 1.55;
        max-width: 95%;
    }

    .ftco-cover-1 .hero-body {
        margin-bottom: 20px !important;
    }

    .hero-proof {
        font-size: 0.68rem;
        letter-spacing: 0.4px;
        line-height: 1.45;
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .sticky-wrapper .site-navbar .site-logo a img {
        width: 190px;
    }

    .sticky-wrapper.is-sticky .site-navbar .site-logo a img {
        width: 150px;
    }

    #banner_area,
    #banner_area .row {
        height: auto;
        min-height: 80vh;
    }

    #banner_area .container {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .ftco-cover-1.overlay h1 {
        font-size: 1.85rem;
    }

    .ftco-cover-1.innerpage h1 {
        font-size: 1.7rem;
    }

    .hero-title {
        font-size: 1.2rem !important;
    }

    .hero-tagline {
        font-size: 0.62rem;
        letter-spacing: 1px;
        padding: 5px 12px;
    }

    .hero-sub {
        font-size: 0.9rem !important;
    }

    .ftco-cover-1 .hero-body {
        font-size: 0.82rem !important;
    }

    .hero-proof {
        font-size: 0.58rem !important;
        ;
    }

    .btn {
        font-size: 0.8rem;
        padding: 10px 20px !important;
    }

    .hero-btns {
        gap: 8px;
    }

    .hero-btns .btn {
        width: 100%;
        min-width: 0;
        margin-right: 0 !important;
    }

    #track-sticky-btn {
        left: 10px;
        bottom: 10px;
        height: 40px;
        padding: 0 10px;
        border-radius: 22px;
        font-size: 0.72rem;
    }
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible {
    outline: 2px solid var(--vd-orange);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}