/* Inventomo visual polish layer */

/* ── Global: prevent mid-word heading breaks site-wide ── */
h1, h2, h3, h4, h5, h6,
.sec-title {
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

:root {
    --inventomo-ink: #061153;
    --inventomo-blue: #1053f3;
    --inventomo-cyan: #00c8ff;
    --inventomo-mint: #24d6a3;
    --inventomo-gold: #ffbf3f;
    --inventomo-soft: #f4f8ff;
}

@keyframes inventomo-loader-failsafe {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

.page-wrapper {
    overflow-x: clip;
}

.loading-screen {
    animation: inventomo-loader-failsafe 0.25s ease 1.4s forwards;
}

.wow {
    visibility: visible !important;
}

.swiper-slide-active .hero-content > *,
.hero-slider:not(.swiper-initialized) .swiper-slide:first-child .hero-content > * {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ── Top Bar Left Items: High-Contrast Premium Links with Smooth Eased Hover ── */
.tv-header .header-top .top-left {
    position: relative;
    z-index: 10;
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
}

.tv-header .header-top .top-left .list-style-1 {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 8px 0;
    margin: 0;
}

.tv-header .header-top .top-left .list-style-1 li {
    margin: 0 !important;
    padding: 0 !important;
    user-select: text !important;
    -webkit-user-select: text !important;
}

.tv-header .header-top .top-left .list-style-1 li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transition: color 0.32s ease-in-out, background-color 0.32s ease-in-out, transform 0.32s ease-in-out, box-shadow 0.32s ease-in-out;
}

.tv-header .header-top .top-left .list-style-1 li a span,
.tv-header .header-top .top-left .list-style-1 li a i {
    color: #ffffff !important;
    transition: color 0.32s ease-in-out, transform 0.32s ease-in-out, text-shadow 0.32s ease-in-out;
    user-select: text !important;
    -webkit-user-select: text !important;
}

.tv-header .header-top .top-left .list-style-1 li a i {
    font-size: 14px;
    color: #ffffff !important;
}

/* Smooth, high-contrast hover effect for top bar contact items */
.tv-header .header-top .top-left .list-style-1 li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-1px) scale(1.05);
}

.tv-header .header-top .top-left .list-style-1 li a:hover span {
    color: #ffffff !important;
}

.tv-header .header-top .top-left .list-style-1 li a:hover i {
    transform: scale(1.15);
}

/* Email link hover: Bright White for better contrast */
.tv-header .header-top .top-left .list-style-1 li a[href^="mailto"]:hover span,
.tv-header .header-top .top-left .list-style-1 li a[href^="mailto"]:hover i {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* Phone link hover: Dark Blue */
.tv-header .header-top .top-left .list-style-1 li a[href^="tel"]:hover span,
.tv-header .header-top .top-left .list-style-1 li a[href^="tel"]:hover i {
    color: #061153 !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* WhatsApp link hover: Crisp WhatsApp Green */
.tv-header .header-top .top-left .list-style-1 li a[href*="wa.me"]:hover span,
.tv-header .header-top .top-left .list-style-1 li a[href*="wa.me"]:hover i {
    color: #25d366 !important;
    text-shadow: 0 0 8px rgba(37, 211, 102, 0.4);
}

/* ── Linktree SVG Icon Sizing & High-Contrast Styling ── */
.inv-linktree-icon {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: fill 0.28s ease-in-out, color 0.28s ease-in-out, transform 0.28s ease-in-out !important;
}

.social-icon-one li a.linktree-icon-btn,
.social-icon[title="Linktree"],
a[title="Linktree"] {
    color: #ffffff !important;
}

.social-icon-one li a,
.social-icon,
.brand-info .social-icon,
.mobile-menu-wrapper .social-links li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Top Bar Social Icons Smooth Transition & Linktree Hover */
.tv-header .header-top .outer-box .social-icon-one li a {
    transition: all 0.32s ease-in-out !important;
}

.tv-header .header-top .outer-box .social-icon-one li a:hover {
    transform: translateY(-2px) scale(1.08);
}

.tv-header .header-top .outer-box .social-icon-one li a[title="Linktree"]:hover,
.tv-header .header-top .outer-box .social-icon-one li a.linktree-icon-btn:hover,
.mobile-menu-wrapper .social-links li a[title="Linktree"]:hover,
.brand-info .social-icon[title="Linktree"]:hover,
.social-icon[title="Linktree"]:hover {
    background: #43e660 !important;
    border-color: #43e660 !important;
    color: #061153 !important;
    box-shadow: 0 6px 16px rgba(67, 230, 96, 0.45);
}

.tv-header .header-top .outer-box .social-icon-one li a[title="Linktree"]:hover .inv-linktree-icon,
.tv-header .header-top .outer-box .social-icon-one li a.linktree-icon-btn:hover .inv-linktree-icon,
.mobile-menu-wrapper .social-links li a[title="Linktree"]:hover .inv-linktree-icon,
.brand-info .social-icon[title="Linktree"]:hover .inv-linktree-icon,
.social-icon[title="Linktree"]:hover .inv-linktree-icon {
    fill: #061153 !important;
    color: #061153 !important;
}

/* Facebook Hover */
.tv-header .header-top .outer-box .social-icon-one li a:has(.fa-facebook-f):hover,
.mobile-menu-wrapper .social-links li a:has(.fa-facebook-f):hover,
.brand-info .social-icon:has(.fa-facebook-f):hover,
.social-icon:has(.fa-facebook-f):hover {
    background: #1877F2 !important;
    border-color: #1877F2 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(24, 119, 242, 0.45);
}
.tv-header .header-top .outer-box .social-icon-one li a:has(.fa-facebook-f):hover i,
.mobile-menu-wrapper .social-links li a:has(.fa-facebook-f):hover i,
.brand-info .social-icon:has(.fa-facebook-f):hover i,
.social-icon:has(.fa-facebook-f):hover i {
    color: #ffffff !important;
}

/* Instagram Hover */
.tv-header .header-top .outer-box .social-icon-one li a:has(.fa-instagram):hover,
.mobile-menu-wrapper .social-links li a:has(.fa-instagram):hover,
.brand-info .social-icon:has(.fa-instagram):hover,
.social-icon:has(.fa-instagram):hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    border-color: #dc2743 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(220, 39, 67, 0.45);
}
.tv-header .header-top .outer-box .social-icon-one li a:has(.fa-instagram):hover i,
.mobile-menu-wrapper .social-links li a:has(.fa-instagram):hover i,
.brand-info .social-icon:has(.fa-instagram):hover i,
.social-icon:has(.fa-instagram):hover i {
    color: #ffffff !important;
}

/* LinkedIn Hover */
.tv-header .header-top .outer-box .social-icon-one li a:has(.fa-linkedin-in):hover,
.mobile-menu-wrapper .social-links li a:has(.fa-linkedin-in):hover,
.brand-info .social-icon:has(.fa-linkedin-in):hover,
.social-icon:has(.fa-linkedin-in):hover {
    background: #0077b5 !important;
    border-color: #0077b5 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 119, 181, 0.45);
}
.tv-header .header-top .outer-box .social-icon-one li a:has(.fa-linkedin-in):hover i,
.mobile-menu-wrapper .social-links li a:has(.fa-linkedin-in):hover i,
.brand-info .social-icon:has(.fa-linkedin-in):hover i,
.social-icon:has(.fa-linkedin-in):hover i {
    color: #ffffff !important;
}

.tv-header .header-top .menu-follow_title {
    color: #fff !important;
}

.menu-area .header-logo a,
.sidebar-content .sidebar-logo a,
.mobile-menu-wrapper .mobile-logo a {
    display: inline-flex;
    align-items: center;
}

.menu-area .header-logo a img,
.sticky-header .header-logo a img {
    display: block !important;
    width: clamp(168px, 12vw, 230px) !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}

.mobile-menu-wrapper .mobile-logo img {
    width: 190px !important;
    height: auto !important;
    filter: none !important;
}

.sidebar-content .sidebar-logo {
    margin-bottom: 26px;
}

.sidebar-content .sidebar-logo img {
    width: 230px !important;
    height: auto !important;
    max-width: min(230px, 82vw) !important;
}

.sidebar-content .sidebar-about {
    margin-bottom: 26px;
}

.sidebar-content .sidebar-about h6 {
    background: linear-gradient(135deg, var(--inventomo-blue), var(--inventomo-cyan));
    box-shadow: 0 12px 24px rgba(16, 83, 243, 0.18);
}

.sidebar-content .sidebar-header {
    margin-bottom: 0;
}

.sidebar-content .sidebar-header h3 {
    max-width: 430px;
    margin: 22px auto 0;
    font-size: 30px;
    line-height: 1.14;
    color: var(--inventomo-ink);
}

.sidebar-service-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 26px 0;
}

.sidebar-service-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 12px;
    text-align: left;
    background: linear-gradient(135deg, #061153, #0d2188);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(6, 17, 83, 0.12);
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sidebar-service-card:hover {
    transform: translateY(-2px);
    border-color: var(--inventomo-cyan);
    box-shadow: 0 10px 24px rgba(0, 200, 255, 0.2);
}

.sidebar-service-card .icon-wrap {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--inventomo-blue), var(--inventomo-cyan));
    box-shadow: 0 4px 10px rgba(16, 83, 243, 0.2);
    flex-shrink: 0;
}

.sidebar-service-card strong {
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.2;
    flex-grow: 1;
}

.sidebar-service-card .arrow-wrap {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    transition: transform 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

.sidebar-service-card:hover .arrow-wrap {
    color: var(--inventomo-cyan);
    transform: translateX(3px);
}

.sidebar-wrapper {
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 83, 243, 0.35) transparent;
}

.sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(16, 83, 243, 0.35);
    border-radius: 3px;
}

.sidebar-contact-pills {
    display: grid;
    gap: 10px;
    margin: 10px 0 26px;
}

.sidebar-contact-pills a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 999px;
    color: var(--inventomo-ink);
    background: #f4f8ff;
    border: 1px solid rgba(16, 83, 243, 0.12);
    font-weight: 700;
}

.sidebar-contact-pills a:hover {
    color: #fff;
    background: var(--inventomo-blue);
}

.sidebar-contact-pills i {
    color: var(--inventomo-blue);
}

.sidebar-contact-pills a:hover i {
    color: #fff;
}

.sidebar-content .newsletter-form {
    border-radius: 18px;
    overflow: hidden;
}

.sub-title-2 i,
.title-wrap .sub-title-2 i,
.feature-single-box .icon i,
.contact-info-single .icon i,
.faq-contact-box .icon i {
    color: var(--inventomo-blue);
}

.theme-btn,
.theme-btn.style2:hover,
.project-actions .action-btn:hover,
.menu-filtering li.active,
.menu-filtering li:hover {
    box-shadow: 0 14px 34px rgba(16, 83, 243, 0.22);
}

.theme-btn svg path:not([stroke]),
.theme-btn .arrow-all-2 svg path:not([stroke]) {
    fill: currentColor;
}

.theme-btn svg path[stroke] {
    fill: none !important;
    stroke: currentColor !important;
}

.hero-area::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 32%;
    background: linear-gradient(180deg, rgba(6, 17, 83, 0) 0%, rgba(6, 17, 83, 0.68) 100%);
    pointer-events: none;
    z-index: 2;
}

.hero-content {
    max-width: 920px;
}

.hero-content .sub-title {
    box-shadow: 0 16px 45px rgba(0, 200, 255, 0.18);
}

.tv-service-single-box,
.blog-single-box,
.project-single-box,
.tv-testi-card {
    border: 1px solid rgba(16, 83, 243, 0.08);
}

.service-box-five {
    position: relative;
    isolation: isolate;
}

.service-box-five::before,
.tv-service-single-box::before,
.project-single-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(16, 83, 243, 0.13), rgba(0, 200, 255, 0.05), rgba(36, 214, 163, 0.08));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: -1;
}

.service-box-five:hover::before,
.tv-service-single-box:hover::before,
.project-single-box:hover::before {
    opacity: 1;
}

.service-box-five .icon-top .icon,
.tv-service-single-box .icon,
.process-single-box .icon,
.contact-info-single .icon,
.project-actions .action-btn,
.case-badge {
    background: linear-gradient(135deg, rgba(16, 83, 243, 0.12), rgba(0, 200, 255, 0.14));
    color: var(--inventomo-blue);
}

.service-box-five .logo,
.tv-service-single-box .icon {
    filter: drop-shadow(0 10px 18px rgba(16, 83, 243, 0.14));
}

.project-overlay {
    background: linear-gradient(135deg, rgba(6, 17, 83, 0.88), rgba(16, 83, 243, 0.72));
}

.home5-blog-dark {
    background:
        linear-gradient(135deg, rgba(6, 17, 83, 0.95), rgba(12, 43, 139, 0.9)),
        url("../images/new/projects.png") center/cover no-repeat;
}

.home5-blog-dark .blog-single-box {
    backdrop-filter: blur(14px);
}

.inventomo-visual-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 200, 255, 0.16), transparent 32%),
        linear-gradient(135deg, #061153 0%, #0b2a84 58%, #1053f3 100%);
    color: #fff;
    overflow: hidden;
}

.inventomo-visual-section .sub-title-2,
.inventomo-visual-section .sec-title,
.inventomo-visual-section p {
    color: #fff;
}

.inventomo-visual-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: stretch;
}

.inventomo-visual-main,
.inventomo-visual-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.inventomo-visual-main {
    min-height: 460px;
    position: relative;
}

.inventomo-visual-main img,
.inventomo-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inventomo-visual-main::after,
.inventomo-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(6, 17, 83, 0.82) 100%);
    pointer-events: none;
}

.inventomo-visual-main,
.inventomo-visual-card {
    position: relative;
}

.inventomo-visual-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 2;
}

.inventomo-visual-caption span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 14px;
    color: var(--inventomo-ink);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.inventomo-visual-caption h3,
.inventomo-visual-caption h4,
.inventomo-visual-caption p {
    color: #fff;
    margin-bottom: 0;
}

.inventomo-visual-caption p {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 8px;
}

.inventomo-visual-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 28px;
}

.inventomo-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.inventomo-proof {
    border-radius: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.inventomo-proof strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    color: #fff;
}

.inventomo-proof span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
}

.newsletter-wrap .icon img,
.newsletter-wrap img,
.brand-item img {
    filter: none;
}

.contact-partner-section {
    padding: 95px 0 90px;
    scroll-margin-top: 130px;
    background:
        radial-gradient(circle at 6% 12%, rgba(16, 83, 243, 0.08), transparent 30%),
        linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

.contact-partner-section .title-wrap {
    max-width: 620px;
}

.contact-partner-section .sec-title {
    max-width: 600px;
    line-height: 1.08;
}

.contact-section .sec-title,
.contact-partner-section .sec-title,
.tv-project-section.inner .sec-title {
    color: var(--inventomo-ink) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.contact-section .sec-title *,
.contact-partner-section .sec-title *,
.tv-project-section.inner .sec-title * {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.contact-partner-section .contact-info-list {
    display: grid;
    gap: 18px;
}

.contact-partner-section .contact-item {
    gap: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(16, 83, 243, 0.08);
    box-shadow: 0 16px 38px rgba(6, 17, 83, 0.06);
}

.contact-partner-section .contact-item .icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1053f3;
    box-shadow: 0 12px 26px rgba(16, 83, 243, 0.22);
}

.contact-partner-section .contact-item h5 {
    color: var(--inventomo-ink);
    font-size: 22px;
    line-height: 1.2;
}

.contact-partner-section .contact-item p {
    color: #5a6478;
}

.partner-visual-card {
    position: relative;
    min-height: 500px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(16, 83, 243, 0.12);
    box-shadow: 0 30px 80px rgba(6, 17, 83, 0.16);
    background: var(--inventomo-ink);
}

.partner-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 17, 83, 0.08) 0%, rgba(6, 17, 83, 0.78) 100%);
    pointer-events: none;
}

.partner-visual-card img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.partner-visual-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 17, 83, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
}

.partner-visual-badge span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--inventomo-ink);
    background: #fff;
}

.partner-visual-stats {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.partner-visual-stats div {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
}

.partner-visual-stats strong,
.partner-visual-stats span {
    display: block;
    color: #fff;
}

.partner-visual-stats strong {
    font-size: 34px;
    line-height: 1;
}

.partner-visual-stats span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
}

.tv-project-section.inner {
    padding-top: 90px;
    scroll-margin-top: 130px;
    background:
        radial-gradient(circle at 50% 0%, rgba(16, 83, 243, 0.09), transparent 32%),
        linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

.tv-project-section.inner .title-wrap {
    margin-bottom: 28px;
}

.tv-project-section.inner .title-wrap {
    max-width: 860px;
    margin: 0 auto;
}

.project-filter-buttons {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px !important;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(16, 83, 243, 0.1);
    box-shadow: 0 24px 60px rgba(6, 17, 83, 0.08);
    backdrop-filter: blur(16px);
}

.project-filter-buttons .menu-filtering {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: none;
}

.project-filter-buttons .menu-filtering li {
    position: relative;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 12px 22px;
    border-radius: 999px;
    color: var(--inventomo-ink);
    background: #fff;
    border: 1px solid rgba(16, 83, 243, 0.12);
    box-shadow: none;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
    word-break: keep-all;
}

.project-filter-buttons .menu-filtering li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    background: rgba(16, 83, 243, 0.3);
}

.project-filter-buttons .menu-filtering li.active,
.project-filter-buttons .menu-filtering li:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--inventomo-blue), var(--inventomo-cyan));
    box-shadow: 0 16px 32px rgba(16, 83, 243, 0.2);
}

.project-filter-buttons .menu-filtering li.active::before,
.project-filter-buttons .menu-filtering li:hover::before {
    background: #fff;
}

.project-single-box {
    border-radius: 24px;
}

.project-single-box .thumb {
    min-height: 300px;
    background:
        linear-gradient(135deg, rgba(16, 83, 243, 0.08), rgba(0, 200, 255, 0.08)),
        #f4f8ff;
}

.project-single-box .thumb img {
    height: 300px;
}

.project-info {
    text-align: left;
}

.project-info .title {
    min-height: 54px;
    line-height: 1.25;
}

.project-info .title a {
    color: var(--inventomo-ink);
}

.project-badge {
    justify-content: flex-start;
}

.project-actions .action-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.inventomo-mobile-menu-button {
    display: none !important;
}

.inventomo-fixed-mobile-menu {
    display: none !important;
}

@media (min-width: 992px) {
    .inventomo-fixed-mobile-menu {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (max-width: 991px) {
    .container,
    .container-fluid {
        --bs-gutter-x: 28px;
    }

    .tv-header.header-style1 .main-wrapper,
    .sticky-header .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .tv-header.header-style1 .main-wrapper .menu-area,
    .sticky-header .menu-area {
        position: relative;
    }

    .tv-header.header-style1 .main-wrapper .menu-area > .row,
    .sticky-header .menu-area > .row {
        min-height: 78px !important;
        flex-wrap: nowrap;
        align-items: center !important;
    }

    .tv-header.header-style1 .header-right-wrapper {
        display: none;
    }

    .menu-area .nav-outer {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 14px;
        width: auto !important;
        max-width: 60px;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateY(-50%);
        z-index: 30;
    }

    .menu-area .nav-outer .nav-menu,
    .navbar-right {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .navbar-right .menu-toggle,
    .menu-toggle.sidebar-btn {
        width: 46px !important;
        height: 46px !important;
        border-radius: 50%;
        border: 2px solid var(--inventomo-ink);
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(6, 17, 83, 0.14);
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .navbar-right .menu-toggle .line,
    .menu-toggle.sidebar-btn .line {
        display: block !important;
        width: 20px;
        height: 2px;
        margin: 0;
        background: var(--inventomo-ink);
    }

    .inventomo-fixed-mobile-menu {
        position: fixed !important;
        top: 14px !important;
        right: 14px !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 1000001;
        width: 44px !important;
        height: 44px !important;
        border: 2px solid var(--inventomo-ink);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(6, 17, 83, 0.16);
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        padding: 0;
        transform: none !important;
    }

    .inventomo-fixed-mobile-menu .line {
        display: block;
        width: 21px;
        height: 2px;
        background: var(--inventomo-ink);
        border-radius: 999px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .inventomo-fixed-mobile-menu.active .line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .inventomo-fixed-mobile-menu.active .line:nth-child(2) {
        opacity: 0;
    }

    .inventomo-fixed-mobile-menu.active .line:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .tv-header .navbar-right,
    .sticky-header .navbar-right,
    .tv-header .navbar-right.d-inline-flex,
    .sticky-header .navbar-right.d-inline-flex,
    .inventomo-mobile-menu-button,
    .inventomo-mobile-menu-button.menu-toggle.sidebar-btn {
        display: none !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area {
        min-height: 620px;
        border-radius: 0 !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .bg.image {
        background-position: center right !important;
    }

    .hero-overlay,
    .tv-hero-section .hero-inner .hero-slider .hero-area::before {
        background: linear-gradient(90deg, rgba(5, 17, 83, 0.94) 0%, rgba(5, 17, 83, 0.82) 48%, rgba(5, 17, 83, 0.22) 100%) !important;
        z-index: 0 !important;
        pointer-events: none;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area::after {
        z-index: 1 !important;
        pointer-events: none;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area > .container {
        position: relative;
        z-index: 6 !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        max-width: 580px;
        padding: 88px 0 86px !important;
        position: relative;
        z-index: 7 !important;
    }

    .tv-hero-section .hero-slider .swiper-wrapper {
        transform: none !important;
    }

    .tv-hero-section .hero-slider .swiper-slide {
        width: 100% !important;
        transform: none !important;
    }

    .tv-hero-section .hero-slider .swiper-slide:not(:first-child) {
        display: none !important;
    }

    .tv-hero-section .hero-slider .swiper-slide:first-child .hero-content {
        display: block !important;
    }

    .swiper-slide:not(:first-child) .hero-content {
        display: none !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content > *,
    .swiper-slide-active .hero-content > *,
    .hero-slider:not(.swiper-initialized) .swiper-slide:first-child .hero-content > * {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition-delay: 0s !important;
    }

    .hero-content .sub-title {
        max-width: 100%;
        white-space: normal;
        letter-spacing: 1px !important;
        line-height: 1.35;
    }

    .hero-title {
        font-size: 52px !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        max-width: 100%;
    }

    .hero-title br {
        display: block !important;
    }

    .hero-title span {
        display: block;
    }

    .hero-content .text-icon {
        display: block !important;
        margin-top: 18px;
    }

    .hero-content .text {
        width: 100%;
        max-width: min(520px, calc(100vw - 32px)) !important;
        font-size: 16px !important;
        line-height: 1.65 !important;
        overflow-wrap: break-word;
    }

    .hero-content .theme-btn {
        margin-top: 26px !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box {
        right: 18px !important;
        top: auto !important;
        bottom: 24px;
        transform: none !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box {
        width: 118px !important;
        height: 118px !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box .circle-box .text-inner svg {
        width: 78px !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .slide-number {
        top: 90px;
        left: 24px;
        font-size: 100px;
    }

    .p-bottom-left {
        opacity: 0.35;
    }

    .menu-area .header-logo a img,
    .sticky-header .header-logo a img {
        width: 176px !important;
    }

    .inventomo-visual-grid {
        grid-template-columns: 1fr;
    }

    .inventomo-visual-main {
        min-height: 360px;
    }

    .sec-title br,
    .hero-content .text br,
    .tv-about-section .about-right p br {
        display: none;
    }

    .space,
    .space-top,
    .space-bottom {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tv-breadcrumb-inner,
    .process-inner,
    .tv-testi-inner {
        margin-left: 14px !important;
        margin-right: 14px !important;
        border-radius: 20px !important;
    }

    .tv-about-section.style-2 .about-left {
        margin-bottom: 34px;
    }

    .tv-about-section.style-2 .about-left .left-img .image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .tv-about-section.style-2 .about-right .about-right-content {
        gap: 22px;
    }

    .service-box-five,
    .process-single-box,
    .blog-single-box,
    .project-single-box {
        height: auto;
    }

    .contact-partner-section,
    .tv-project-section.inner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .partner-visual-card,
    .partner-visual-card img {
        min-height: 420px;
    }

}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        --bs-gutter-x: 24px;
    }

    .tv-header.header-style1 .header-top {
        display: none !important;
    }

    .tv-header.header-style1 .main-wrapper .menu-area > .row,
    .sticky-header .menu-area > .row {
        min-height: 74px !important;
    }

    .menu-area .header-logo a img,
    .sticky-header .header-logo a img {
        width: 150px !important;
    }

    .menu-area .nav-outer {
        right: 12px;
    }

    .tv-header .navbar-right,
    .sticky-header .navbar-right,
    .tv-header .navbar-right.d-inline-flex,
    .sticky-header .navbar-right.d-inline-flex,
    .inventomo-mobile-menu-button,
    .inventomo-mobile-menu-button.menu-toggle.sidebar-btn {
        display: none !important;
    }

    .menu-area .nav-outer .navbar-right {
        display: none !important;
    }

    .navbar-right .menu-toggle,
    .menu-toggle.sidebar-btn {
        width: 44px !important;
        height: 44px !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area {
        min-height: 540px;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        width: 100%;
        max-width: calc(100vw - 24px) !important;
        padding: 58px 0 66px !important;
    }

    .hero-overlay,
    .tv-hero-section .hero-inner .hero-slider .hero-area::before {
        background: linear-gradient(180deg, rgba(5, 17, 83, 0.96) 0%, rgba(5, 17, 83, 0.86) 50%, rgba(5, 17, 83, 0.36) 100%) !important;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .bg.image {
        background-position: center top !important;
    }

    .hero-content .sub-title {
        padding: 8px 13px !important;
        font-size: 11px !important;
        letter-spacing: 0.8px !important;
    }

    .hero-title {
        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    .hero-content .text {
        max-width: min(340px, calc(100vw - 36px)) !important;
        font-size: 15px !important;
        line-height: 1.58 !important;
    }

    .hero-content .theme-btn {
        width: fit-content;
        max-width: 100%;
        min-height: 54px;
        padding-left: 22px;
        padding-right: 60px;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .video-box {
        display: none;
    }

    .tv-hero-section .hero-inner .hero-slider .hero-area .slide-number {
        top: 36px;
        left: 12px;
        font-size: 76px;
    }

    .slider__marquee .item,
    .marquee-wrap .item {
        font-size: 24px !important;
        line-height: 1.2;
    }

    .space,
    .space-top,
    .space-bottom {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .sec-title {
        display: block;
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-break: normal;
        font-size: 28px !important;
        line-height: 1.18 !important;
    }

    .contact-section .title-wrap,
    .tv-project-section.inner .title-wrap {
        max-width: calc(100vw - 24px);
        overflow: hidden;
    }

    .contact-section .sec-title,
    .tv-project-section.inner .sec-title {
        font-size: 27px !important;
        line-height: 1.22 !important;
    }

    .contact-section .title-wrap p,
    .tv-project-section.inner .title-wrap p {
        width: 100%;
        max-width: min(100%, 340px);
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .tv-project-section.inner .title-wrap p {
        margin-left: auto;
        margin-right: auto;
    }

    .title-wrap p,
    .about-right p,
    .service-box-five p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
        font-size: 15px;
        line-height: 1.65;
    }

    .sidebar-service-grid {
        grid-template-columns: 1fr;
    }

    .sidebar-content .sidebar-header h3 {
        font-size: 25px;
    }

    .inventomo-proof-row {
        grid-template-columns: 1fr;
    }

    .inventomo-visual-main,
    .inventomo-visual-card {
        border-radius: 16px;
    }

    .inventomo-visual-main,
    .inventomo-visual-card,
    .partner-visual-card,
    .partner-visual-card img {
        min-height: 330px !important;
    }

    .inventomo-proof,
    .contact-partner-section .contact-item {
        border-radius: 14px;
    }

    .service-box-five {
        border-radius: 20px 0 20px 20px;
        padding: 30px 24px 28px;
    }

    .service-box-five .service-top h4 br {
        display: none;
    }

    .contact-partner-section .contact-item {
        align-items: flex-start !important;
        padding: 16px;
    }

    .contact-partner-section,
    .tv-project-section.inner {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .partner-visual-stats {
        grid-template-columns: 1fr;
        left: 14px;
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .partner-visual-stats div {
        padding: 14px;
    }

    .partner-visual-badge {
        top: 14px;
        left: 14px;
        right: 14px;
        justify-content: center;
    }

    .project-filter-buttons {
        padding: 12px !important;
        border-radius: 20px;
    }

    .project-filter-buttons .menu-filtering li {
        width: 100%;
    }

    .newsletter {
        padding: 28px 18px !important;
        border-radius: 18px;
    }

    .newsletter .contact-info {
        width: 100%;
        justify-content: center;
    }

    .newsletter .contact-info .email-details a {
        overflow-wrap: break-word;
        word-break: break-all;
    }

    .mobile-menu-wrapper .mobile-menu-area {
        width: min(340px, 92vw);
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* Project box "Learn More" button — widen hover state so text fits */
.project-box-five:hover .project-btn {
    max-width: 145px !important;
}
.project-box-five:hover .project-btn .link-text {
    width: auto !important;
}

/* =========================================================
   PROCESS SECTION — premium glass timeline (self-contained)
   ========================================================= */
.inv-process-section {
    background: var(--inventomo-ink);
    overflow: hidden;
}
.inv-process-inner {
    position: relative;
    margin: 0 30px;
    padding: 72px 0 84px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(120% 90% at 50% -10%, rgba(16, 83, 243, 0.22) 0%, rgba(16, 83, 243, 0) 55%),
        linear-gradient(180deg, #0a1a64 0%, #061153 60%);
    overflow: hidden;
}

/* Header */
.inv-process-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 18px;
    padding: 0 16px;
}
.inv-process-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7ea3ff;
    margin-bottom: 16px;
}
.inv-process-eyebrow i {
    color: var(--inventomo-blue);
    font-size: 14px;
}
.inv-process-heading {
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
    font-weight: 800;
    letter-spacing: 6px;
    line-height: 1;
    color: #fff;
    margin: 0 0 16px;
}
.inv-process-heading span {
    color: var(--inventomo-blue);
}
.inv-process-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
}

/* Timeline + grid */
.inv-process-timeline {
    position: relative;
    padding-top: 72px;
    margin-top: 10px;
}
.inv-process-line {
    position: absolute;
    top: 47px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    z-index: 0;
    background: linear-gradient(90deg,
        rgba(16, 83, 243, 0) 0%,
        rgba(16, 83, 243, 0.55) 12%,
        rgba(0, 200, 255, 0.6) 50%,
        rgba(16, 83, 243, 0.55) 88%,
        rgba(16, 83, 243, 0) 100%);
}
.inv-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Card */
.inv-process-card {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 44px 24px 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.035) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}
.inv-process-card:hover {
    transform: translateY(-10px);
    border-color: rgba(16, 83, 243, 0.55);
    background: linear-gradient(180deg, rgba(16, 83, 243, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(16, 83, 243, 0.25), 0 0 40px rgba(16, 83, 243, 0.25);
}

/* Floating icon — connector line sits behind these only */
.inv-process-icon {
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.inv-process-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.inv-process-card:hover .inv-process-icon {
    transform: translateX(-50%) scale(1.08);
    border-color: rgba(16, 83, 243, 0.6);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4), 0 0 26px rgba(16, 83, 243, 0.4);
}

/* Step badge + text */
.inv-process-step {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #9bb8ff;
    background: rgba(16, 83, 243, 0.18);
    border: 1px solid rgba(16, 83, 243, 0.35);
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.inv-process-title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.inv-process-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
}

/* Tablet — 2 per row, no connector line */
@media (max-width: 992px) {
    .inv-process-line { display: none; }
    .inv-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 24px;
        row-gap: 78px;
    }
    .inv-process-timeline { padding-top: 70px; }
}

/* Mobile — 1 per row */
@media (max-width: 576px) {
    .inv-process-inner {
        margin: 0 15px;
        padding: 52px 0 60px;
        border-radius: 24px;
    }
    .inv-process-grid {
        grid-template-columns: 1fr;
        row-gap: 84px;
    }
    .inv-process-icon {
        width: 76px;
        height: 76px;
        top: -60px;
    }
    .inv-process-icon img { width: 42px; height: 42px; }
    .inv-process-heading { letter-spacing: 4px; }
}

/* =========================================================
   TESTIMONIALS — initials avatar, arrows, write button
   ========================================================= */
/* Keep any uploaded/linked review photo at a fixed avatar size (prevents large
   images from breaking the card layout) */
.tv-testi-card .testi-top .image img,
.tv-testi-card .testi-top img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Initials avatar fallback (no uploaded photo) */
.tv-testi-card .testi-top .image .testi-initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--inventomo-blue) 0%, var(--inventomo-cyan) 100%);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* Trusted-clients social proof avatars kept square/cover */
.tv-testimonial-section .client-social-proof .social img {
    object-fit: cover;
}

/* Testimonial controls row (below slider): arrows left, write button right */
.testi-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.testi-arrows {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
.testi-arrows .array-prev,
.testi-arrows .array-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.5px solid rgba(16, 83, 243, 0.3);
    background: #fff;
    color: var(--inventomo-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 22px rgba(16, 83, 243, 0.12);
}
/* Only the hovered button fills blue — balanced, lovely, attention-grabbing */
.testi-arrows .array-prev:hover,
.testi-arrows .array-next:hover {
    background: var(--inventomo-blue);
    color: #fff;
    border-color: var(--inventomo-blue);
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 16px 32px rgba(16, 83, 243, 0.32);
}
.testi-arrows .array-prev:active,
.testi-arrows .array-next:active {
    transform: translateY(-1px) scale(1.02);
}

/* "Write a Review" button */
.testi-write-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--inventomo-blue) 0%, var(--inventomo-cyan) 100%);
    box-shadow: 0 12px 28px rgba(16, 83, 243, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}
.testi-write-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(16, 83, 243, 0.4);
}

@media (max-width: 575px) {
    .testi-controls {
        justify-content: center;
        margin-top: 36px;
    }
}

/* =========================================================
   REVIEW FORM (contact page)
   ========================================================= */
.inv-review-section {
    background: var(--inventomo-soft);
}
/* Split card: gradient brand panel + form */
.inv-review-split {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(6, 17, 83, 0.10);
    margin-top: 40px;
    border: 1px solid #eef2fb;
}
.inv-review-aside {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #0a1a64 0%, #1053f3 100%);
    color: #fff;
    padding: 50px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inv-review-aside::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.38), transparent 70%);
    top: -70px;
    right: -70px;
    pointer-events: none;
}
.inv-review-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9bd0ff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.inv-review-aside h3 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.inv-review-aside p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 26px;
    position: relative;
    z-index: 1;
}
.inv-review-aside-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.inv-review-aside-rating .stars {
    color: #ffb400;
    font-size: 16px;
    letter-spacing: 2px;
}
.inv-review-aside-rating strong { font-size: 18px; color: #fff; }
.inv-review-aside-rating .muted {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin-top: 4px;
}
.inv-review-form-r {
    padding: 46px 42px;
}
@media (max-width: 767px) {
    .inv-review-split { grid-template-columns: 1fr; }
    .inv-review-aside { padding: 36px 28px; }
    .inv-review-aside h3 { font-size: 24px; }
    .inv-review-form-r { padding: 32px 24px; }
}
.inv-review-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--inventomo-ink);
    margin-bottom: 8px;
}
.inv-review-label span { color: #e4405f; }
.inv-review-label small { color: #8a93ad; font-weight: 500; }
.inv-review-form-r .form-control {
    border: 1px solid #e2e8f5;
    border-radius: 12px;
    padding: 13px 16px;
    background: #fbfcff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.inv-review-form-r .form-control:focus {
    border-color: var(--inventomo-blue);
    box-shadow: 0 0 0 3px rgba(16, 83, 243, 0.12);
    background: #fff;
    outline: none;
}
.inv-review-form-r textarea.form-control { resize: vertical; min-height: 120px; }

/* consistent field spacing */
.inv-field { margin-bottom: 22px; }

/* file input */
.inv-review-form-r .inv-file {
    padding: 11px 16px;
    cursor: pointer;
}
.inv-review-form-r .inv-file::file-selector-button {
    border: none;
    background: rgba(16, 83, 243, 0.1);
    color: var(--inventomo-blue);
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    margin-right: 14px;
    cursor: pointer;
    transition: background 0.25s ease;
}
.inv-review-form-r .inv-file::file-selector-button:hover {
    background: rgba(16, 83, 243, 0.2);
}

/* Interactive star rating (left aligned, 1->5) */
.review-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 8px;
    background: #fbfcff;
    border: 1px solid #e2e8f5;
    border-radius: 12px;
    padding: 12px 18px;
}
.review-stars input { display: none; }
.review-stars label {
    font-size: 28px;
    color: #d6ddee;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
    margin: 0;
    line-height: 1;
}
.review-stars label:hover,
.review-stars label:hover ~ label,
.review-stars input:checked ~ label {
    color: #ffb400;
}
.review-stars label:hover { transform: scale(1.18); }

/* Clean gradient submit button */
.inv-review-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    padding: 15px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--inventomo-blue) 0%, var(--inventomo-cyan) 100%);
    box-shadow: 0 14px 30px rgba(16, 83, 243, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 6px;
}
.inv-review-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(16, 83, 243, 0.42);
}

/* Submission alerts */
.inv-review-alert {
    margin-top: 26px;
    padding: 16px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.inv-review-alert.success {
    background: #e6f8ef;
    color: #1a8a55;
    border: 1px solid #b8ebcf;
}
.inv-review-alert.error {
    background: #fdeaed;
    color: #c0344a;
    border: 1px solid #f6c6cf;
}

@media (max-width: 575px) {
    .inv-review-form-r { padding: 26px 18px; }
}

/* Premium Footer Styling Overrides */
.footer-section {
    background: linear-gradient(180deg, #030825 0%, #050e42 100%) !important;
    border-top: 2px solid rgba(16, 83, 243, 0.25);
    box-shadow: 0 -20px 50px rgba(6, 17, 83, 0.15);
}

.footer-logo img {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
    filter: brightness(0) invert(1) drop-shadow(0 4px 10px rgba(255, 255, 255, 0.1));
}
.footer-logo img:hover {
    transform: scale(1.06);
    filter: brightness(0) invert(1) drop-shadow(0 6px 20px rgba(16, 83, 243, 0.4));
}

.footer-widget ul {
    padding-left: 0;
    list-style: none;
}
.footer-widget ul li {
    margin-bottom: 12px;
}
.footer-widget ul li a {
    color: #a3b3cc !important;
    font-size: 14.5px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    position: relative;
}
.footer-widget ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome", sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: var(--inventomo-cyan);
    opacity: 0;
    transform: translateX(-6px) !important;
    transition: all 0.3s ease;
    /* Reset style.css */
    position: relative !important;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
}
.footer-widget ul li a:hover {
    color: var(--inventomo-cyan) !important;
    transform: translateX(6px);
    padding-left: 0;
}
.footer-widget ul li a:hover::before {
    opacity: 1;
    transform: translateX(0) !important;
}

.footer-widget .title {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
}
.footer-widget .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, var(--inventomo-cyan), var(--inventomo-blue));
    border-radius: 2px;
}

/* Footer Social Icons Premium Design */
.brand-info .social-links {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.brand-info .social-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 15px;
}
.brand-info .social-icon:hover {
    background: linear-gradient(135deg, var(--inventomo-blue), var(--inventomo-cyan));
    border-color: transparent;
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 10px 20px rgba(16, 83, 243, 0.35);
}

.brand-info .social-icon::before {
    display: none !important;
}

/* Footer Bottom Polish */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 24px 0;
    background: rgba(2, 6, 26, 0.5);
}
.footer-policy {
    padding-right: 110px; /* Space for sticky widgets */
}
.footer-policy a {
    color: #a3b3cc !important;
    font-size: 13.5px;
    margin-left: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}
.footer-policy a:hover {
    color: var(--theme-color) !important;
}

/* Blog Fallback Image Box Design */
.blog-image-fallback {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 50%, #08186b 0%, #030a38 100%) !important;
    border-bottom: 1px solid rgba(16, 83, 243, 0.15);
}
.blog-image-fallback::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 200, 255, 0.15) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.35;
    pointer-events: none;
}
.blog-image-fallback::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(16, 83, 243, 0.25) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.blog-image-fallback img {
    filter: brightness(0) invert(1) drop-shadow(0 8px 24px rgba(0, 200, 255, 0.35));
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}
.blog-single-box:hover .blog-image-fallback img,
.blog-list-card:hover .blog-image-fallback img {
    transform: scale(1.1) rotate(-3deg);
}

/* Breadcrumb Styling for Policies */
.policy-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(6, 17, 83, 0.04);
    border: 1px solid rgba(16, 83, 243, 0.06);
    padding: 40px;
}
.policy-card h3 {
    color: var(--inventomo-ink);
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    padding-left: 14px;
    position: relative;
}
.policy-card h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: #1053f3;
    border-radius: 2px;
}
.policy-card h3:first-of-type {
    margin-top: 0;
}
.policy-card p {
    color: #4b5563;
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 20px;
}
.policy-card ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.policy-card ul li {
    color: #4b5563;
    line-height: 1.7;
    font-size: 14.5px;
    margin-bottom: 8px;
    list-style-type: disc;
}

/*=======================================================================
   Our Recent Work Section (style-4) Mobile/Tablet Responsiveness Overrides
=========================================================================*/
.project-bg-mobile {
    display: none;
}

@media (max-width: 991px) {
    /* Hide the shared desktop absolute background image thumbnails */
    .tv-project-section.style-4 .thumbs {
        display: none !important;
    }

    /* Enable mobile background image container */
    .project-bg-mobile {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
        border-radius: 20px;
    }

    .project-bg-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    /* Add overlay to mobile background image for high readability */
    .project-bg-mobile::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(6, 17, 83, 0.45) 0%, rgba(6, 17, 83, 0.85) 100%);
        z-index: 2;
    }

    /* Modify the card container */
    .project-box-five {
        min-height: 480px !important;
        border-radius: 20px;
        margin-bottom: 24px;
        border-right: none !important;
        border-bottom: none !important;
        background: transparent !important;
    }

    .project-box-five::before {
        display: none !important; /* Hide the desktop hover blur overlay */
    }

    /* Elevate content z-indexes above background image overlay */
    .project-box-five .serial,
    .project-box-five .video-btn,
    .project-box-five .project-info {
        z-index: 3 !important;
    }

    /* Serial number */
    .project-box-five .serial {
        top: 30px !important;
        left: 30px !important;
        font-size: 50px !important;
    }

    /* Play button positioning and visibility */
    .project-box-five .video-btn .popup-video {
        position: absolute;
        top: 30px !important;
        right: 30px !important;
        opacity: 1 !important;
        transform: scale(1) !important;
        visibility: visible !important;
        z-index: 4 !important;
    }

    /* Project information area */
    .project-box-five .project-info {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 30px !important;
        height: auto !important;
        background: transparent !important;
    }

    /* Title styling */
    .project-box-five .project-info .title {
        font-size: 24px !important;
        margin-bottom: 8px !important;
        line-height: 1.25 !important;
    }

    .project-box-five .project-info .title a {
        color: #ffffff !important;
    }

    /* Description */
    .project-box-five .project-info .description .text {
        font-size: 15px !important;
        margin-bottom: 20px !important;
        color: rgba(255, 255, 255, 0.75) !important;
    }

    /* Project badges / tags visibility */
    .project-box-five .project-info .project-badge {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin-bottom: 24px !important;
        opacity: 1 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .project-box-five .project-info .project-badge a {
        margin-right: 0 !important;
        height: 28px !important;
        line-height: 26px !important;
        padding: 0 12px !important;
        font-size: 11px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
        color: #fff !important;
    }

    /* Learn More link-btn visibility */
    .project-box-five .project-info .project-btn {
        display: inline-flex !important;
        align-items: center !important;
        max-width: none !important;
        gap: 8px !important;
        opacity: 1 !important;
        width: auto !important;
        overflow: visible !important;
        padding: 0 !important;
        background: transparent !important;
        color: #fff !important;
    }

    .project-box-five .project-info .project-btn .link-text {
        display: inline-block !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: auto !important;
        height: auto !important;
        font-size: 14px !important;
        color: #fff !important;
        font-weight: 600 !important;
        animation: none !important;
    }

    .project-box-five .project-info .project-btn>i {
        display: inline-block !important;
        filter: brightness(0) invert(1) !important;
        opacity: 1 !important;
        font-size: 14px !important;
        width: auto !important;
        height: auto !important;
    }
}

/* ============================================================
   Services Mega Menu (Hostinger-style Full-Width Dropdown)
   ============================================================ */

/* Force parent headers and menu containers to be static so the absolute dropdown aligns with the full screen width */
.tv-header.header-style1 .main-wrapper,
.tv-header.header-style1 .menu-area,
.tv-header.header-style1 .nav-outer,
.tv-header.header-style1 .nav-menu,
.tv-header.header-style1 .main-menu,
.tv-header.header-style1 ul.navigation,
.tv-header.header-style1 li.has-mega-menu,
.sticky-header .main-wrapper,
.sticky-header .menu-area,
.sticky-header .nav-menu,
.sticky-header .main-menu,
.sticky-header ul.navigation,
.sticky-header li.has-mega-menu {
    position: static !important;
}

/* Base & Positioning: Full-width stretching across the header from edge to edge */
.main-menu ul li:hover > .services-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateY(0) !important;
}

.services-mega-menu {
    position: absolute !important;
    top: 100% !important; /* Touch bottom of the header */
    left: 0 !important;
    right: 0 !important;
    width: 100% !important; /* Spans 100% of the screen width */
    background: #ffffff !important;
    border-top: 1px solid rgba(16, 83, 243, 0.06) !important;
    border-bottom: 2px solid rgba(16, 83, 243, 0.08) !important;
    border-radius: 0 0 24px 24px !important; /* Rounded only at the bottom corners for a premium finished look */
    box-shadow: 0 25px 50px rgba(6, 17, 83, 0.12) !important;
    padding: 40px 0 35px 0 !important;
    transition: opacity 0.3s ease-in-out, 
                transform 0.3s ease-in-out, 
                visibility 0.3s !important;
    transform: scaleY(0.95);
    transform-origin: top center;
    z-index: 9999;
}

/* Scrolled state: Blurry glassmorphism (when sticky header is active on scroll) */
.sticky-header .services-mega-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
}

/* Grid Layout centered inside container */
.services-mega-menu .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.mega-menu-grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 30px !important;
    margin-bottom: 25px;
}

.mega-menu-col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

/* Mega Menu Item Card */
.mega-menu-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 12px 16px !important;
    border-radius: 16px !important; /* Beautiful rounded radius for perfect results */
    background: transparent;
    border: 1px solid transparent;
    transition: background 0.2s ease-in-out, 
                border-color 0.2s ease-in-out, 
                transform 0.2s ease-in-out !important;
    text-decoration: none !important;
}

/* Hover style for individual items */
.mega-menu-item:hover {
    background: rgba(16, 83, 243, 0.04) !important;
    border-color: rgba(16, 83, 243, 0.08) !important;
    transform: translateY(-2px) !important;
}

/* Custom Icon styling with circular/squircle background matching site themes */
.mega-item-icon {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    background: rgba(6, 17, 83, 0.08) !important; /* Dark Navy background tint */
    color: #061153 !important; /* Dark Navy icon color by default */
    font-size: 16px !important;
    flex-shrink: 0;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease !important;
}
.mega-item-icon i {
    color: #061153 !important; /* Explicitly force Dark Navy color on the glyph icon itself to override global header-cyan rule */
}

.mega-menu-item:hover .mega-item-icon {
    transform: scale(1.08) rotate(3deg);
    background: #1053f3 !important; /* Royal Blue background on hover */
    color: #ffffff !important; /* Change parent text color on hover */
}
.mega-menu-item:hover .mega-item-icon i {
    color: #ffffff !important; /* Force white glyph icon inside the royal blue background on hover */
}

/* Layout Wrapper for Left Grid and Right Sidebar */
.mega-menu-main-wrap {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    align-items: stretch !important;
}

/* Left Grid holds the 3 columns of services */
.mega-menu-left-grid {
    flex: 3.5 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 24px !important;
}

/* Vertical Divider between columns and sidebar */
.mega-menu-vertical-divider {
    width: 1px !important;
    background: rgba(16, 83, 243, 0.08) !important;
    align-self: stretch !important;
}

/* Right Sidebar holds the 2 sidebar card blocks */
.mega-menu-right-sidebar {
    flex: 1.2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    justify-content: center !important;
}

/* Premium Sidebar Card Styles */
.mega-sidebar-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 16px !important;
    border-radius: 16px !important;
    background: rgba(16, 83, 243, 0.02) !important;
    border: 1px solid rgba(16, 83, 243, 0.05) !important;
    transition: all 0.25s ease-in-out !important;
    text-decoration: none !important;
}

.mega-sidebar-card:hover {
    background: rgba(16, 83, 243, 0.05) !important;
    border-color: rgba(16, 83, 243, 0.15) !important;
    transform: translateY(-2px) !important;
}

.sidebar-card-icon {
    display: inline-flex !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #061153 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    flex-shrink: 0;
    transition: background 0.25s, transform 0.25s !important;
}
.sidebar-card-icon i {
    color: #ffffff !important; /* Explicitly target the i icon tag to override general cyan icon settings and display white */
}

.mega-sidebar-card:hover .sidebar-card-icon {
    background: #1053f3 !important;
    transform: scale(1.08);
}
.mega-sidebar-card:hover .sidebar-card-icon i {
    color: #ffffff !important;
}

.sidebar-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.sidebar-card-content h4 {
    font-family: var(--title-font) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #061153 !important;
    margin: 0 !important;
}

.mega-sidebar-card:hover .sidebar-card-content h4 {
    color: #1053f3 !important;
}

.sidebar-card-content p {
    font-family: var(--body-font) !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    text-transform: none !important;
}

/* Item Info styling */
.mega-item-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mega-item-title {
    font-family: var(--title-font) !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    color: #061153 !important;
    line-height: 1.2 !important;
    text-transform: capitalize !important;
}

.mega-menu-item:hover .mega-item-title {
    color: #1053f3 !important;
}

.mega-item-desc {
    font-family: var(--body-font) !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
}

/* Mega Menu Footer styling */
.mega-menu-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: linear-gradient(135deg, rgba(6, 17, 83, 0.02), rgba(16, 83, 243, 0.02)) !important;
    border: 1px solid rgba(16, 83, 243, 0.06) !important;
    padding: 14px 24px !important;
    border-radius: 14px !important;
    margin-top: 20px;
}

.mega-footer-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.mega-footer-text strong {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #061153 !important;
}

.mega-footer-text span {
    font-size: 11.5px !important;
    color: #4b5563 !important;
}

.mega-footer-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #1053f3 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 10px rgba(16, 83, 243, 0.15) !important;
    transition: background 0.2s, transform 0.2s !important;
    text-decoration: none !important;
}

.mega-footer-btn:hover {
    background: #0d2188 !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
}

/* ============================================================
   Mobile View Adaptations for the Mega Menu (Accordion style)
   ============================================================ */
@media (max-width: 991px) {
    .main-menu ul li.has-mega-menu {
        position: relative !important;
    }

    .mega-menu-main-wrap {
        display: block !important;
    }

    .mega-menu-left-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .mega-menu-vertical-divider {
        display: none !important;
    }

    .mega-menu-right-sidebar {
        display: none !important;
    }

    .services-mega-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 10px 10px 10px 20px !important;
        display: none; /* Controlled by mobile menu accordion JS */
    }

    .services-mega-menu .container {
        padding: 0 !important;
        max-width: none !important;
    }

    .mega-menu-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-bottom: 0 !important;
    }

    .mega-menu-col {
        gap: 10px !important;
    }

    .mega-menu-item {
        display: flex !important;
        align-items: center !important;
        padding: 8px 12px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .mega-menu-item:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
        transform: none !important;
    }

    .mega-item-icon {
        display: inline-flex !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 8px !important;
        font-size: 13px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        color: #fff !important;
    }

    .mega-item-title {
        font-size: 14px !important;
        color: #fff !important; /* Matches mobile drawer text */
    }

    .mega-menu-item:hover .mega-item-title {
        color: #ffffff !important;
    }

    .mega-menu-item:hover .mega-item-icon {
        background: rgba(255, 255, 255, 0.15) !important;
        color: #ffffff !important;
    }

    .mega-item-desc {
        display: none !important; /* Hide description to keep mobile menu compact */
    }

    .mega-menu-footer {
        display: none !important; /* Hide CTA footer on mobile drawer */
    }
}

/* ============================================================
   Tech Insight / Did You Know Widget (About Page)
   ============================================================ */
.tech-insight-card {
    background: #ffffff !important;
    border: 1px solid rgba(16, 83, 243, 0.12) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 45px rgba(6, 17, 83, 0.08) !important;
    margin-top: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(16, 83, 243, 0.12) !important;
    border-color: rgba(16, 83, 243, 0.22) !important;
}

.tech-insight-card img.tech-insight-img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    display: block !important;
    border-bottom: 1px solid rgba(16, 83, 243, 0.08) !important;
}

.tech-insight-card .tech-insight-body {
    padding: 24px !important;
    text-align: left !important;
}

.tech-insight-card .tech-insight-body .tech-insight-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(16, 83, 243, 0.08) !important;
    color: #1053f3 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    margin-bottom: 14px !important;
}

.tech-insight-card .tech-insight-body .tech-insight-tag i {
    font-size: 12px !important;
}

.tech-insight-card .tech-insight-body .tech-insight-title {
    font-family: var(--title-font) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #061153 !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
}

.tech-insight-card .tech-insight-body .tech-insight-text {
    font-family: var(--body-font) !important;
    font-size: 13.5px !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

/* Top-Right Corner Contact Headphones Button (Clean Website Theme Color) */
.svc-corner-headset-btn {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #1053f3 !important;
    color: #ffffff !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    cursor: pointer !important;
    z-index: 15 !important;
    box-shadow: 0 6px 18px rgba(16, 83, 243, 0.28) !important;
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease !important;
}

.svc-corner-headset-btn:hover {
    background: #061153 !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 10px 24px rgba(6, 17, 83, 0.35) !important;
}

.svc-corner-headset-btn i {
    font-size: 18px !important;
    color: #ffffff !important;
}

/* Centered "Get Service" Pill Badge (Arrow Points to Headphones Button) */
.svc-center-badge-wrap {
    display: flex !important;
    justify-content: center !important;
}

.svc-center-badge-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    background: rgba(16, 83, 243, 0.08) !important;
    border: 1.5px solid rgba(16, 83, 243, 0.22) !important;
    color: #1053f3 !important;
    font-family: var(--title-font) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
    box-shadow: 0 4px 12px rgba(16, 83, 243, 0.08) !important;
}

.svc-center-badge-btn:hover {
    background: #1053f3 !important;
    color: #ffffff !important;
    border-color: #1053f3 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(16, 83, 243, 0.3) !important;
}

.svc-center-badge-btn i {
    font-size: 11px !important;
    display: inline-block !important;
    transform: rotate(25deg) !important;
    transition: transform 0.25s ease !important;
    position: relative !important;
    top: 1px !important;
}

.svc-center-badge-btn:hover i {
    transform: rotate(25deg) translateX(6px) !important;
}

/* Full-Width High-Visibility Button for Explore More (Solid Blue -> Empty on Hover) */
.svc-card-btn {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    border: 1.5px solid #1053f3 !important;
    background: #1053f3 !important;
    color: #ffffff !important;
    font-family: var(--title-font) !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(16, 83, 243, 0.25) !important;
    transition: all 0.3s ease-in-out !important;
}

.svc-card-btn:hover {
    background: transparent !important;
    color: #1053f3 !important;
    border-color: #1053f3 !important;
    box-shadow: 0 6px 20px rgba(16, 83, 243, 0.15) !important;
}

.svc-card-btn i {
    font-size: 11px !important;
    transition: transform 0.25s ease !important;
}

.svc-card-btn:hover i {
    transform: translateX(5px) !important;
}

/* 1. Caret Dropdown Indicators next to menu links (Always Dark Navy) */
.main-menu>ul>li.menu-item-has-children>a::before,
.sticky-header .main-menu>ul>li.menu-item-has-children>a::before,
.tv-header.header-style1 .main-menu>ul>li.menu-item-has-children>a::before {
    color: #061153 !important;
}
.main-menu>ul>li.menu-item-has-children:hover>a::before,
.sticky-header .main-menu>ul>li.menu-item-has-children:hover>a::before,
.tv-header.header-style1 .main-menu>ul>li.menu-item-has-children:hover>a::before {
    color: #061153 !important; /* Dark Navy on link hover */
}

/* ============================================================
   Sticky Header Readability & Glassmorphism Polish
   Prevents underlying page content/text from passing through on scroll
   ============================================================ */
.sticky-header {
    background: rgba(255, 255, 255, 0.96) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    border-bottom: 1px solid rgba(16, 83, 243, 0.08) !important;
    box-shadow: 0 10px 30px rgba(6, 17, 83, 0.1) !important;
}

.sticky-header.fixed-header {
    z-index: 999999 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    box-shadow: 0 12px 35px rgba(6, 17, 83, 0.12) !important;
}

/* Crisp, bold, dark navy menu links inside sticky header */
.sticky-header .main-menu > ul > li > a {
    color: #061153 !important;
    font-weight: 700 !important;
    font-size: 15.5px !important;
    letter-spacing: 0.2px !important;
    transition: color 0.2s ease !important;
}

.sticky-header .main-menu > ul > li:hover > a {
    color: #1053f3 !important;
}

.sticky-header .main-menu > ul > li.active > a {
    color: #1053f3 !important;
}

/* ============================================================
   Mobile Off-Canvas Drawer Typography & Theme Colors
   ============================================================ */
.mobile-menu-wrapper .mobile-menu-area {
    background: linear-gradient(180deg, #061153 0%, #030a36 100%) !important;
    border-right: 1px solid rgba(16, 83, 243, 0.2) !important;
}

.mobile-menu-wrapper .mobile-logo {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu-wrapper .menu-toggle,
.mobile-menu-close-btn {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    transition: all 0.25s ease !important;
    z-index: 999999 !important;
    cursor: pointer !important;
}

.mobile-menu-wrapper .menu-toggle:hover,
.mobile-menu-close-btn:hover {
    background: #1053f3 !important;
    border-color: #1053f3 !important;
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.05) !important;
}

.mobile-menu-wrapper .mobile-lang-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(16, 83, 243, 0.2) !important;
    border: 1px solid rgba(16, 83, 243, 0.4) !important;
    color: #ffffff !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.mobile-menu-wrapper .mobile-lang-btn:hover {
    background: #1053f3 !important;
    border-color: #1053f3 !important;
    color: #ffffff !important;
}

.mobile-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.mobile-menu ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Default state for off-canvas nav items — crisp pure white */
.mobile-menu ul li a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
    transition: all 0.25s ease !important;
}

.mobile-menu ul li a:hover {
    color: #1053f3 !important;
}

/* ACTIVE item state — primary blue accent with clean highlight pill matching site theme */
.mobile-menu ul li.active > a,
.mobile-menu ul li.active-class > a,
.mobile-menu ul li.current > a {
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(16, 83, 243, 0.35) 0%, rgba(16, 83, 243, 0.08) 100%) !important;
    border-left: 4px solid #1053f3 !important;
    border-radius: 0 10px 10px 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Dropdown carets inside off-canvas menu */
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
    color: #ffffff !important;
}

.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class,
.mobile-menu ul .submenu-item-has-children.active > a .mean-expand-class {
    color: #1053f3 !important;
}

/* Submenu items inside off-canvas menu */
.mobile-menu ul li ul li a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500 !important;
    font-size: 14.5px !important;
}

.mobile-menu ul li ul li.active > a,
.mobile-menu ul li ul li.active-class > a,
.mobile-menu ul li ul li a:hover {
    color: #1053f3 !important;
    background: transparent !important;
    border-left: none !important;
}

/* Off-canvas contact list area */
.mobile-menu-wrapper .contact-list-one {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu-wrapper .contact-list-one .contact-info-box .icon {
    color: #1053f3 !important;
    background: rgba(16, 83, 243, 0.12) !important;
    border-radius: 8px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mobile-menu-wrapper .contact-list-one .contact-info-box .title {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.mobile-menu-wrapper .contact-list-one .contact-info-box a,
.mobile-menu-wrapper .contact-list-one .contact-info-box {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.mobile-menu-wrapper .social-links li a {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    transition: all 0.25s ease !important;
}

.mobile-menu-wrapper .social-links li a:hover {
    background: #1053f3 !important;
    border-color: #1053f3 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* ============================================================
   Scroll to Top (Page Up) Arrow Button Position (Left Side)
   ============================================================ */
.scrollToTop,
.scroll-top {
    position: fixed !important;
    left: 24px !important;
    right: auto !important;
    bottom: 24px !important;
    z-index: 9999 !important;
}

@media (max-width: 991px) {
    .scrollToTop,
    .scroll-top {
        left: 18px !important;
        right: auto !important;
        bottom: 18px !important;
    }
}

/* ============================================================
   DAY & NIGHT (LIGHT / DARK THEME) SYSTEM
   ============================================================ */

.btn-theme-switch,
.theme-toggle-btn,
[data-theme-toggle] {
    display: none !important;
}

/* Switch Button Styling */
.btn-theme-switch {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(16, 83, 243, 0.3);
    background: rgba(16, 83, 243, 0.08);
    color: #1053f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(16, 83, 243, 0.12);
}

.btn-theme-switch:hover {
    transform: scale(1.1) rotate(15deg);
    border-color: #1053f3;
    background: #1053f3;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(16, 83, 243, 0.3);
}

.btn-theme-switch i {
    transition: transform 0.4s ease;
}

[data-theme="dark"] .btn-theme-switch {
    border-color: rgba(0, 200, 255, 0.4);
    background: rgba(0, 200, 255, 0.12);
    color: #00c8ff;
    box-shadow: 0 4px 16px rgba(0, 200, 255, 0.2);
}

[data-theme="dark"] .btn-theme-switch:hover {
    background: #00c8ff;
    color: #030712;
    border-color: #00c8ff;
    box-shadow: 0 6px 20px rgba(0, 200, 255, 0.45);
}

/* ==========================================================================
   GLOBAL DARK THEME MASTER STYLES & CONTRAST FIXES
   ========================================================================== */

[data-theme="dark"] {
    --inventomo-ink: #f8fafc !important;
    --inventomo-blue: #38bdf8 !important;
    --inventomo-cyan: #38bdf8 !important;
    --inventomo-soft: #0f172a !important;
    --theme-color: #38bdf8 !important;
}

[data-theme="dark"] body,
[data-theme="dark"] .page-wrapper {
    background-color: #030712 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bg-light,
[data-theme="dark"] .bg-light2,
[data-theme="dark"] .bg-color2,
[data-theme="dark"] .bg-theme,
[data-theme="dark"] .bg-theme2,
[data-theme="dark"] .bg-theme3,
[data-theme="dark"] .bg-white,
[data-theme="dark"] .page-wrapper.bg-light {
    background-color: #030712 !important;
}

/* ── Crisp White Headings ── */
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] .sec-title,
[data-theme="dark"] .sec-title *,
[data-theme="dark"] .sec-title.text-dark,
[data-theme="dark"] .sec-title.text-dark *,
[data-theme="dark"] .title,
[data-theme="dark"] .title *,
[data-theme="dark"] .service-title,
[data-theme="dark"] .blog-title,
[data-theme="dark"] .blog-title a,
[data-theme="dark"] .project-info .title a,
[data-theme="dark"] .text-dark,
[data-theme="dark"] .grow-head h2,
[data-theme="dark"] .grow-card h3,
[data-theme="dark"] .ivs-tile--hero h3,
[data-theme="dark"] .ivs-header h2,
[data-theme="dark"] .launch-title,
[data-theme="dark"] .job-title,
[data-theme="dark"] .branch-single-box .location-name,
[data-theme="dark"] .widget-title,
[data-theme="dark"] .profile-details .name {
    color: #ffffff !important;
}

/* ── Subtitles, Accent Labels & Cyan Blue Text (Replaces Dark Navy / Dark Blue) ── */
[data-theme="dark"] .text-theme,
[data-theme="dark"] .sub-title-2,
[data-theme="dark"] .sub-title,
[data-theme="dark"] .grow-eyebrow,
[data-theme="dark"] .svc-card-includes-label,
[data-theme="dark"] .work-link,
[data-theme="dark"] a.work-link,
[data-theme="dark"] .grow-card-tag,
[data-theme="dark"] .ivs-hero-tag,
[data-theme="dark"] .case-badge,
[data-theme="dark"] .project-badge span,
[data-theme="dark"] .text-primary,
[data-theme="dark"] .text-info,
[data-theme="dark"] i.fa-circle-check,
[data-theme="dark"] .sub-title-2 i,
[data-theme="dark"] .title-wrap .sub-title-2 i,
[data-theme="dark"] .feature-single-box .icon i,
[data-theme="dark"] .contact-info-single .icon i,
[data-theme="dark"] .contact-info .icon i,
[data-theme="dark"] .faq-contact-box .icon i,
[data-theme="dark"] .top-left i,
[data-theme="dark"] .top-right i,
[data-theme="dark"] .tv-header .header-top i,
[data-theme="dark"] .tv-header .main-menu i {
    color: #38bdf8 !important;
}

[data-theme="dark"] a.work-link:hover {
    color: #7dd3fc !important;
}

/* ── Readable High-Contrast Body Text ── */
[data-theme="dark"] p,
[data-theme="dark"] .text,
[data-theme="dark"] .sec-text,
[data-theme="dark"] .grow-head p,
[data-theme="dark"] .grow-card p,
[data-theme="dark"] .ivs-desc,
[data-theme="dark"] .ivs-num-label,
[data-theme="dark"] .grow-stat-label,
[data-theme="dark"] .contact-info p,
[data-theme="dark"] .branch-single-box .address,
[data-theme="dark"] .job-meta span,
[data-theme="dark"] .post-meta span,
[data-theme="dark"] .text-muted,
[data-theme="dark"] .text-secondary,
[data-theme="dark"] li,
[data-theme="dark"] span:not(.btn-theme-switch):not(.badge):not(.grow-stat-num) {
    color: #cbd5e1;
}

/* ── Links & Buttons in Dark Mode ── */
[data-theme="dark"] a:not(.theme-btn):not(.btn-theme-switch):not(.mega-footer-btn):not(.svc-card-btn) {
    color: #38bdf8;
}
[data-theme="dark"] a:not(.theme-btn):not(.btn-theme-switch):not(.mega-footer-btn):not(.svc-card-btn):hover {
    color: #7dd3fc;
}

/* ── Header & Sticky Navigation in Dark Mode ── */
[data-theme="dark"] .tv-header.header-style1,
[data-theme="dark"] .sticky-header,
[data-theme="dark"] .menu-area {
    background-color: rgba(3, 7, 18, 0.96) !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.18) !important;
}

[data-theme="dark"] .main-menu ul.navigation > li > a {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .main-menu ul.navigation > li.active > a,
[data-theme="dark"] .main-menu ul.navigation > li:hover > a {
    color: #38bdf8 !important;
}

/* ── Mega Menu in Dark Mode ── */
[data-theme="dark"] .tv-mega-menu {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.75) !important;
}

[data-theme="dark"] .mega-menu-item,
[data-theme="dark"] .mega-sidebar-card {
    background: rgba(15, 23, 42, 0.8) !important;
    border-color: rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .mega-menu-item:hover,
[data-theme="dark"] .mega-sidebar-card:hover {
    background: rgba(56, 189, 248, 0.18) !important;
    border-color: #38bdf8 !important;
}

[data-theme="dark"] .mega-menu-item .mega-item-title,
[data-theme="dark"] .mega-sidebar-card h4 {
    color: #ffffff !important;
}

[data-theme="dark"] .mega-menu-item .mega-item-desc,
[data-theme="dark"] .mega-sidebar-card p {
    color: #94a3b8 !important;
}

/* ── Cards & Content Containers in Dark Mode ── */
[data-theme="dark"] .service-box-five,
[data-theme="dark"] .tv-service-single-box,
[data-theme="dark"] .blog-single-box,
[data-theme="dark"] .project-single-box,
[data-theme="dark"] .tv-testi-card,
[data-theme="dark"] .contact-item,
[data-theme="dark"] .team-single-box,
[data-theme="dark"] .process-single-box,
[data-theme="dark"] .pricing-card,
[data-theme="dark"] .grow-card,
[data-theme="dark"] .feature-single-box,
[data-theme="dark"] .tv-feature-box,
[data-theme="dark"] .tv-feature-item,
[data-theme="dark"] .branch-single-box,
[data-theme="dark"] .contact-content-wrap,
[data-theme="dark"] .contact-form,
[data-theme="dark"] .launch-card,
[data-theme="dark"] .career-card,
[data-theme="dark"] .opening-card,
[data-theme="dark"] .profile-card,
[data-theme="dark"] .client-social-proof {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.45) !important;
}

[data-theme="dark"] .tv-service-single-box:hover,
[data-theme="dark"] .blog-single-box:hover,
[data-theme="dark"] .project-single-box:hover,
[data-theme="dark"] .grow-card:hover,
[data-theme="dark"] .service-box-five:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 50px rgba(56, 189, 248, 0.2) !important;
}

/* ── Service Card Tags & Pills in Dark Mode ── */
[data-theme="dark"] .svc-card-tag,
[data-theme="dark"] .grow-card-pills span {
    background: rgba(56, 189, 248, 0.12) !important;
    border-color: rgba(56, 189, 248, 0.3) !important;
    color: #38bdf8 !important;
}

[data-theme="dark"] .svc-card-tag:hover {
    background: #38bdf8 !important;
    color: #030712 !important;
    border-color: #38bdf8 !important;
}

[data-theme="dark"] .svc-contact-corner-btn {
    background: rgba(56, 189, 248, 0.15) !important;
    border-color: rgba(56, 189, 248, 0.35) !important;
    color: #38bdf8 !important;
}

[data-theme="dark"] .svc-contact-corner-btn:hover {
    background: #38bdf8 !important;
    color: #030712 !important;
    border-color: #38bdf8 !important;
}

/* ── Bento Grid Section in Dark Mode ── */
[data-theme="dark"] .ivs-section {
    background: #030712 !important;
}
[data-theme="dark"] .ivs-tile {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}
[data-theme="dark"] .ivs-tile--hero {
    background: linear-gradient(145deg, #070e2b 0%, #0d2188 100%) !important;
}
[data-theme="dark"] .ivs-tile--num-blue {
    background: linear-gradient(145deg, #1053f3 0%, #063abf 100%) !important;
}
[data-theme="dark"] .ivs-big-num {
    color: #38bdf8 !important;
}
[data-theme="dark"] .ivs-ghost-link {
    background: rgba(56, 189, 248, 0.15) !important;
    border-color: rgba(56, 189, 248, 0.3) !important;
    color: #ffffff !important;
}

/* ── Stepped Journey Section in Dark Mode ── */
[data-theme="dark"] .grow-section {
    background: #030712 !important;
}
[data-theme="dark"] .grow-eyebrow,
[data-theme="dark"] .grow-card-tag {
    background: rgba(56, 189, 248, 0.15) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    color: #38bdf8 !important;
}
[data-theme="dark"] .grow-stat-num {
    background: linear-gradient(135deg, #38bdf8, #818cf8) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
[data-theme="dark"] .grow-stat-icon {
    background: rgba(56, 189, 248, 0.15) !important;
    color: #38bdf8 !important;
}
[data-theme="dark"] .grow-card-result {
    color: #34d399 !important;
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}
[data-theme="dark"] .grow-cta {
    background: linear-gradient(135deg, #070d24 0%, #0d2188 60%, #1053f3 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

/* ── Filter Bar & Buttons in Dark Mode ── */
[data-theme="dark"] .project-filter-buttons {
    background: #070d24 !important;
    border-color: rgba(56, 189, 248, 0.25) !important;
}

[data-theme="dark"] .project-filter-buttons .menu-filtering li {
    background: #0f172a !important;
    color: #cbd5e1 !important;
    border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .project-filter-buttons .menu-filtering li.active,
[data-theme="dark"] .project-filter-buttons .menu-filtering li:hover {
    background: linear-gradient(135deg, #1053f3, #00c8ff) !important;
    color: #ffffff !important;
}

/* ── Dark Mode Form Inputs & Selects ── */
[data-theme="dark"] input[type="text"],
[data-theme="dark"] input[type="email"],
[data-theme="dark"] input[type="tel"],
[data-theme="dark"] input[type="search"],
[data-theme="dark"] input[type="url"],
[data-theme="dark"] input[type="number"],
[data-theme="dark"] textarea,
[data-theme="dark"] select,
[data-theme="dark"] .form-control,
[data-theme="dark"] .custom-select {
    background-color: #0b132e !important;
    color: #ffffff !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

[data-theme="dark"] input:focus,
[data-theme="dark"] textarea:focus,
[data-theme="dark"] select:focus,
[data-theme="dark"] .form-control:focus {
    border-color: #38bdf8 !important;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: #64748b !important;
}

[data-theme="dark"] label,
[data-theme="dark"] .form-label,
[data-theme="dark"] .terms label {
    color: #e2e8f0 !important;
}

/* ── Service Modal in Dark Mode ── */
[data-theme="dark"] .scm-box {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .scm-head {
    background: linear-gradient(135deg, #030712 0%, #0d2188 100%) !important;
}

[data-theme="dark"] .scm-label {
    color: #38bdf8 !important;
}

[data-theme="dark"] .scm-option {
    background: #0b132e !important;
    border: 1.5px solid rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .scm-option:hover {
    border-color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.18) !important;
}

[data-theme="dark"] .scm-option-text strong {
    color: #ffffff !important;
}

[data-theme="dark"] .scm-option-text span {
    color: #94a3b8 !important;
}

[data-theme="dark"] .scm-divider {
    color: #475569 !important;
}

/* ── Marquee Section in Dark Mode ── */
[data-theme="dark"] .tv-marquee-section {
    background: #070d24 !important;
    border-top: 1px solid rgba(56, 189, 248, 0.15) !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .slider__marquee .m-item {
    color: #e2e8f0 !important;
}

[data-theme="dark"] .slider__marquee .icon {
    filter: brightness(0) invert(1) drop-shadow(0 0 4px #38bdf8) !important;
}

/* ── Breadcrumb Section in Dark Mode ── */
[data-theme="dark"] .tv-breadcrumb-section .tv-breadcrumb-inner {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .tv-breadcrumb-section .page-title .title {
    color: #ffffff !important;
}

[data-theme="dark"] .tv-breadcrumb-section .page-breadcrumb li {
    color: #94a3b8 !important;
}

[data-theme="dark"] .tv-breadcrumb-section .page-breadcrumb li a {
    color: #38bdf8 !important;
}

/* ── Sidebar Drawer in Dark Mode ── */
[data-theme="dark"] #sidebar-area .sidebar-wrapper {
    background: #070d24 !important;
    border-left: 1px solid rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .sidebar-content .sidebar-header h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .sidebar-service-card {
    background: #0b132e !important;
    border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .sidebar-contact-pills a {
    background: #0b132e !important;
    color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .sidebar-contact-pills a:hover {
    background: #38bdf8 !important;
    color: #030712 !important;
}

/* ── Footer in Dark Mode ── */
[data-theme="dark"] footer,
[data-theme="dark"] .footer-section,
[data-theme="dark"] .footer-top,
[data-theme="dark"] .footer-bottom {
    background: #020617 !important;
    border-top: 1px solid rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .footer-widget .title {
    color: #ffffff !important;
}

[data-theme="dark"] .footer-widget a,
[data-theme="dark"] .copyright,
[data-theme="dark"] .copyright p,
[data-theme="dark"] .footer-policy a {
    color: #94a3b8 !important;
}

[data-theme="dark"] .footer-widget a:hover,
[data-theme="dark"] .footer-policy a:hover {
    color: var(--theme-color) !important;
}

/* ── Scroll To Top Button in Dark Mode ── */
[data-theme="dark"] .scrollToTop {
    background: #070d24 !important;
    border: 1px solid #38bdf8 !important;
    color: #38bdf8 !important;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.35) !important;
}

[data-theme="dark"] .scrollToTop i {
    color: #38bdf8 !important;
}

/* ── Brand Logos & SVG Text in Dark Mode ── */
[data-theme="dark"] .brand-logo-cell span,
[data-theme="dark"] .trusted-partners .title {
    color: #ffffff !important;
}

[data-theme="dark"] .brand-logo-cell svg text {
    fill: #ffffff !important;
}

[data-theme="dark"] .brand-logo-cell {
    opacity: 0.85 !important;
    filter: brightness(1.2) contrast(1.1) !important;
}
[data-theme="dark"] .brand-logo-cell:hover {
    opacity: 1 !important;
    filter: brightness(1.5) drop-shadow(0 0 10px rgba(56, 189, 248, 0.4)) !important;
}

/* ── Prevent any dark inline text colors from remaining invisible ── */
[data-theme="dark"] [style*="color:#061153"],
[data-theme="dark"] [style*="color: #061153"],
[data-theme="dark"] [style*="color:#111827"],
[data-theme="dark"] [style*="color: #111827"],
[data-theme="dark"] [style*="color:#000000"],
[data-theme="dark"] [style*="color: #000000"],
[data-theme="dark"] [style*="color:#222"],
[data-theme="dark"] [style*="color: #222"],
[data-theme="dark"] [style*="color:#333"],
[data-theme="dark"] [style*="color: #333"],
[data-theme="dark"] [style*="color:#4b5563"],
[data-theme="dark"] [style*="color: #4b5563"],
[data-theme="dark"] [style*="color:#6b7280"],
[data-theme="dark"] [style*="color: #6b7280"] {
    color: #cbd5e1 !important;
}

[data-theme="dark"] [style*="color:#1053f3"],
[data-theme="dark"] [style*="color: #1053f3"] {
    color: #38bdf8 !important;
}

/* ── About Section Contrast & Visibility Fixes in Dark Mode ── */
[data-theme="dark"] .tv-about-section,
[data-theme="dark"] .tv-about-section.style-2,
[data-theme="dark"] .about-right,
[data-theme="dark"] .about-right-content {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .about-right-content .text p,
[data-theme="dark"] .about-right .text p,
[data-theme="dark"] .about-right p,
[data-theme="dark"] .about-content p,
[data-theme="dark"] .content .text p {
    color: #e2e8f0 !important;
}

[data-theme="dark"] .about-right-content .features li,
[data-theme="dark"] .about-right .features li,
[data-theme="dark"] .features li {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .about-right-content .features li i,
[data-theme="dark"] .about-right .features li i,
[data-theme="dark"] .features li i,
[data-theme="dark"] .features li i.fa-circle-check {
    color: #38bdf8 !important;
}

[data-theme="dark"] .about-counter .count,
[data-theme="dark"] .about-counter .count-number,
[data-theme="dark"] .about-counter .count .plus,
[data-theme="dark"] .about-counter .count span {
    color: #38bdf8 !important;
}

[data-theme="dark"] .about-counter .text p,
[data-theme="dark"] .about-counter p {
    color: #ffffff !important;
}

[data-theme="dark"] .about-right .border,
[data-theme="dark"] .about-right-content .border {
    border-color: rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .about-left .left-img svg path {
    fill: rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .scribble-shape img {
    filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(56, 189, 248, 0.6)) !important;
}

/* ── Service Section & Cards Specificity Overrides in Dark Mode ── */
[data-theme="dark"] .service-box-five .service-top h4,
[data-theme="dark"] .service-box-five h4,
[data-theme="dark"] .service-box-five h4 a {
    color: #ffffff !important;
}

[data-theme="dark"] .service-box-five p,
[data-theme="dark"] .service-title-area p,
[data-theme="dark"] .title-wrap p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .service-box-five .icon-top .icon span {
    color: #38bdf8 !important;
}

/* ── General Text Contrast Fallback Overrides in Dark Mode ── */
[data-theme="dark"] .text-dark,
[data-theme="dark"] .text-black,
[data-theme="dark"] [class*="text-dark"],
[data-theme="dark"] [class*="text-black"] {
    color: #ffffff !important;
}

/* ── Why Choose Us Section in Dark Mode ── */
[data-theme="dark"] .tv-choose-section,
[data-theme="dark"] .home5-choose-light,
[data-theme="dark"] .home5-choose-light.bg-white {
    background-color: #030712 !important;
}

[data-theme="dark"] .choose-left .title-box {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.18) !important;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

[data-theme="dark"] .choose-left .title-box.active {
    border-color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.12) !important;
    box-shadow: 0 12px 35px rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .choose-left .title-box .content h4.title,
[data-theme="dark"] .choose-left .title-box h4.title,
[data-theme="dark"] .choose-left .title-box h4,
[data-theme="dark"] .choose-left h4 {
    color: #ffffff !important;
}

[data-theme="dark"] .choose-left .title-box .content p.description,
[data-theme="dark"] .choose-left .title-box p.description,
[data-theme="dark"] .choose-left .title-box p,
[data-theme="dark"] .choose-left p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .choose-left .title-box .content span,
[data-theme="dark"] .choose-left .title-box span,
[data-theme="dark"] .choose-left span {
    color: #38bdf8 !important;
    font-weight: 700 !important;
}

[data-theme="dark"] .choose-left .title-box .icon {
    background: rgba(56, 189, 248, 0.15) !important;
    border-color: rgba(56, 189, 248, 0.3) !important;
}

[data-theme="dark"] .choose-right img {
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}

/* ── Inline Style Overrides in Dark Mode ── */
[data-theme="dark"] [style*="color: #061153"],
[data-theme="dark"] [style*="color:#061153"],
[data-theme="dark"] [style*="061153"] {
    color: #ffffff !important;
}

[data-theme="dark"] [style*="color: #6c757d"],
[data-theme="dark"] [style*="color:#6c757d"],
[data-theme="dark"] [style*="6c757d"] {
    color: #cbd5e1 !important;
}

/* ── Process Section in Dark Mode ── */
[data-theme="dark"] .inv-process-section {
    background: #030712 !important;
}

[data-theme="dark"] .inv-process-heading {
    color: #ffffff !important;
}

[data-theme="dark"] .inv-process-subtitle {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .inv-process-card {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .inv-process-title {
    color: #ffffff !important;
}

[data-theme="dark"] .inv-process-desc {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .inv-process-step {
    color: #38bdf8 !important;
}

/* ── Testimonial & Blog Sections in Dark Mode ── */
[data-theme="dark"] .tv-testimonial-section,
[data-theme="dark"] .home5-testi-light,
[data-theme="dark"] .home5-testi-light.bg-white,
[data-theme="dark"] .home-blog-section,
[data-theme="dark"] .tv-blog-section {
    background-color: #030712 !important;
    background-image: none !important;
}

[data-theme="dark"] .tv-testi-inner {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .tv-testi-inner .bg.image,
[data-theme="dark"] .tv-testi-inner .bg.image img {
    opacity: 0.05 !important;
    filter: invert(1) !important;
}

[data-theme="dark"] .testimonial-content-wrap .sec-title,
[data-theme="dark"] .tv-testimonial-section .sec-title {
    color: #ffffff !important;
}

[data-theme="dark"] .client-social-proof {
    background: #0b132e !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .client-social-proof .text,
[data-theme="dark"] .client-social-proof h4 {
    color: #ffffff !important;
}

[data-theme="dark"] .tv-testi-card {
    background: #090e26 !important;
    border: 1px solid rgba(56, 189, 248, 0.22) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .tv-testi-card .testi-top {
    background: #0f1838 !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.15) !important;
}

[data-theme="dark"] .tv-testi-card .testi-info h4 {
    color: #ffffff !important;
}

[data-theme="dark"] .tv-testi-card .testi-info p {
    color: #38bdf8 !important;
}

[data-theme="dark"] .tv-testi-card .testi-content p {
    color: #e2e8f0 !important;
}

[data-theme="dark"] .tv-testi-card .stars span {
    color: #38bdf8 !important;
}

[data-theme="dark"] .testi-write-btn {
    background: linear-gradient(135deg, #1053f3 0%, #00c8ff 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(16, 83, 243, 0.35) !important;
    font-weight: 700 !important;
}

[data-theme="dark"] .testi-write-btn:hover {
    box-shadow: 0 12px 32px rgba(0, 200, 255, 0.45) !important;
    color: #ffffff !important;
}

[data-theme="dark"] .testi-arrows button,
[data-theme="dark"] .testi-controls .array-prev,
[data-theme="dark"] .testi-controls .array-next {
    background: #090e26 !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    color: #38bdf8 !important;
}

[data-theme="dark"] .testi-arrows button.active,
[data-theme="dark"] .testi-arrows button:hover,
[data-theme="dark"] .testi-controls .array-prev:hover,
[data-theme="dark"] .testi-controls .array-next:hover {
    background: linear-gradient(135deg, #1053f3, #00c8ff) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-theme="dark"] .home-blog-slider .blog-single-box {
    background: #070d24 !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .home-blog-slider .blog-single-box:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 50px rgba(56, 189, 248, 0.2) !important;
}

[data-theme="dark"] .home-blog-slider .blog-single-box .title a {
    color: #ffffff !important;
}

[data-theme="dark"] .home-blog-slider .author-details .name {
    color: #ffffff !important;
}

[data-theme="dark"] .home-blog-slider .author-details .date {
    color: #94a3b8 !important;
}

[data-theme="dark"] .home-blog-controls .blog-array-prev,
[data-theme="dark"] .home-blog-controls .blog-array-next {
    background: #070d24 !important;
    border: 1.5px solid rgba(56, 189, 248, 0.3) !important;
    color: #38bdf8 !important;
}

[data-theme="dark"] .home-blog-controls .blog-array-prev:hover,
[data-theme="dark"] .home-blog-controls .blog-array-next:hover {
    background: linear-gradient(135deg, #1053f3, #00c8ff) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-theme="dark"] .home-blog-viewall {
    background: linear-gradient(135deg, #1053f3 0%, #00c8ff 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 28px rgba(16, 83, 243, 0.35) !important;
}

[data-theme="dark"] .newsletter-section {
    background: transparent !important;
}

[data-theme="dark"] .newsletter {
    background: linear-gradient(135deg, #070d24 0%, #0d2188 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .newsletter .image-text h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .newsletter-form input.email {
    background: rgba(3, 7, 18, 0.7) !important;
    color: #ffffff !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

/* ── Sticky Header Offset & Responsive Modal Fixes ── */
.tv-service-section,
.tv-about-section,
.tv-project-section,
.grow-section,
.tv-breadcrumb-section {
    scroll-margin-top: 140px !important;
}

.sticky-header.sticky,
.sticky-header.fixed-header {
    box-shadow: 0 10px 30px rgba(6, 17, 83, 0.12) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    background: rgba(255, 255, 255, 0.95) !important;
}

.svc-card-btn:hover i {
    transform: translateX(5px) !important;
}

/* ============================================================
   Scroll To Top (Moved to Bottom-Left) & Z-Index Positioning
   ============================================================ */
.scrollToTop {
    left: 30px !important;
    right: auto !important;
    bottom: 30px !important;
    z-index: 99990 !important;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease !important;
}

/* Hide top-left/top-bar lang button so language switcher exists ONLY on bottom-right above chatbot */
.inventomo-lang-btn {
    display: none !important;
}

/* Floating Chat Toggle Button & Language Translator Wrapper (Bottom-Right) */
.inv-chat-widget-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 62px;
    z-index: 99995;
    pointer-events: none; /* Crucial: background elements remain clickable when chat is closed */
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
}

/* Floating Round Language Translator Button (Positioned Floating Directly Above Chatbot Icon) */
.inv-chat-lang-floating {
    pointer-events: auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #061153 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(16, 83, 243, 0.4) !important;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
}

.inv-chat-lang-floating:hover {
    background: #1053f3 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 12px 30px rgba(16, 83, 243, 0.5) !important;
}

.inv-chat-lang-floating .lang-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    background: #1053f3 !important;
    color: #ffffff !important;
    font-size: 9.5px !important;
    font-weight: 900 !important;
    padding: 2px 6px;
    border-radius: 10px;
    border: 1.5px solid #ffffff !important;
    line-height: 1;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.inv-chat-lang-floating i {
    font-size: 18px !important;
    color: #ffffff !important;
}

/* Floating Chat Toggle Button (Solid Inventomo Electric Blue) */
.inv-chat-toggle {
    pointer-events: auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #1053f3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(16, 83, 243, 0.4);
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2.5px solid #ffffff;
}

.inv-chat-toggle:hover {
    transform: scale(1.08) translateY(-2px);
    background: #061153;
    box-shadow: 0 14px 35px rgba(6, 17, 83, 0.45);
}

/* Pulse Ring Effect */
.inv-chat-toggle::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 2px solid rgba(16, 83, 243, 0.45);
    animation: inv-chat-pulse 2.5s infinite;
    pointer-events: none;
}

@keyframes inv-chat-pulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.18); opacity: 0; }
    100% { transform: scale(0.95); opacity: 0; }
}

/* Unread Badge */
.inv-chat-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.4);
}

/* Main Chat Panel Container (Crisp White Theme) */
.inv-chat-panel {
    pointer-events: auto;
    position: fixed;
    right: 30px;
    bottom: 102px;
    width: 390px;
    max-width: calc(100vw - 36px);
    height: 580px;
    max-height: calc(100vh - 120px);
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(16, 83, 243, 0.18);
    box-shadow: 0 20px 60px rgba(6, 17, 83, 0.22), 0 0 30px rgba(16, 83, 243, 0.08);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(22px) scale(0.94);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.inv-chat-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Header (Inventomo Deep Blue) */
.inv-chat-header {
    background: linear-gradient(135deg, #061153 0%, #1053f3 100%);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inv-chat-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inv-chat-avatar {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.inv-chat-title-box h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.inv-chat-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: #e2e8f0;
    font-weight: 600;
}

.inv-chat-status .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

.inv-chat-status.status-human .status-dot {
    background: #f59e0b;
    box-shadow: 0 0 8px #f59e0b;
}

.inv-chat-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.inv-chat-btn-icon {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none !important;
}

.inv-chat-btn-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transform: scale(1.05);
}

.inv-chat-btn-icon.btn-whatsapp {
    background: #25d366 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4);
}

.inv-chat-btn-icon.btn-whatsapp:hover {
    background: #1da851 !important;
}

/* Chat Messages Area (Light Background) */
.inv-chat-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    scroll-behavior: smooth;
    background: #f8fafc;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto;
    scrollbar-color: #1053f3 #eef2f7;
}

.inv-chat-body::-webkit-scrollbar {
    width: 12px;
}
.inv-chat-body::-webkit-scrollbar-track {
    background: #eef2f7;
    border-radius: 12px;
    border: 2px solid #f8fafc;
}
.inv-chat-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1053f3 0%, #061153 100%);
    border-radius: 12px;
    border: 3px solid #f8fafc;
}
.inv-chat-body::-webkit-scrollbar-thumb:hover {
    background: #061153;
}
.inv-chat-body::-webkit-scrollbar-thumb:active {
    background: #00c8ff;
}

/* Keep page scroll from moving while the chat window is open */
body.inv-chat-open {
    overflow: hidden !important;
}

/* Message Bubble Items */
.inv-chat-msg {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    animation: inv-msg-fadeIn 0.25s ease forwards;
}

@keyframes inv-msg-fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.inv-chat-msg.msg-user {
    align-self: flex-end;
}

.inv-chat-msg.msg-ai,
.inv-chat-msg.msg-admin {
    align-self: flex-start;
}

.inv-chat-bubble {
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 13.5px;
    line-height: 1.55;
    word-break: break-word;
}

.inv-chat-msg.msg-user .inv-chat-bubble {
    background: linear-gradient(135deg, #1053f3 0%, #061153 100%);
    color: #ffffff;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 14px rgba(16, 83, 243, 0.25);
}

.inv-chat-msg.msg-ai .inv-chat-bubble {
    background: #ffffff;
    color: #061153;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.inv-chat-msg.msg-admin .inv-chat-bubble {
    background: #eff6ff;
    color: #061153;
    border-left: 4px solid #1053f3;
    border: 1px solid #dbeafe;
    border-left-width: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 4px 14px rgba(16, 83, 243, 0.08);
}

.inv-chat-sender-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #1053f3;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.inv-chat-time {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 4px;
    align-self: flex-end;
}

.inv-chat-msg.msg-ai .inv-chat-time,
.inv-chat-msg.msg-admin .inv-chat-time {
    align-self: flex-start;
}

/* Quick Suggestion Chips (Light Card Bar) */
.inv-chat-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 16px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    max-height: 110px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.inv-chat-chips::-webkit-scrollbar {
    height: 6px;
}
.inv-chat-chips::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.inv-chat-chips::-webkit-scrollbar-thumb {
    background: #1053f3;
    border-radius: 10px;
}

.inv-chat-chip {
    background: #f1f5f9;
    color: #061153;
    border: 1px solid #cbd5e1;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.inv-chat-chip:hover {
    background: #1053f3;
    color: #ffffff;
    border-color: #1053f3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 83, 243, 0.25);
}

.inv-chat-chip.chip-whatsapp {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

.inv-chat-chip.chip-whatsapp:hover {
    background: #25d366;
    color: #ffffff;
    border-color: #25d366;
}

/* Input Form Footer (Clean White with High Contrast Focus) */
.inv-chat-footer {
    padding: 12px 16px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.inv-chat-form {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 50px;
    padding: 4px 6px 4px 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.inv-chat-form:focus-within {
    border-color: #1053f3 !important;
    box-shadow: 0 0 12px rgba(16, 83, 243, 0.25) !important;
    background: #ffffff !important;
}

.inv-chat-input {
    flex: 1;
    background: #ffffff !important;
    border: none !important;
    outline: none !important;
    color: #061153 !important;
    font-size: 13.5px;
    padding: 8px 0;
    font-weight: 500;
}

.inv-chat-input:focus {
    background: #ffffff !important;
    color: #061153 !important;
}

.inv-chat-input::placeholder {
    color: #94a3b8 !important;
}

.inv-chat-send-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1053f3;
    border: none;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.inv-chat-send-btn:hover {
    transform: scale(1.06);
    background: #061153;
    box-shadow: 0 4px 12px rgba(16, 83, 243, 0.35);
}

.inv-chat-brand {
    font-size: 10.5px;
    color: #64748b;
    text-align: center;
    margin-top: 6px;
}

.inv-chat-brand strong {
    color: #061153;
}

/* Meeting Modal Inside Chat Overlay (Clean Light Card) */
.inv-meeting-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.inv-meeting-modal.active {
    opacity: 1;
    visibility: visible;
}

.inv-meeting-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
}

.inv-meeting-header h5 {
    color: #061153;
    font-weight: 800;
    margin: 0;
    font-size: 16px;
}

/* Light form overrides for meeting modal */
.inv-meeting-modal label {
    color: #475569 !important;
    font-weight: 600;
}
.inv-meeting-modal input,
.inv-meeting-modal select,
.inv-meeting-modal textarea {
    background-color: #f8fafc !important;
    color: #061153 !important;
    border: 1px solid #cbd5e1 !important;
}
.inv-meeting-modal input:focus,
.inv-meeting-modal select:focus,
.inv-meeting-modal textarea:focus {
    border-color: #1053f3 !important;
    box-shadow: 0 0 10px rgba(16, 83, 243, 0.2) !important;
    background-color: #ffffff !important;
}

/* Service Pills Selection Grid in Chat Meeting Modal */
.inv-service-pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 140px;
    overflow-y: auto;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}
.inv-service-pills-grid::-webkit-scrollbar {
    width: 4px;
}
.inv-service-pills-grid::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.inv-service-pill {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 5px 11px;
    font-size: 11.5px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    white-space: nowrap;
}
.inv-service-pill i {
    font-size: 12px;
    transition: transform 0.2s ease;
}
.inv-service-pill:hover {
    background: #eff6ff;
    border-color: #1053f3;
    color: #1053f3;
    transform: translateY(-1px);
}
.inv-service-pill.active {
    background: linear-gradient(135deg, #1053f3 0%, #061153 100%) !important;
    color: #ffffff !important;
    border-color: #1053f3 !important;
    box-shadow: 0 3px 8px rgba(16, 83, 243, 0.3);
}
.inv-service-pill.active i {
    color: #ffffff !important;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 576px) {
    .scrollToTop {
        left: 15px !important;
        bottom: 20px !important;
        width: 48px !important;
        height: 48px !important;
    }
    .inv-chat-widget-wrap {
        right: 15px !important;
        bottom: 20px !important;
        width: 54px !important;
        align-items: center !important;
    }
    .inv-chat-lang-floating {
        width: 46px !important;
        height: 46px !important;
        margin-bottom: 10px !important;
    }
    .inv-chat-lang-floating i {
        font-size: 16px !important;
    }
    .inv-chat-toggle {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }
    .inv-chat-panel {
        right: 12px;
        bottom: 84px;
        width: calc(100vw - 24px);
        height: calc(100vh - 100px);
        height: calc(100dvh - 100px);
        max-height: none;
    }
}

/* ── Modal & Sidebar Scroll Locking & Over-scroll Containment Fixes ── */
html.open-sidebar,
body.open-sidebar,
html.inv-lang-modal-active,
body.inv-lang-modal-active {
    overflow: hidden !important;
    height: 100vh !important;
    touch-action: none;
}

#sidebar-area .sidebar-wrapper {
    max-height: 100vh !important;
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

#sidebar-area .sidebar-content {
    overflow-y: visible !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    flex: 1 0 auto !important;
}

.inv-lang-modal-overlay {
    overscroll-behavior: contain !important;
}

.inv-lang-modal-content {
    overscroll-behavior: contain !important;
    max-height: 85vh !important;
    display: flex !important;
    flex-direction: column !important;
}

.inv-lang-modal-body {
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
}

/* ── Ultimate Centered Image Preloader Fix ── */
.loading-screen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #061153 !important;
    z-index: 999999 !important;
}

.loading-screen .inv-preloader-box {
    position: relative !important;
    width: 170px !important;
    height: 170px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto !important;
}

/* Outer Spinner Ring (Spins smoothly around the static center logo) */
.loading-screen .loader {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 170px !important;
    height: 170px !important;
    border: 4px dotted transparent !important;
    border-top-color: #00c8ff !important;
    border-right-color: rgba(0, 200, 255, 0.4) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.35) !important;
    animation: ring-rotate 1.2s linear infinite !important;
    margin: 0 !important;
}

.loading-screen .loader::after {
    content: "" !important;
    position: absolute !important;
    inset: 10px !important;
    border: 3px solid transparent !important;
    border-bottom-color: #1053f3 !important;
    border-left-color: #1053f3 !important;
    border-radius: 50% !important;
    animation: ring-rotate-back 3s linear infinite !important;
    box-shadow: none !important;
}

/* Static Center Logo Image (Stays perfectly centered, glowing/pulsing gently) */
.loading-screen .inv-preloader-logo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
    z-index: 20 !important;
    pointer-events: none !important;
    animation: invLogoGlow 1.6s ease-in-out infinite alternate !important;
}

@keyframes invLogoGlow {
    from {
        transform: translate(-50%, -50%) scale(0.94);
        opacity: 0.88;
        filter: drop-shadow(0 0 8px rgba(16, 83, 243, 0.4));
    }
    to {
        transform: translate(-50%, -50%) scale(1.06);
        opacity: 1;
        filter: drop-shadow(0 0 20px rgba(0, 200, 255, 0.8));
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .inv-preloader-box {
        width: 135px !important;
        height: 135px !important;
    }
    .loading-screen .loader {
        width: 135px !important;
        height: 135px !important;
    }
    .loading-screen .inv-preloader-logo {
        width: 70px !important;
        height: 70px !important;
    }
}

/* ── Executive Legal Policy Pages (Privacy Policy, Terms & Conditions, Refund Policy) ── */
.inv-policy-section {
    padding: 60px 0 100px;
    background: #f8fafc;
}

.inv-policy-container {
    max-width: 1280px;
    margin: 0 auto;
}

.inv-policy-top-bar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 18px 28px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(6, 17, 83, 0.04);
    gap: 20px;
    flex-wrap: wrap;
}

.inv-policy-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.inv-policy-badge {
    background: rgba(16, 83, 243, 0.1);
    color: #1053f3;
    border: 1px solid rgba(16, 83, 243, 0.25);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.inv-policy-meta-item {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.inv-policy-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inv-policy-action-btn {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.inv-policy-action-btn:hover {
    background: #1053f3;
    color: #ffffff;
    border-color: #1053f3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 83, 243, 0.25);
}

/* Sticky Sidebar Table of Contents */
.inv-policy-toc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px;
    position: sticky;
    top: 100px;
    box-shadow: 0 10px 30px rgba(6, 17, 83, 0.05);
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.inv-policy-toc-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.inv-policy-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.inv-policy-toc-link {
    display: block;
    padding: 8px 12px;
    border-radius: 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.inv-policy-toc-link:hover,
.inv-policy-toc-link.active {
    background: rgba(16, 83, 243, 0.08);
    color: #1053f3;
    font-weight: 700;
    padding-left: 16px;
}

/* Main Content Card */
.inv-policy-main-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 44px 50px;
    box-shadow: 0 10px 35px rgba(6, 17, 83, 0.05);
    color: #334155;
    font-size: 15.5px;
    line-height: 1.78;
}

.inv-policy-section-block {
    margin-bottom: 42px;
    scroll-margin-top: 110px;
}

.inv-policy-section-block h2,
.inv-policy-section-block h3 {
    color: #0f172a;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(16, 83, 243, 0.12);
}

.inv-policy-num {
    background: linear-gradient(135deg, #1053f3 0%, #00c8ff 100%);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(16, 83, 243, 0.3);
}

.inv-policy-section-block h4 {
    color: #1e293b;
    font-size: 16.5px;
    font-weight: 700;
    margin: 22px 0 12px;
}

.inv-policy-section-block p {
    color: #475569;
    margin-bottom: 16px;
    font-size: 15.5px;
}

.inv-policy-section-block ul,
.inv-policy-section-block ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.inv-policy-section-block li {
    margin-bottom: 10px;
    color: #475569;
}

.inv-policy-section-block li strong {
    color: #0f172a;
}

.inv-policy-callout {
    background: linear-gradient(135deg, rgba(16, 83, 243, 0.04) 0%, rgba(0, 200, 255, 0.04) 100%);
    border-left: 4px solid #1053f3;
    border-radius: 0 16px 16px 0;
    padding: 22px 26px;
    margin: 24px 0;
}

.inv-policy-callout.warning {
    border-left-color: #ffbf3f;
    background: rgba(255, 191, 63, 0.06);
}

.inv-policy-callout h4 {
    margin-top: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inv-policy-contact-box {
    background: #061153;
    color: #ffffff;
    border-radius: 20px;
    padding: 32px;
    margin-top: 36px;
    box-shadow: 0 15px 40px rgba(6, 17, 83, 0.25);
}

.inv-policy-contact-box h4 {
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
    border: none;
    padding: 0;
}

.inv-policy-contact-box p {
    color: #cbd5e1 !important;
    margin-bottom: 18px;
}

.inv-policy-contact-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.inv-policy-contact-link {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.inv-policy-contact-link:hover {
    background: #1053f3;
    border-color: #00c8ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(16, 83, 243, 0.4);
}

@media (max-width: 991px) {
    .inv-policy-main-card {
        padding: 24px 20px;
    }
    .inv-policy-toc-card {
        position: relative;
        top: 0;
        max-height: 300px;
        margin-bottom: 30px;
    }
}

/* Fix for white text in input fields */
input, textarea, select, .form-control, .select2-selection__rendered {
    color: var(--inventomo-ink, #0c1221) !important;
}
input::placeholder, textarea::placeholder, .form-control::placeholder {
    color: rgba(12, 18, 33, 0.6) !important;
}
[data-theme="dark"] input, [data-theme="dark"] textarea, [data-theme="dark"] select, [data-theme="dark"] .form-control, [data-theme="dark"] .select2-selection__rendered {
    color: #ffffff !important;
}
[data-theme="dark"] input::placeholder, [data-theme="dark"] textarea::placeholder, [data-theme="dark"] .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Fix Mobile Menu Z-Index to stay above everything including sticky headers */
.mobile-menu-wrapper {
    z-index: 9999999 !important; /* Insane high z-index to cover everything */
}
.sticky-header.fixed-header {
    z-index: 9999 !important; /* Ensure it stays below mobile menu */
}

/* Fix Mobile Menu Icons Colors */
.mobile-menu-area .contact-info-box .icon,
.mobile-menu-area .social-links li a i,
.mobile-menu-area .social-links li a svg {
    color: #ffffff !important;
}
.mobile-menu-area .contact-info-box .title,
.mobile-menu-area .contact-info-box a,
.mobile-menu-area .contact-info-box {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Fix Hero Slider taking too much space */
.tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
    padding: 120px 0 100px 0 !important;
}
@media (max-width: 991px) {
    .tv-hero-section .hero-inner .hero-slider .hero-area .hero-content {
        padding: 80px 0 60px 0 !important;
    }
}
.tv-hero-section {
    max-height: 85vh;
}
.hero-area {
    min-height: 450px !important;
}

/* ── Chatbot Animated Typing Indicator ── */
.inv-chat-msg.inv-typing-indicator {
    margin-bottom: 12px;
    align-self: flex-start;
}
.inv-chat-msg.inv-typing-indicator .inv-chat-bubble {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(16, 83, 243, 0.15) !important;
    border: 1px solid rgba(16, 83, 243, 0.35) !important;
    border-radius: 18px 18px 18px 4px !important;
    padding: 10px 18px !important;
}
.typing-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.typing-dots span {
    width: 7px;
    height: 7px;
    background-color: #00c8ff;
    border-radius: 50%;
    display: inline-block;
    animation: inv-typing-bounce 1.4s infinite ease-in-out both;
}
.typing-dots span:nth-child(1) { animation-delay: 0s; }
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes inv-typing-bounce {
    0%, 80%, 100% {
        transform: scale(0.35);
        opacity: 0.35;
    }
    40% {
        transform: scale(1.15);
        opacity: 1;
    }
}
.typing-text {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.3px;
}
