.tp-header-menu>nav>ul>li>a {
    color: var(--tp-text-body) !important;
    font-size: 16px;
}

.tp-header-menu>nav>ul>li {
    margin: 0 16px;
}

/* Dropdown caret icon for has-dropdown items */
.tp-header-menu>nav>ul>li.has-dropdown>a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    transition: transform 0.3s ease;
}

/* Hide default theme chevron */
.tp-header-dropdown nav ul li.has-dropdown::after {
    display: none !important;
}

.tp-header-menu>nav>ul>li.has-dropdown:hover>a::after {
    transform: rotate(-135deg);
}

/* Bring dropdown closer to nav item */
.tp-header-menu>nav>ul>li .tp-submenu {
    top: 100% !important;
    margin-top: -1rem !important;
    border: 1px solid #e0e0e0;
}

/* Testimonial Customizations */
.creative-testimonial-avater-info span {
    font-size: 14px;
    color: #a3a6ad;
}

.creative-testimonial-text p {
    font-size: 20px;
}

.ar-about-us-4-text-title {
    font-size: 100px;
    font-weight: 500;
    color: #a3a6ad !important;
    letter-spacing: 0.12px;
}

#ball {
    background-color: #0046DB !important;
}

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Lock page scroll while the fullscreen preloader is visible.
   jQuery's fadeOut sets `style="display: none;"` on completion,
   at which point this selector stops matching and scroll returns.
   Both spacings are required as :not()s on the same selector (AND) —
   comma-separating creates an OR and never un-locks. */
html:has(#preloader:not([style*="display: none"]):not([style*="display:none"])) {
    overflow: hidden;
}

.preloader img {
    width: 200px !important;
    height: auto !important;
}

.ar-about-us-4-title {
    text-transform: capitalize !important;
    letter-spacing: -1px !important;
    font-weight: 600 !important;
    font-size: 5.2rem;
    line-height: 1.1;
}

.ar-about-us-4-title,
.blue-text,
.blue-text * {
    color: #003bbb !important;
}

.ar-about-us-4-shape {
    right: 30%;
    top: 28%;
}

.dgm-brand-item {
    border: none;
}

#products-showcase {
    font-size: 56px !important;
}


.creative-project-thumb img {
    height: 100%;
    object-fit: cover;
}

.it-benifit-icon::after {
    background-color: #cedeff !important;
}

.it-benifit-icon {
    display: none;
}

.ar-hero-title {
    text-transform: capitalize !important;
    font-size: 88px;
}

.ar-hero-title i {
    padding-left: 0;
}

.tp-btn-red-circle-text {
    background: #fff;
}

.hero-callout {
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
}

.hero-trust-callout {
    font-size: 11px !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 100px;
    padding: 0.3rem 1rem !important;
}

.tp-section-title {
    font-size: 50px;
    letter-spacing: -0.05em;
}

.tp-service-btn {
    margin-bottom: 40px;
}

.tp-service-5-feature-title {
    font-size: calc(32px + 1vw) !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    letter-spacing: normal;
}

.pp-service-details-process-item h4 {
    font-size: calc(16px + 0.2vw) !important;
    line-height: 1.2 !important;
}

p {
    font-size: 16px;
}

h3.tp-career-title,
.pp-service-details-title {
    font-size: calc(52px + 2vw);
    ;
}

.tp-contact-category-btn {
    font-size: 15px !important;
}

/* Dark overlay on service banner image for text readability */
.tp-service-5-feature-wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    border-radius: 20px;
    z-index: 0;
}

/* Ensure service-banner image covers the container during parallax */
.tp-service-5-feature-wrap .service-banner {
    width: 100%;
    min-height: 140%;
    object-fit: cover;
    position: absolute;
    top: -20%;
    left: 0;
}

@media (max-width: 767px) {
    .tp-service-5-feature-wrap {
        height: 480px !important;
    }

    .tp-service-5-feature-wrap .service-banner {
        min-height: 160%;
        top: -30%;
    }
}

only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .ar-hero-title {
        font-size: 64px !important;
    }

    .tp-section-title {
        font-size: 40px !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #products-showcase {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ar-about-us-4-title {
        font-size: 4rem !important;
    }
}

@media only screen and (max-width: 428px) {
    .ar-about-us-4-title {
        font-size: 3.2rem !important;
    }
}

/* Dynamic contrast for #0046DB background overrides */

.btn-green-light-bg .tp-btn-black-filter .tp-btn-black-text,
.btn-green-light-bg {
    color: #ffffff !important;
}

.green-regular-bg .tp-brand-title,
.green-regular-bg {
    color: #ffffff !important;
}

.green-regular-bg * {
    color: #ffffff !important;
}

.btn-green-light-bg .tp-btn-black-text,
.btn-green-light-bg .tp-btn-black-circle {
    color: #ffffff !important;
    background-color: #0046DB !important;
    border-color: #0046DB !important;
}

.btn-green-light-bg .tp-btn-black-circle svg path {
    stroke: #ffffff !important;
}

.tp-brand-title::after {
    background-color: #ffffff !important;
}

.dgm-project-arrow button:hover {
    color: #ffffff;
    border-color: #0046DB;
}

.dgm-hero-arrow,
.dgm-hero-arrow span svg path,
.tp-btn-yellow-green,
.tp-btn-yellow,
.tp-btn-green {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.dgm-service-item:hover .dgm-service-link {
    color: #0046DB;
    background-color: #ffffff;
}

.dgm-service-item:hover .dgm-service-bg img {
    display: none;
}

.dgm-service-item:hover .dgm-service-bg {
    background-color: #0046DB;
}

.tp-copyright-big-text {
    color: #0046DB;
}

.tp-contact-category-btn:hover,
.tp-contact-category-btn.active {
    color: var(--tp-common-white) !important;
}

/* ===== Working Process Section (Light Theme Override) ===== */
.pp-service-details-process-ptb {
    background-color: #F6F6F9 !important;
}

.pp-service-details-process-subtitle {
    color: #0046DB !important;
    background: rgba(0, 70, 219, 0.08) !important;
}

.pp-service-details-process-subtitle svg circle {
    fill: #0046DB !important;
}

.pp-service-details-process-title {
    color: #111013 !important;
    font-size: calc(32px + 0.5vw) !important;
    line-height: 1.2;
    text-transform: capitalize;
}

.pp-service-details-process-item span {
    background: #0046DB !important;
    color: #ffffff !important;
}

.pp-service-details-process-item h4 {
    color: #111013 !important;
}

.pp-service-details-process-item p {
    color: #555 !important;
}

.pp-service-details-process-box::before {
    background: rgba(17, 16, 19, 0.08) !important;
}

.pp-service-details-process-bottom span {
    background: transparent !important;
    border-color: rgba(17, 16, 19, 0.12) !important;
}

.pp-service-details-process-bottom span,
.pp-service-details-process-bottom span a {
    color: #111013 !important;
}

.pp-service-details-process-bottom span a {
    color: #0046DB !important;
}

.pp-service-details-process-bottom span a svg path {
    fill: #0046DB !important;
}

/* ===== Homepage Hero Section ===== */
.vb-hero-section {
    overflow: hidden;
}

.vb-hero-trust-badge {
    display: flex;
    justify-content: center;
}

.vb-hero-avatars {
    gap: 0;
}

.vb-hero-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -8px;
}

.vb-hero-avatar:first-child {
    margin-left: 0;
}

.vb-hero-trust-text {
    font-size: 14px;
    color: #555;
    margin-left: 12px;
    font-weight: 500;
}

.vb-hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.15;
    color: #111013;
    margin-top: 10px;
    font-family: var(--tp-ff-grotesk);
}

.vb-hero-inline-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.vb-hero-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 600px;
    margin: 20px auto 0;
}

.vb-hero-buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.vb-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0046DB;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.vb-btn-primary:hover {
    background: #003bbb;
    transform: translateY(-2px);
}

.vb-btn-primary svg {
    width: 12px;
    height: 12px;
}

.vb-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #111013 !important;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    border: 1.5px solid #ddd;
    transition: all 0.3s ease;
    text-decoration: none;
}

.vb-btn-outline:hover {
    border-color: #0046DB;
    color: #0046DB !important;
    transform: translateY(-2px);
}

/* ===== Trusted By Section ===== */
.vb-trusted-bar {
    text-align: center;
}

.vb-trusted-label {
    position: relative;
    margin-bottom: 30px;
}

.vb-trusted-label span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
    background: #F6F6F9;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.vb-trusted-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1.5px dashed #ccc;
}

.vb-trusted-logos {
    gap: 80px;
}

.vb-trusted-logo-item img {
    height: 30px;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.vb-trusted-logo-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ===== Comparison Section ===== */
.vb-comparison-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #111013;
    font-family: var(--tp-ff-grotesk);
}

.vb-comparison-subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #111013;
}

.vb-trust-count {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #555;
    margin-left: -8px;
}

.vb-stars {
    font-size: 14px;
    color: #f5a623;
    margin-bottom: 2px;
}

.vb-stars strong {
    color: #111013;
}

.vb-trust-label {
    font-size: 13px;
    color: #555;
}

.vb-comparison-table {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.vb-comparison-header {
    display: flex;
}

.vb-comparison-header .vb-col-other {
    background: #f8f8f8;
    font-weight: 700;
    font-size: 18px;
    color: #111013;
    padding: 24px 30px;
}

.vb-comparison-header .vb-col-vendorby {
    background: #0046DB;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 24px 30px;
}

.vb-comparison-row {
    display: flex;
    border-bottom: 1px solid #eee;
}

.vb-comparison-row:last-child {
    border-bottom: none;
}

.vb-comparison-col {
    flex: 1;
    padding: 18px 30px;
    font-size: 15px;
}

.vb-col-other {
    background: #fff;
    color: #666;
}

.vb-col-vendorby {
    background: rgba(0, 70, 219, 0.06);
    color: #111013;
}

.vb-check-icon {
    margin-right: 8px;
    font-weight: 700;
    color: #0046DB;
}

/* ===== Contact Section ===== */
.vb-contact-section {
    background: #141414;
}

.vb-contact-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0046DB;
    background: rgba(0, 70, 219, 0.15);
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
}

.vb-contact-title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    font-family: var(--tp-ff-grotesk);
}

.vb-contact-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.vb-contact-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.vb-contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
    min-width: 180px;
}

.vb-contact-card-icon {
    position: relative;
    color: #111013;
}

.vb-contact-card-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4444;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -4px;
}

.vb-contact-card-dot+.vb-contact-card-dot {
    right: -12px;
}

.vb-contact-card-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #999;
    display: block;
    margin-bottom: 4px;
}

.vb-contact-card-value {
    font-size: 15px;
    font-weight: 600;
    color: #111013;
    margin: 0;
}

.vb-contact-form-wrap {
    padding-left: 40px;
}

.vb-contact-field {
    margin-bottom: 20px;
}

.vb-contact-field label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 8px;
}

.vb-contact-field input,
.vb-contact-field textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
}

.vb-contact-field input::placeholder,
.vb-contact-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.vb-contact-field input:focus,
.vb-contact-field textarea:focus {
    border-color: #0046DB;
    background: rgba(0, 70, 219, 0.06);
}

.vb-contact-field textarea {
    resize: none;
    height: 120px;
}

.vb-service-select {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vb-service-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vb-service-btn:hover,
.vb-service-btn.active {
    background: #0046DB;
    border-color: #0046DB;
    color: #fff;
}

.vb-contact-submit {
    width: 100%;
    background: #fff;
    color: #111013;
    border: none;
    padding: 18px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.vb-contact-submit:hover {
    background: #0046DB;
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .vb-hero-title {
        font-size: 48px;
    }

    .vb-hero-inline-img {
        width: 48px;
        height: 48px;
    }

    .vb-comparison-title {
        font-size: 28px;
    }

    .vb-comparison-subtitle {
        font-size: 18px;
    }

    .vb-comparison-table {
        margin-top: 40px;
    }

    .vb-contact-form-wrap {
        padding-left: 0;
    }

    .vb-contact-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .vb-hero-title {
        font-size: 36px;
    }

    .vb-hero-inline-img {
        width: 36px;
        height: 36px;
    }

    .vb-comparison-col {
        padding: 14px 16px;
        font-size: 13px;
    }

    .vb-comparison-header .vb-col-other,
    .vb-comparison-header .vb-col-vendorby {
        font-size: 15px;
        padding: 18px 16px;
    }

    .vb-contact-title {
        font-size: 36px;
    }

    .vb-contact-cards {
        flex-direction: column;
    }
}

/* ===== Industries Swiper ===== */
.vb-industries-area {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.vb-industry-item {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.vb-industry-item i {
    color: #999;
    transition: color 0.3s ease;
}

.vb-industry-item span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: color 0.3s ease;
}

.vb-industry-item:hover i {
    color: #0046DB;
}

.vb-industry-item:hover span {
    color: #111013;
}

/* ===== Hide social / "Follow Us" sections (no socials yet) ===== */
.tp-offcanvas-social,
.tp-footer-widget-social,
.tp-footer-social {
    display: none !important;
}

/* ===== Contact form: captcha + submission feedback ===== */
.tp-contact-form-captcha {
    min-height: 78px;
}

h-captcha {
    display: inline-block;
}

.ajax-response {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.ajax-response.sending,
.ajax-response.success,
.ajax-response.error {
    display: block;
}

.ajax-response.sending {
    background: rgba(0, 70, 219, 0.08);
    color: #0046DB;
    border: 1px solid rgba(0, 70, 219, 0.2);
}

.ajax-response.success {
    background: rgba(22, 163, 74, 0.08);
    color: #15803d;
    border: 1px solid rgba(22, 163, 74, 0.25);
}

.ajax-response.error {
    background: rgba(220, 38, 38, 0.08);
    color: #b91c1c;
    border: 1px solid rgba(220, 38, 38, 0.25);
}

#contact-form button[type="submit"]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}