/* =============================================================
   VX ABOUT SECTION
============================================================= */
.vx-about-section { background: #f5f7ff; padding: 55px 0; position: relative; overflow: hidden; }
.vx-about-image-wrap { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 56px rgba(15,20,36,0.10); }
.vx-about-main-img { width: 100%; height: 360px; object-fit: cover; border-radius: 20px; display: block; }
.vx-about-badge { position: absolute; bottom: 24px; left: 24px; background: #ffffff; border-radius: 14px; padding: 12px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 32px rgba(15,20,36,0.14); }
.vx-about-badge-icon { width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, #1e3a8a, #3360ad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vx-about-badge-icon i { color: #fff; font-size: 17px; }
.vx-about-badge-text strong { display: block; font-size: 13px; font-weight: 700; color: #0f1424; line-height: 1.3; }
.vx-about-badge-text span { font-size: 11px; color: #505070; }
.vx-about-content { padding-left: 32px; }
.vx-about-eyebrow { display: inline-block; color: #3360ad; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; border: 1px solid rgba(51,96,173,0.25); padding: 5px 18px; border-radius: 100px; background: rgba(51,96,173,0.07); margin-bottom: 16px; }
.vx-about-heading { font-size: 32px; font-weight: 900; color: #0f1424; line-height: 1.2; letter-spacing: -0.6px; margin: 0 0 12px; }
.vx-about-desc { font-size: 15px; color: #505070; line-height: 1.7; margin: 0 0 20px; }
.vx-about-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
@keyframes vxCardLoop {
    0%, 100%  { border-left-color: transparent; background: #ffffff; box-shadow: none; }
    8%, 17%   { border-left-color: #3360ad; background: rgba(51,96,173,0.03); box-shadow: 0 4px 18px rgba(51,96,173,0.09); }
    24%       { border-left-color: transparent; background: #ffffff; box-shadow: none; }
}
@keyframes vxIconLoop {
    0%, 100% { background: rgba(51,96,173,0.09); transform: scale(1) rotate(0deg); }
    8%       { background: #3360ad; transform: scale(1.16) rotate(-5deg); }
    18%      { background: #3360ad; transform: scale(1.10) rotate(-2deg); }
    24%      { background: rgba(51,96,173,0.09); transform: scale(1) rotate(0deg); }
}
@keyframes vxIconColorLoop {
    0%, 24%, 100% { color: #3360ad; }
    8%, 18%       { color: #ffffff; }
}
.vx-about-feature { display: flex; align-items: flex-start; gap: 12px; background: #ffffff; border: 1px solid rgba(51,96,173,0.08); border-left: 3px solid transparent; border-radius: 12px; padding: 11px 14px; cursor: default; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(1) { animation: vxCardLoop 6s ease-in-out 0.0s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(2) { animation: vxCardLoop 6s ease-in-out 1.5s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(3) { animation: vxCardLoop 6s ease-in-out 3.0s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(4) { animation: vxCardLoop 6s ease-in-out 4.5s infinite; }
.vx-about-feature-icon { width: 34px; height: 34px; border-radius: 9px; background: rgba(51,96,173,0.09); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(1) .vx-about-feature-icon { animation: vxIconLoop 6s ease-in-out 0.0s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(2) .vx-about-feature-icon { animation: vxIconLoop 6s ease-in-out 1.5s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(3) .vx-about-feature-icon { animation: vxIconLoop 6s ease-in-out 3.0s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(4) .vx-about-feature-icon { animation: vxIconLoop 6s ease-in-out 4.5s infinite; }
.vx-about-feature-icon i { color: #3360ad; font-size: 13px; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(1) .vx-about-feature-icon i { animation: vxIconColorLoop 6s ease-in-out 0.0s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(2) .vx-about-feature-icon i { animation: vxIconColorLoop 6s ease-in-out 1.5s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(3) .vx-about-feature-icon i { animation: vxIconColorLoop 6s ease-in-out 3.0s infinite; }
.vx-about-features.vx-anim-active .vx-about-feature:nth-child(4) .vx-about-feature-icon i { animation: vxIconColorLoop 6s ease-in-out 4.5s infinite; }
.vx-about-feature-text { font-size: 13.5px; font-weight: 500; color: #1a1d2e; line-height: 1.5; }
@media (max-width: 991px) {
    .vx-about-content { padding-left: 0; margin-top: 30px; }
    .vx-about-main-img { height: 260px; }
    .vx-about-heading { font-size: 26px; }
}

/* =============================================================
   VX CASE STUDIES SECTION
============================================================= */
.vx-cs-section  { background: #ffffff; padding: 65px 0; }
.vx-cs-header   { margin-bottom: 44px; }
.vx-cs-heading  { font-size: 34px; font-weight: 900; color: #0f1424; letter-spacing: -0.6px; margin: 10px 0 12px; line-height: 1.2; }
.vx-cs-subtext  { font-size: 15px; color: #505070; max-width: 500px; margin: 0 auto; line-height: 1.7; }
.vx-cs-grid     { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 36px; }
@keyframes vxFlipIn {
    0%   { opacity: 0; transform: perspective(700px) rotateY(-90deg); }
    100% { opacity: 1; transform: perspective(700px) rotateY(0deg); }
}
.vx-cs-card { border-radius: 18px; padding: 28px 24px; transition: box-shadow 0.3s, transform 0.3s; cursor: default; }
.vx-cs-card.vx-flip-in { animation: vxFlipIn 0.6s cubic-bezier(0.22,1,0.36,1) forwards; }
.vx-cs-card--amber { background: #fff8ef; border: 1px solid rgba(249,115,22,0.18); }
.vx-cs-card--blue  { background: #eff6ff; border: 1px solid rgba(51,96,173,0.18); }
.vx-cs-card--green { background: #ecfdf5; border: 1px solid rgba(5,150,105,0.18); }
.vx-cs-card--amber:hover { box-shadow: 0 12px 36px rgba(249,115,22,0.14); transform: translateY(-5px); }
.vx-cs-card--blue:hover  { box-shadow: 0 12px 36px rgba(51,96,173,0.14);  transform: translateY(-5px); }
.vx-cs-card--green:hover { box-shadow: 0 12px 36px rgba(5,150,105,0.14);  transform: translateY(-5px); }
.vx-cs-icon-wrap { margin-bottom: 20px; }
.vx-cs-icon { width: 58px; height: 58px; border-radius: 15px; display: flex; align-items: center; justify-content: center; }
.vx-cs-card--amber .vx-cs-icon { background: linear-gradient(135deg, #ea6c0a, #f97316); }
.vx-cs-card--blue  .vx-cs-icon { background: linear-gradient(135deg, #1e3a8a, #3360ad); }
.vx-cs-card--green .vx-cs-icon { background: linear-gradient(135deg, #065f46, #059669); }
.vx-cs-icon i { color: #ffffff; font-size: 22px; }
.vx-cs-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.vx-cs-num  { font-size: 11px; font-weight: 800; color: #3360ad; letter-spacing: 2px; }
.vx-cs-tag  { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; padding: 3px 10px; border-radius: 100px; }
.vx-cs-card--amber .vx-cs-tag { background: rgba(249,115,22,0.12); color: #c2410c; }
.vx-cs-card--blue  .vx-cs-tag { background: rgba(51,96,173,0.10);  color: #1e3a8a; }
.vx-cs-card--green .vx-cs-tag { background: rgba(5,150,105,0.12);  color: #065f46; }
.vx-cs-title { font-size: 17px; font-weight: 800; color: #0f1424; line-height: 1.35; margin: 0 0 9px; }
.vx-cs-desc  { font-size: 13.5px; color: #505070; line-height: 1.65; margin: 0 0 18px; }
.vx-cs-link  { font-size: 13px; font-weight: 700; color: #3360ad; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.vx-cs-link i { transition: transform 0.2s; font-size: 11px; }
.vx-cs-link:hover i { transform: translateX(4px); }
.vx-cs-cta  { text-align: center; }
@media (max-width: 991px) {
    .vx-cs-grid { grid-template-columns: 1fr; }
    .vx-cs-heading { font-size: 26px; }
}

/* =============================================================
   VX BLOG SECTION
============================================================= */
.vx-blog-section { background: #f5f7ff; padding: 65px 0; }
.vx-blog-header  { margin-bottom: 44px; }
.vx-blog-heading { font-size: 34px; font-weight: 900; color: #0f1424; letter-spacing: -0.6px; margin: 10px 0 12px; line-height: 1.2; }
.vx-blog-subtext { font-size: 15px; color: #505070; max-width: 500px; margin: 0 auto; line-height: 1.7; }
.vx-blog-grid    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 36px; }
@keyframes vxBlogSlideUp {
    0%   { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}
.vx-blog-card { background: #ffffff; border-radius: 18px; overflow: hidden; border: 1px solid rgba(51,96,173,0.08); transition: box-shadow 0.3s, transform 0.3s; cursor: default; }
.vx-blog-card.vx-slide-up { animation: vxBlogSlideUp 0.6s cubic-bezier(0.22,1,0.36,1) forwards; }
.vx-blog-card:hover { box-shadow: 0 14px 40px rgba(51,96,173,0.12); transform: translateY(-5px); }
.vx-blog-img-wrap { position: relative; height: 200px; overflow: hidden; }
.vx-blog-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }
.vx-blog-card:hover .vx-blog-img-wrap img { transform: scale(1.06); }
.vx-blog-cat { position: absolute; top: 14px; left: 14px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 4px 12px; border-radius: 100px; backdrop-filter: blur(8px); }
.vx-blog-cat--ai         { background: rgba(99,102,241,0.88); color: #ffffff; }
.vx-blog-cat--automation { background: rgba(5,150,105,0.88);  color: #ffffff; }
.vx-blog-cat--lowcode    { background: rgba(51,96,173,0.88);  color: #ffffff; }
.vx-blog-body  { padding: 22px 22px 20px; }
.vx-blog-date  { font-size: 12px; color: #8890a4; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.vx-blog-date i { font-size: 11px; }
.vx-blog-title { font-size: 16px; font-weight: 800; color: #0f1424; line-height: 1.4; margin: 0 0 9px; }
.vx-blog-title a { color: inherit; text-decoration: none; }
.vx-blog-title a:hover { color: #3360ad; }
.vx-blog-desc  { font-size: 13px; color: #505070; line-height: 1.65; margin: 0 0 16px; }
.vx-blog-link  { font-size: 13px; font-weight: 700; color: #3360ad; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.vx-blog-link i { transition: transform 0.2s; font-size: 11px; }
.vx-blog-link:hover i { transform: translateX(4px); }
.vx-blog-cta { text-align: center; }
@media (max-width: 991px) {
    .vx-blog-grid { grid-template-columns: 1fr; }
    .vx-blog-heading { font-size: 26px; }
}

/* =============================================================
   VX FAQ SECTION
============================================================= */
.vx-faq-section { background: #ffffff; padding: 60px 0; }

/* Left — Accordion */
.vx-faq-left { padding-right: 28px; }
.vx-faq-heading { font-size: 32px; font-weight: 900; color: #0f1424; letter-spacing: -0.7px; line-height: 1.15; margin: 0 0 12px; }
.vx-faq-subtext { font-size: 14.5px; color: #505070; line-height: 1.7; margin: 0 0 24px; max-width: 460px; }
.vx-faq-list { margin: 0; }
.vx-faq-item { border-bottom: 1px solid rgba(51,96,173,0.10); }
.vx-faq-item:first-child { border-top: 1px solid rgba(51,96,173,0.10); }
.vx-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; gap: 16px; user-select: none; }
.vx-faq-q-text { font-size: 14px; font-weight: 700; color: #0f1424; line-height: 1.4; transition: color 0.2s; }
.vx-faq-item.active .vx-faq-q-text { color: #3360ad; }
.vx-faq-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(51,96,173,0.07); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.25s, transform 0.35s; color: #3360ad; font-size: 10px; }
.vx-faq-item.active .vx-faq-icon { background: #3360ad; color: #fff; transform: rotate(45deg); }
.vx-faq-a-wrap { max-height: 0; overflow: hidden; transition: max-height 0.42s cubic-bezier(0.22,1,0.36,1); }
.vx-faq-item.active .vx-faq-a-wrap { max-height: 160px; }
.vx-faq-a { font-size: 13.5px; color: #505070; line-height: 1.7; padding: 0 36px 13px 0; margin: 0; }

/* Right — Chat Window */
.vx-chat-wrap { display: flex; justify-content: center; padding-left: 16px; }
.vx-chat-window { width: 100%; max-width: 370px; height: 478px; background: #fff; border-radius: 24px; box-shadow: 0 28px 90px rgba(15,20,36,0.14), 0 2px 10px rgba(15,20,36,0.06); overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,0.06); }

/* Chat Header */
.vx-chat-header { display: flex; align-items: center; padding: 13px 16px; border-bottom: 1px solid rgba(0,0,0,0.07); gap: 10px; background: #fff; flex-shrink: 0; }
.vx-chat-hback { color: #3360ad; font-size: 16px; flex-shrink: 0; cursor: default; }
.vx-chat-hav { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #1e3a8a, #3360ad); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: #fff; flex-shrink: 0; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #3360ad; }
.vx-chat-hinfo { flex: 1; min-width: 0; }
.vx-chat-hname { font-size: 14px; font-weight: 700; color: #0f1424; line-height: 1.2; }
.vx-chat-hstatus { font-size: 11.5px; color: #22c55e; display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.vx-chat-hstatus::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }
.vx-chat-hactions { display: flex; gap: 14px; color: #3360ad; flex-shrink: 0; }
.vx-chat-hactions i { font-size: 16px; cursor: default; }

/* Chat Body */
.vx-chat-body { flex: 1; overflow-y: auto; padding: 16px 13px; display: flex; flex-direction: column; gap: 7px; scroll-behavior: smooth; background: #fafafa; }
.vx-chat-body::-webkit-scrollbar { width: 3px; }
.vx-chat-body::-webkit-scrollbar-track { background: transparent; }
.vx-chat-body::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.10); border-radius: 2px; }

/* Messages */
@keyframes vxMsgPop { 0% { opacity:0; transform: translateY(10px) scale(0.95); } 100% { opacity:1; transform: none; } }
.vx-msg { display: flex; align-items: flex-end; gap: 7px; max-width: 82%; animation: vxMsgPop 0.32s cubic-bezier(0.22,1,0.36,1) both; }
.vx-msg--sent { align-self: flex-end; flex-direction: row-reverse; }
.vx-msg--recv { align-self: flex-start; }
.vx-msg-av { width: 27px; height: 27px; border-radius: 50%; background: linear-gradient(135deg, #1e3a8a, #3360ad); display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; color: #fff; flex-shrink: 0; }
.vx-msg-bbl { padding: 10px 14px; font-size: 13px; line-height: 1.5; word-wrap: break-word; max-width: 100%; }
.vx-msg--sent .vx-msg-bbl { background: linear-gradient(135deg, #3360ad, #5b8dee); color: #fff; border-radius: 18px 18px 4px 18px; }
.vx-msg--recv .vx-msg-bbl { background: #efefef; color: #0f1424; border-radius: 18px 18px 18px 4px; }

/* Typing Indicator */
.vx-typing { display: flex; align-items: flex-end; gap: 7px; align-self: flex-start; animation: vxMsgPop 0.28s cubic-bezier(0.22,1,0.36,1) both; }
.vx-typing-bbl { background: #efefef; border-radius: 18px 18px 18px 4px; padding: 13px 15px; display: flex; gap: 5px; align-items: center; }
.vx-tdot { display: block; width: 7px; height: 7px; border-radius: 50%; background: #8890a4; animation: vxTDot 1.3s ease-in-out infinite; }
.vx-tdot:nth-child(2) { animation-delay: 0.18s; }
.vx-tdot:nth-child(3) { animation-delay: 0.36s; }
@keyframes vxTDot { 0%,60%,100% { transform: translateY(0); opacity: 0.45; } 30% { transform: translateY(-6px); opacity: 1; } }

/* Chat Footer */
.vx-chat-footer { padding: 10px 14px; border-top: 1px solid rgba(0,0,0,0.07); display: flex; align-items: center; gap: 10px; background: #fff; flex-shrink: 0; }
.vx-chat-ficon { color: #3360ad; font-size: 20px; flex-shrink: 0; cursor: default; }
.vx-chat-finput { flex: 1; background: #f0f2f5; border-radius: 22px; padding: 9px 16px; font-size: 13.5px; color: #8890a4; pointer-events: none; user-select: none; }

/* Responsive */
@media (max-width: 991px) {
    .vx-faq-left { padding-right: 0; margin-bottom: 44px; }
    .vx-faq-heading { font-size: 30px; }
    .vx-chat-wrap { padding-left: 0; }
    .vx-chat-window { max-width: 100%; height: 460px; }
}

/* =============================================================
   VX INDUSTRIES SECTION
============================================================= */
.vx-ind-section { background: #f5f7ff; padding: 52px 0 56px; }

.vx-ind-header { margin-bottom: 44px; }
.vx-ind-heading { font-size: 28px; font-weight: 900; color: #0f1424; letter-spacing: -0.5px; line-height: 1.2; margin: 8px 0 0; }

/* Grid — single centered row */
.vx-ind-grid { display: flex; justify-content: center; align-items: flex-start; gap: 52px; flex-wrap: wrap; }

/* Each item */
.vx-ind-item { display: flex; flex-direction: column; align-items: center; gap: 14px; cursor: default; }

/* Bubble float animation */
@keyframes vxIndFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-9px) scale(1.04); }
}
.vx-ind-item:nth-child(1) .vx-ind-ring { animation: vxIndFloat 2.8s ease-in-out 0.0s infinite; }
.vx-ind-item:nth-child(2) .vx-ind-ring { animation: vxIndFloat 2.8s ease-in-out 0.6s infinite; }
.vx-ind-item:nth-child(3) .vx-ind-ring { animation: vxIndFloat 2.8s ease-in-out 1.2s infinite; }
.vx-ind-item:nth-child(4) .vx-ind-ring { animation: vxIndFloat 2.8s ease-in-out 1.8s infinite; }

/* Outer ring (always visible, subtle; glows on hover) */
.vx-ind-ring { width: 96px; height: 96px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.vx-ind-ring--blue   { box-shadow: 0 0 0 2px rgba(51,96,173,0.18),  0 0 0 6px rgba(51,96,173,0.06); }
.vx-ind-ring--amber  { box-shadow: 0 0 0 2px rgba(245,158,11,0.22), 0 0 0 6px rgba(245,158,11,0.07); }
.vx-ind-ring--green  { box-shadow: 0 0 0 2px rgba(5,150,105,0.20),  0 0 0 6px rgba(5,150,105,0.06); }
.vx-ind-ring--purple { box-shadow: 0 0 0 2px rgba(139,92,246,0.22), 0 0 0 6px rgba(139,92,246,0.07); }

.vx-ind-item:hover .vx-ind-ring { animation-play-state: paused; }
.vx-ind-item:hover .vx-ind-ring--blue   { box-shadow: 0 0 0 2.5px rgba(51,96,173,0.35),  0 0 0 9px rgba(51,96,173,0.10); }
.vx-ind-item:hover .vx-ind-ring--amber  { box-shadow: 0 0 0 2.5px rgba(245,158,11,0.40), 0 0 0 9px rgba(245,158,11,0.12); }
.vx-ind-item:hover .vx-ind-ring--green  { box-shadow: 0 0 0 2.5px rgba(5,150,105,0.38),  0 0 0 9px rgba(5,150,105,0.10); }
.vx-ind-item:hover .vx-ind-ring--purple { box-shadow: 0 0 0 2.5px rgba(139,92,246,0.40), 0 0 0 9px rgba(139,92,246,0.12); }

/* Inner filled circle */
.vx-ind-circle { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #fff; transition: box-shadow 0.35s cubic-bezier(0.22,1,0.36,1); }
.vx-ind-circle--blue   { background: linear-gradient(145deg, #1e3a8a 0%, #3360ad 100%); box-shadow: 0 10px 30px rgba(51,96,173,0.32); }
.vx-ind-circle--amber  { background: linear-gradient(145deg, #b45309 0%, #f59e0b 100%); box-shadow: 0 10px 30px rgba(245,158,11,0.30); }
.vx-ind-circle--green  { background: linear-gradient(145deg, #065f46 0%, #059669 100%); box-shadow: 0 10px 30px rgba(5,150,105,0.30); }
.vx-ind-circle--purple { background: linear-gradient(145deg, #5b21b6 0%, #8b5cf6 100%); box-shadow: 0 10px 30px rgba(139,92,246,0.30); }

.vx-ind-item:hover .vx-ind-circle--blue   { box-shadow: 0 16px 44px rgba(51,96,173,0.46); }
.vx-ind-item:hover .vx-ind-circle--amber  { box-shadow: 0 16px 44px rgba(245,158,11,0.44); }
.vx-ind-item:hover .vx-ind-circle--green  { box-shadow: 0 16px 44px rgba(5,150,105,0.44); }
.vx-ind-item:hover .vx-ind-circle--purple { box-shadow: 0 16px 44px rgba(139,92,246,0.44); }

/* Label */
.vx-ind-label { font-size: 13px; font-weight: 700; color: #1a1d2e; text-align: center; line-height: 1.45; max-width: 110px; transition: color 0.2s; }
.vx-ind-item:hover .vx-ind-label { color: #3360ad; }

/* Mobile */
@media (max-width: 576px) {
    .vx-ind-grid { gap: 32px; }
    .vx-ind-ring { width: 84px; height: 84px; }
    .vx-ind-circle { width: 70px; height: 70px; font-size: 26px; }
    .vx-ind-heading { font-size: 23px; }
}
/* Very small — wrap into 2×2 grid */
@media (max-width: 480px) {
    .vx-ind-grid { gap: 28px 16px; flex-wrap: wrap; justify-content: space-around; }
    .vx-ind-item { flex-basis: calc(50% - 8px); max-width: calc(50% - 8px); }
    .vx-ind-ring { width: 80px; height: 80px; }
    .vx-ind-circle { width: 66px; height: 66px; font-size: 24px; }
    .vx-ind-label { font-size: 12px; max-width: 100%; }
    .vx-ind-heading { font-size: 21px; }
}

/* =============================================================
   VX CONTACT SECTION
============================================================= */
.vx-contact-section { background: #ffffff; padding: 80px 0; }

/* Left — Info */
.vx-contact-heading { font-size: 36px; font-weight: 900; color: #0f1424; letter-spacing: -0.7px; line-height: 1.15; margin: 0 0 14px; }
.vx-contact-subtext { font-size: 15px; color: #505070; line-height: 1.7; margin: 0 0 34px; max-width: 420px; }

/* Contact items */
.vx-contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 34px; }
.vx-contact-item  { display: flex; align-items: flex-start; gap: 16px; }
.vx-contact-icon  { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; flex-shrink: 0; }
.vx-contact-icon--blue  { background: linear-gradient(135deg, #1e3a8a, #3360ad); box-shadow: 0 6px 20px rgba(51,96,173,0.28); }
.vx-contact-icon--green { background: linear-gradient(135deg, #065f46, #059669); box-shadow: 0 6px 20px rgba(5,150,105,0.26); }
.vx-contact-icon--amber { background: linear-gradient(135deg, #b45309, #f59e0b); box-shadow: 0 6px 20px rgba(245,158,11,0.26); }
.vx-contact-item-body   { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.vx-contact-item-label  { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: #8890a4; }
.vx-contact-item-value  { font-size: 15px; font-weight: 600; color: #0f1424; text-decoration: none; line-height: 1.45; }
a.vx-contact-item-value:hover { color: #3360ad; }

/* Social icons */
.vx-contact-socials { display: flex; gap: 10px; }
.vx-soc { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; text-decoration: none; transition: transform 0.22s, box-shadow 0.22s; }
.vx-soc--fb { background: #1877f2; }
.vx-soc--tw { background: #1da1f2; }
.vx-soc--li { background: #0a66c2; }
.vx-soc--ig { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.vx-soc:hover { transform: translateY(-4px); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }

/* Right — Form Card */
.vx-contact-card { background: #fff; border-radius: 24px; padding: 42px 38px; border: 1px solid rgba(51,96,173,0.09); box-shadow: 0 20px 70px rgba(15,20,36,0.10), 0 2px 10px rgba(15,20,36,0.05); }
.vx-contact-form-title { font-size: 22px; font-weight: 800; color: #0f1424; letter-spacing: -0.3px; margin: 0 0 26px; }

/* Inputs */
.vx-input-box { margin-bottom: 14px; }
.vx-input-box input,
.vx-input-box textarea { width: 100%; background: #f5f7ff; border: 1.5px solid transparent; border-radius: 12px; padding: 13px 16px; font-size: 14px; color: #0f1424; outline: none; transition: border-color 0.22s, background 0.22s, box-shadow 0.22s; font-family: inherit; display: block; }
.vx-input-box input::placeholder,
.vx-input-box textarea::placeholder { color: #9499b0; }
.vx-input-box input:focus,
.vx-input-box textarea:focus { border-color: #3360ad; background: #fff; box-shadow: 0 0 0 4px rgba(51,96,173,0.09); }
.vx-input-box textarea { resize: none; height: 112px; }

/* Submit button */
.vx-contact-submit { width: 100%; background: linear-gradient(135deg, #1e3a8a 0%, #3360ad 100%); color: #fff; border: none; border-radius: 12px; padding: 14px 24px; font-size: 15px; font-weight: 700; letter-spacing: 0.2px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 6px; transition: box-shadow 0.3s, transform 0.22s; }
.vx-contact-submit i { font-size: 13px; transition: transform 0.22s; }
.vx-contact-submit:hover { box-shadow: 0 12px 36px rgba(51,96,173,0.36); transform: translateY(-2px); }
.vx-contact-submit:hover i { transform: translateX(4px); }

/* Thank you state */
.vx-contact-thanks { text-align: center; padding: 40px 20px; }
.vx-contact-thanks-icon { font-size: 52px; color: #059669; margin-bottom: 18px; }
.vx-contact-thanks-title { font-size: 22px; font-weight: 800; color: #0f1424; margin: 0 0 10px; }
.vx-contact-thanks-text { font-size: 15px; color: #505070; line-height: 1.7; margin: 0; }

/* Responsive */
@media (max-width: 991px) {
    .vx-contact-section { padding: 60px 0; }
    .vx-contact-heading { font-size: 28px; }
    .vx-contact-card { padding: 28px 22px; }
}

/* =============================================================
   VX OFFICE SECTION
============================================================= */
.vx-office-section { background: #f5f7ff; padding: 55px 0; }

/* Left — Image */
.vx-office-img-wrap { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 64px rgba(15,20,36,0.13); }
.vx-office-img { width: 100%; height: 310px; object-fit: cover; display: block; border-radius: 22px; }

/* Badge — clickable, animated to signal interactivity */
@keyframes vxBadgePulse {
    0%, 100% { box-shadow: 0 4px 16px rgba(15,20,36,0.12), 0 0 0 0 rgba(51,96,173,0.30); }
    55%      { box-shadow: 0 4px 16px rgba(15,20,36,0.12), 0 0 0 10px rgba(51,96,173,0); }
}
@keyframes vxBadgeNudge {
    0%, 60%, 100% { transform: translateX(0); }
    30%           { transform: translateX(4px); }
}
.vx-office-img-badge { position: absolute; bottom: 20px; left: 20px; background: rgba(255,255,255,0.93); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 12px; padding: 10px 16px; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; cursor: pointer; animation: vxBadgePulse 2.4s ease-in-out infinite; transition: transform 0.22s, background 0.22s; }
.vx-office-img-badge:hover { transform: scale(1.05); background: rgba(255,255,255,1); animation: none; box-shadow: 0 6px 26px rgba(15,20,36,0.18); }
.vx-office-img-badge .vx-badge-pin  { color: #3360ad; font-size: 14px; flex-shrink: 0; }
.vx-office-img-badge span { font-size: 13px; font-weight: 700; color: #0f1424; }
.vx-office-img-badge .vx-badge-arrow { font-size: 10px; color: #3360ad; animation: vxBadgeNudge 1.8s ease-in-out infinite; flex-shrink: 0; }
.vx-office-img-badge:hover .vx-badge-arrow { animation: none; transform: translateX(4px); }

/* Right — Info */
.vx-office-heading { font-size: 30px; font-weight: 900; color: #0f1424; letter-spacing: -0.6px; line-height: 1.15; margin: 0 0 12px; }
.vx-office-subtext { font-size: 14.5px; color: #505070; line-height: 1.7; margin: 0 0 22px; max-width: 420px; }

/* Office items */
.vx-office-items { display: flex; flex-direction: column; gap: 13px; margin-bottom: 0; }
.vx-office-item  { display: flex; align-items: flex-start; gap: 14px; }
.vx-office-icon  { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; flex-shrink: 0; }
.vx-office-icon--amber { background: linear-gradient(135deg, #b45309, #f59e0b); box-shadow: 0 5px 16px rgba(245,158,11,0.26); }
.vx-office-icon--blue  { background: linear-gradient(135deg, #1e3a8a, #3360ad); box-shadow: 0 5px 16px rgba(51,96,173,0.26); }
.vx-office-icon--green { background: linear-gradient(135deg, #065f46, #059669); box-shadow: 0 5px 16px rgba(5,150,105,0.24); }
.vx-office-item-body  { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.vx-office-item-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: #8890a4; }
.vx-office-item-value { font-size: 14px; font-weight: 600; color: #0f1424; text-decoration: none; line-height: 1.55; }
a.vx-office-item-value:hover { color: #3360ad; }

/* Responsive */
@media (max-width: 991px) {
    .vx-office-section { padding: 50px 0; }
    .vx-office-heading { font-size: 24px; }
    .vx-office-img { height: 230px; }
}


/* =============================================================
   VX TECH STACK SECTION
============================================================= */
.vx-tech-section { background: #ffffff; padding: 60px 0 65px; overflow: hidden; }
.vx-tech-header  { margin-bottom: 40px; }
.vx-tech-heading { font-size: 30px; font-weight: 900; color: #0f1424; letter-spacing: -0.5px; margin: 8px 0 0; }

/* Marquee row */
.vx-marquee { position: relative; overflow: hidden; }
.vx-marquee + .vx-marquee { margin-top: 16px; }

/* Fade masks on both edges */
.vx-marquee::before,
.vx-marquee::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 140px;
    z-index: 2;
    pointer-events: none;
}
.vx-marquee::before { left:  0; background: linear-gradient(to right, #ffffff 40%, transparent); }
.vx-marquee::after  { right: 0; background: linear-gradient(to left,  #ffffff 40%, transparent); }

/* Track */
.vx-marquee-track {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    padding: 10px 0;
}
.vx-marquee--left  { animation: vxMarqLeft  28s linear infinite; }
.vx-marquee--right { animation: vxMarqRight 32s linear infinite; }

/* Pause on hover */
.vx-marquee:hover .vx-marquee-track { animation-play-state: paused; }

/* Each logo card */
.vx-tech-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #ffffff;
    border: 1px solid rgba(51,96,173,0.10);
    border-radius: 16px;
    padding: 16px 22px;
    min-width: 130px;
    box-shadow: 0 2px 14px rgba(15,20,36,0.06);
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
    flex-shrink: 0;
}
.vx-tech-card:hover {
    box-shadow: 0 8px 28px rgba(51,96,173,0.14);
    transform: translateY(-3px);
    border-color: rgba(51,96,173,0.22);
}
.vx-tech-card img {
    height: 38px;
    max-width: 90px;
    width: auto;
    object-fit: contain;
    display: block;
}
.vx-tech-card span {
    font-size: 11.5px;
    font-weight: 700;
    color: #505070;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

/* Keyframes */
@keyframes vxMarqLeft  { 0% { transform: translateX(0);    } 100% { transform: translateX(-50%); } }
@keyframes vxMarqRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0);    } }

/* Responsive */
@media (max-width: 767px) {
    .vx-tech-section { padding: 45px 0 50px; }
    .vx-tech-heading { font-size: 24px; }
    .vx-tech-card { min-width: 110px; padding: 14px 16px; }
    .vx-marquee::before, .vx-marquee::after { width: 60px; }
}


/* =============================================================
   VX COMBINED CONTACT + OFFICE SECTION
============================================================= */
.vx-combined-section { background: #f5f7ff; padding: 70px 0; }

/* Card */
.vx-combined-card {
    display: flex;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15,20,36,0.13);
    min-height: 520px;
}

/* ---- LEFT PANEL ---- */
.vx-combined-left {
    width: 290px;
    min-width: 290px;
    background: linear-gradient(150deg, #1a3578 0%, #3360ad 65%, #2d4f9a 100%);
    padding: 44px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Brand */
.vx-combined-brand { flex: 1; }
.vx-combined-icon-wrap {
    width: 52px; height: 52px;
    background: rgba(255,255,255,0.15);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}
.vx-combined-brand-name {
    font-size: 22px; font-weight: 900; color: #fff;
    letter-spacing: -0.3px; margin: 0 0 10px; line-height: 1;
}
.vx-combined-tagline {
    font-size: 13.5px; color: rgba(255,255,255,0.68);
    line-height: 1.7; margin: 0;
}

/* Nav buttons */
.vx-combined-nav { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 2; }
.vx-tab-btn {
    display: flex; align-items: center; gap: 11px;
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 13px;
    padding: 13px 18px;
    color: rgba(255,255,255,0.72);
    font-size: 13.5px; font-weight: 600;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s;
    text-align: left; width: 100%;
    letter-spacing: 0.1px;
}
.vx-tab-btn i { font-size: 14px; width: 16px; text-align: center; flex-shrink: 0; }
.vx-tab-btn:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.36);
    color: #fff;
    transform: translateX(3px);
}
.vx-tab--active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #1e3a8a !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.14);
    transform: translateX(0) !important;
}
.vx-tab--active i { color: #3360ad; }

/* Decorative blobs */
.vx-combined-deco {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}
.vx-deco-1 { width: 220px; height: 220px; bottom: -70px; right: -70px; }
.vx-deco-2 { width: 140px; height: 140px; top: -45px; left: -45px; }

/* ---- RIGHT PANEL ---- */
.vx-combined-right { flex: 1; background: #fff; overflow: hidden; position: relative; }

/* Slider wrapper */
.vx-slides-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.vx-slides-wrapper.vx-slide-to-office { transform: translateX(-100%); }

/* Each slide */
.vx-slide {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 48px 52px;
    box-sizing: border-box;
}

/* Slide text */
.vx-slide-heading {
    font-size: 28px; font-weight: 900;
    color: #0f1424; letter-spacing: -0.5px;
    line-height: 1.2; margin: 8px 0 10px;
}
.vx-slide-sub {
    font-size: 14px; color: #505070;
    line-height: 1.65; margin: 0 0 26px;
    max-width: 460px;
}

/* ---- OFFICE SLIDE INNER LAYOUT ---- */
.vx-office-slide-inner {
    display: flex; gap: 30px;
    align-items: stretch;
    height: 100%;
}
.vx-office-slide-img-col { flex: 0 0 42%; }
.vx-office-slide-info-col { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.vx-office-slide-img {
    width: 100%; height: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* Override office-items spacing inside slide */
.vx-slide .vx-office-items { margin-bottom: 0; gap: 14px; }
.vx-slide .vx-slide-heading { margin-bottom: 16px; }

/* ---- CONTACT FORM (reuse existing vx-contact- classes) ---- */
/* Override section-level contact styles that no longer apply */
.vx-slide .vx-contact-thanks {
    display: flex; align-items: flex-start; gap: 14px;
    background: #f0fdf4; border: 1px solid #bbf7d0;
    border-radius: 14px; padding: 20px 22px;
    color: #166534; margin-top: 10px;
}
.vx-slide .vx-contact-thanks-icon { font-size: 22px; color: #16a34a; flex-shrink: 0; margin-top: 2px; }
.vx-slide .vx-contact-thanks strong { display: block; font-size: 15px; margin-bottom: 4px; }
.vx-slide .vx-contact-thanks p { font-size: 13.5px; margin: 0; opacity: 0.85; }

/* Responsive */
@media (max-width: 991px) {
    .vx-combined-card { flex-direction: column; min-height: auto; }
    .vx-combined-left { width: 100%; min-width: 0; padding: 36px 28px 32px; }
    .vx-combined-nav { flex-direction: row; }
    .vx-tab-btn { justify-content: center; }
    .vx-tab-btn:hover { transform: none; }
    .vx-slide { padding: 38px 28px; }
    .vx-office-slide-inner { flex-direction: column; }
    .vx-office-slide-img-col { flex: none; }
    .vx-office-slide-img { max-height: 220px; }
    .vx-slide-heading { font-size: 24px; }
}
@media (max-width: 575px) {
    .vx-combined-section { padding: 50px 0; }
    .vx-combined-nav { flex-direction: column; }
    .vx-slide { padding: 32px 22px; }
}


/* =============================================================
   VX COMBINED SECTION v2 — Full-slide carousel
============================================================= */
.vx-combined-section { background: #f5f7ff; padding: 70px 0; overflow: visible; }

/* Outer clip container (border-radius + shadow) */
.vx-combined-outer {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15,20,36,0.13);
}

/* Wrapper holds 2 slides side by side — total width = 200% of outer */
.vx-combined-wrapper {
    display: flex;
    width: 200%;
    transition: transform 0.58s cubic-bezier(0.4, 0, 0.2, 1);
}
.vx-combined-wrapper.vx-at-office { transform: translateX(-50%); }

/* Each slide = 50% of wrapper = 100% of outer */
.vx-cslide {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    min-height: 560px;
}

/* ---- PANELS ---- */
/* Left: blue gradient info panel */
.vx-cpanel--blue {
    flex: 0 0 44%;
    background: linear-gradient(150deg, #0f2057 0%, #3360ad 100%);
    position: relative;
    overflow: hidden;
    display: flex;
}
/* Left: full image panel */
.vx-cpanel--img {
    flex: 0 0 44%;
    position: relative;
    overflow: hidden;
    display: flex;
}
/* Right: white content panel */
.vx-cpanel--white {
    flex: 1;
    background: #ffffff;
    display: flex;
}

/* Inner padding wrapper */
.vx-cpanel-inner {
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Decorative blobs on blue panel */
.vx-cpanel-deco {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.07); pointer-events: none;
}
.vx-cpanel-deco-1 { width: 260px; height: 260px; bottom: -90px; right: -90px; }
.vx-cpanel-deco-2 { width: 160px; height: 160px; top: -55px; left: -55px; }

/* ---- BLUE PANEL TEXT ---- */
.vx-cpanel-eyebrow {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: rgba(255,255,255,0.6); margin-bottom: 14px;
    display: block;
}
.vx-cpanel-heading {
    font-size: 30px; font-weight: 900;
    color: #ffffff; letter-spacing: -0.5px;
    line-height: 1.2; margin: 0 0 12px;
}
.vx-cpanel-sub {
    font-size: 13.5px; color: rgba(255,255,255,0.65);
    line-height: 1.7; margin: 0 0 28px;
}

/* ---- CONTACT INFO LIST (blue panel) ---- */
.vx-cinfo-list { display: flex; flex-direction: column; gap: 18px; flex: 1; }
.vx-cinfo-item { display: flex; align-items: flex-start; gap: 14px; }
.vx-cinfo-icon {
    width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
    background: rgba(255,255,255,0.13);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff;
}
.vx-cinfo-body { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.vx-cinfo-label {
    font-size: 10.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: rgba(255,255,255,0.48);
}
.vx-cinfo-value {
    font-size: 13.5px; font-weight: 600;
    color: #ffffff; text-decoration: none; line-height: 1.55;
}
a.vx-cinfo-value:hover { color: rgba(255,255,255,0.78); }

/* ---- NAV BUTTONS ---- */
.vx-slide-nav-btn {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,0.11);
    border: 1.5px solid rgba(255,255,255,0.32);
    border-radius: 12px; padding: 12px 22px;
    color: #ffffff; font-size: 13.5px; font-weight: 700;
    cursor: pointer; transition: all 0.25s;
    margin-top: 28px; letter-spacing: 0.2px; width: fit-content;
}
.vx-slide-nav-btn:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.6);
    transform: translateX(4px);
}
.vx-slide-nav-btn i { transition: transform 0.25s; }
.vx-slide-nav-btn:hover i { transform: translateX(3px); }

/* Blue outline variant (on white panel) */
.vx-slide-nav-btn--blue {
    background: transparent;
    border-color: rgba(51,96,173,0.28);
    color: #3360ad; margin-top: 22px;
}
.vx-slide-nav-btn--blue:hover {
    background: rgba(51,96,173,0.07);
    border-color: #3360ad;
    transform: translateX(-4px);
}
.vx-slide-nav-btn--blue:hover i { transform: translateX(-3px); }

/* ---- IMAGE PANEL ---- */
.vx-cpanel-img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}
.vx-cpanel--img .vx-office-img-badge {
    position: absolute; bottom: 22px; left: 22px;
}

/* ---- WHITE PANEL FORM HEADING ---- */
.vx-cform-heading {
    font-size: 22px; font-weight: 800;
    color: #0f1424; letter-spacing: -0.3px;
    line-height: 1.3; margin: 8px 0 20px;
}

/* Success message inside white panel */
.vx-cpanel--white .vx-contact-thanks {
    display: flex; align-items: flex-start; gap: 14px;
    background: #f0fdf4; border: 1px solid #bbf7d0;
    border-radius: 14px; padding: 20px 22px; color: #166534;
    margin-top: 10px;
}
.vx-cpanel--white .vx-contact-thanks-icon { font-size: 22px; color: #16a34a; flex-shrink: 0; margin-top: 2px; }
.vx-cpanel--white .vx-contact-thanks strong { display: block; font-size: 15px; margin-bottom: 4px; }
.vx-cpanel--white .vx-contact-thanks p { font-size: 13.5px; margin: 0; opacity: 0.85; }

/* Office items spacing inside white panel */
.vx-cpanel--white .vx-office-items { gap: 14px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .vx-combined-section { padding: 50px 0; }
    .vx-cslide { flex-direction: column; min-height: auto; }
    .vx-cpanel--blue, .vx-cpanel--img { flex: 0 0 auto; }
    .vx-cpanel-inner { padding: 36px 28px; }
    .vx-cpanel-heading { font-size: 24px; }
    .vx-cpanel-img { height: 240px; width: 100%; }
    .vx-cpanel--img .vx-office-img-badge { bottom: 14px; left: 14px; }
    .vx-combined-outer { border-radius: 18px; }
}
@media (max-width: 575px) {
    .vx-combined-section { padding: 40px 0; }
    .vx-cpanel-inner { padding: 28px 20px; }
    .vx-cpanel-heading { font-size: 22px; }
    .vx-combined-outer { border-radius: 14px; }
}

/* =============================================================
   VX CONTACT FORM FIELDS
============================================================= */
.vx-contact-form { width: 100%; }

.vx-form-row {
    display: flex;
    gap: 14px;
    margin-bottom: 0;
}
.vx-form-row .vx-form-group { flex: 1; }

.vx-form-group { margin-bottom: 14px; }

.vx-form-input {
    width: 100%;
    height: 48px;
    background: #f5f7ff;
    border: 1.5px solid rgba(15,20,36,0.10);
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #0f1424;
    outline: none;
    transition: border-color 0.22s, box-shadow 0.22s, background 0.22s;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
}
.vx-form-input::placeholder {
    color: #a8b0c4;
    font-weight: 400;
}
.vx-form-input:focus {
    border-color: #3360ad;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(51,96,173,0.10);
}

.vx-form-textarea {
    height: 120px;
    padding: 14px 16px;
    resize: vertical;
    min-height: 100px;
    line-height: 1.6;
}

/* Bump contact submit to ensure it's visible */
.vx-contact-submit {
    margin-top: 4px;
}

/* =============================================================
   VX COMBINED v3 — direction fix (office first, contact second)
   Default shows contact (2nd slide) via translateX(-50%)
   .vx-at-office shows office (1st slide) via translateX(0)
============================================================= */
.vx-combined-wrapper              { transform: translateX(-50%); }
.vx-combined-wrapper.vx-at-office { transform: translateX(0);    }


/* =============================================================
   VX COMBINED SECTION v4 — Dual-panel opposite slide
============================================================= */
.vx-combined-section { background: #f5f7ff; padding: 70px 0; overflow: visible; }

.vx-combined-outer {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15,20,36,0.13);
}

/* Two panels side by side */
.vx-panels {
    display: flex;
    min-height: 560px;
}

.vx-panel {
    position: relative;
    overflow: hidden;
}
.vx-panel--left  { flex: 0 0 44%; }
.vx-panel--right { flex: 1; }

/* Each face fills its panel */
.vx-face {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    transition: transform 0.58s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- DEFAULT STATE (Contact visible) ---- */

/* Left panel: Face A (contact info) visible, Face B (image) hidden to the LEFT */
.vx-panel--left .vx-face--a { transform: translateX(0); }
.vx-panel--left .vx-face--b { transform: translateX(-100%); }

/* Right panel: Face A (form) visible, Face B (office info) hidden to the RIGHT */
.vx-panel--right .vx-face--a { transform: translateX(0); }
.vx-panel--right .vx-face--b { transform: translateX(100%); }

/* ---- OFFICE STATE (.vx-show-office) ---- */

/* Left panel: Face A (contact info) exits to the RIGHT, Face B (image) slides in from LEFT */
.vx-panels.vx-show-office .vx-panel--left .vx-face--a { transform: translateX(100%); }
.vx-panels.vx-show-office .vx-panel--left .vx-face--b { transform: translateX(0); }

/* Right panel: Face A (form) exits to the LEFT, Face B (office info) slides in from RIGHT */
.vx-panels.vx-show-office .vx-panel--right .vx-face--a { transform: translateX(-100%); }
.vx-panels.vx-show-office .vx-panel--right .vx-face--b { transform: translateX(0); }

/* ---- FACE BACKGROUNDS ---- */
.vx-face--blue {
    background: linear-gradient(150deg, #0f2057 0%, #3360ad 100%);
}
.vx-face--white { background: #ffffff; }
.vx-face--img   { background: #0f1424; }

/* ---- INNER CONTENT PADDING ---- */
.vx-cpanel-inner {
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* ---- BLUE FACE TEXT ---- */
.vx-cpanel-eyebrow {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 14px; display: block;
}
.vx-cpanel-heading {
    font-size: 30px; font-weight: 900;
    color: #ffffff; letter-spacing: -0.5px;
    line-height: 1.2; margin: 0 0 12px;
}
.vx-cpanel-sub {
    font-size: 13.5px; color: rgba(255,255,255,0.65);
    line-height: 1.7; margin: 0 0 28px;
}

/* Decorative blobs */
.vx-cpanel-deco {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.07); pointer-events: none;
}
.vx-cpanel-deco-1 { width: 260px; height: 260px; bottom: -90px; right: -90px; }
.vx-cpanel-deco-2 { width: 160px; height: 160px; top: -55px; left: -55px; }

/* ---- CONTACT INFO LIST ---- */
.vx-cinfo-list { display: flex; flex-direction: column; gap: 18px; flex: 1; }
.vx-cinfo-item { display: flex; align-items: flex-start; gap: 14px; }
.vx-cinfo-icon {
    width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
    background: rgba(255,255,255,0.13);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff;
}
.vx-cinfo-body  { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.vx-cinfo-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: rgba(255,255,255,0.48); }
.vx-cinfo-value { font-size: 13.5px; font-weight: 600; color: #ffffff; text-decoration: none; line-height: 1.55; }
a.vx-cinfo-value:hover { color: rgba(255,255,255,0.78); }

/* ---- NAV BUTTONS ---- */
.vx-slide-nav-btn {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,0.11);
    border: 1.5px solid rgba(255,255,255,0.32);
    border-radius: 12px; padding: 12px 22px;
    color: #ffffff; font-size: 13.5px; font-weight: 700;
    cursor: pointer; transition: all 0.25s;
    margin-top: 28px; width: fit-content; letter-spacing: 0.2px;
}
.vx-slide-nav-btn:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.6); transform: translateX(4px); }
.vx-slide-nav-btn i { transition: transform 0.25s; }
.vx-slide-nav-btn:hover i { transform: translateX(3px); }

.vx-slide-nav-btn--blue {
    background: transparent; border-color: rgba(51,96,173,0.28);
    color: #3360ad; margin-top: 22px;
}
.vx-slide-nav-btn--blue:hover { background: rgba(51,96,173,0.07); border-color: #3360ad; transform: translateX(-4px); }
.vx-slide-nav-btn--blue:hover i { transform: translateX(-3px); }

/* ---- IMAGE FACE ---- */
.vx-cpanel-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vx-face--img .vx-office-img-badge { position: absolute; bottom: 22px; left: 22px; }

/* ---- WHITE FACE HEADINGS ---- */
.vx-cform-heading {
    font-size: 22px; font-weight: 800; color: #0f1424;
    letter-spacing: -0.3px; line-height: 1.3; margin: 8px 0 20px;
}

/* Success message */
.vx-face--white .vx-contact-thanks {
    display: flex; align-items: flex-start; gap: 14px;
    background: #f0fdf4; border: 1px solid #bbf7d0;
    border-radius: 14px; padding: 20px 22px; color: #166534; margin-top: 10px;
}
.vx-face--white .vx-contact-thanks-icon { font-size: 22px; color: #16a34a; flex-shrink: 0; margin-top: 2px; }
.vx-face--white .vx-contact-thanks strong { display: block; font-size: 15px; margin-bottom: 4px; }
.vx-face--white .vx-contact-thanks p { font-size: 13.5px; margin: 0; opacity: 0.85; }

/* Office items spacing inside right face */
.vx-face--b .vx-office-items { gap: 14px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .vx-combined-section { padding: 50px 0; }
    .vx-panels { flex-direction: column; min-height: auto; }
    .vx-panel { overflow: hidden; }
    .vx-panel--left  { flex: 0 0 280px; height: 280px; }
    .vx-panel--right { flex: 1; min-height: 400px; }
    .vx-cpanel-inner { padding: 36px 28px; }
    .vx-cpanel-heading { font-size: 24px; }
    /* On mobile: left exits UP, right exits DOWN */
    .vx-panel--left .vx-face--b  { transform: translateY(-100%); }
    .vx-panel--right .vx-face--b { transform: translateY(100%); }
    .vx-panels.vx-show-office .vx-panel--left .vx-face--a  { transform: translateY(100%); }
    .vx-panels.vx-show-office .vx-panel--left .vx-face--b  { transform: translateY(0); }
    .vx-panels.vx-show-office .vx-panel--right .vx-face--a { transform: translateY(-100%); }
    .vx-panels.vx-show-office .vx-panel--right .vx-face--b { transform: translateY(0); }
    .vx-combined-outer { border-radius: 18px; }
}
@media (max-width: 575px) {
    .vx-combined-section { padding: 40px 0; }
    .vx-cpanel-inner { padding: 28px 20px; }
    .vx-cpanel-heading { font-size: 22px; }
}


/* =============================================================
   VX COMBINED SECTION v5 — Compact dual-panel opposite slide
============================================================= */
.vx-combined-section { background: #f0f2fb; padding: 65px 0; overflow: visible; }

.vx-combined-outer {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(15,20,36,0.14);
}

/* Two panels */
.vx-panels { display: flex; height: 530px; }

.vx-panel { position: relative; overflow: hidden; }
.vx-panel--left  { flex: 0 0 42%; }
.vx-panel--right { flex: 1; }

/* Face base */
.vx-face {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    transition: transform 0.52s cubic-bezier(0.65, 0, 0.35, 1),
                opacity   0.42s ease;
    will-change: transform, opacity;
}

/* ---- DEFAULT: show face-a, hide face-b ---- */
.vx-panel--left  .vx-face--a { transform: translateX(0);     opacity: 1; }
.vx-panel--left  .vx-face--b { transform: translateX(-100%); opacity: 0; }
.vx-panel--right .vx-face--a { transform: translateX(0);     opacity: 1; }
.vx-panel--right .vx-face--b { transform: translateX(100%);  opacity: 0; }

/* ---- OFFICE STATE: face-a exits, face-b enters ---- */
.vx-panels.vx-show-office .vx-panel--left  .vx-face--a { transform: translateX(100%);  opacity: 0; }
.vx-panels.vx-show-office .vx-panel--left  .vx-face--b { transform: translateX(0);     opacity: 1; }
.vx-panels.vx-show-office .vx-panel--right .vx-face--a { transform: translateX(-100%); opacity: 0; }
.vx-panels.vx-show-office .vx-panel--right .vx-face--b { transform: translateX(0);     opacity: 1; }

/* ========================================================
   BLUE FACE (left panel, face-a)
======================================================== */
.vx-face-blue {
    height: 100%;
    background: linear-gradient(145deg, #0c1e52 0%, #1e3f94 55%, #3360ad 100%);
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
}
.vx-fb-deco {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.055); pointer-events: none;
}
.vx-fb-deco-1 { width: 280px; height: 280px; bottom: -80px; right: -80px; }
.vx-fb-deco-2 { width: 180px; height: 180px; top: -60px; left: -60px; }

.vx-fb-body {
    padding: 42px 38px;
    display: flex; flex-direction: column;
    height: 100%; box-sizing: border-box;
    position: relative; z-index: 1;
    gap: 0;
}

.vx-fb-eyebrow {
    font-size: 10.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2.8px;
    color: rgba(255,255,255,0.55);
    display: block; margin-bottom: 12px;
}
.vx-fb-heading {
    font-size: 28px; font-weight: 900; color: #fff;
    letter-spacing: -0.5px; line-height: 1.18;
    margin: 0 0 10px;
}
.vx-fb-sub {
    font-size: 13px; color: rgba(255,255,255,0.62);
    line-height: 1.65; margin: 0 0 0;
}

/* Separator */
.vx-fb-body > div:first-child { margin-bottom: 22px; }

/* Info items */
.vx-fb-info { display: flex; flex-direction: column; gap: 14px; flex: 1; }
.vx-fb-info-item { display: flex; align-items: center; gap: 12px; }
.vx-fb-info-icon {
    width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
    background: rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; color: rgba(255,255,255,0.9);
}
.vx-fb-info-label {
    display: block; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.6px;
    color: rgba(255,255,255,0.45); margin-bottom: 2px;
}
.vx-fb-info-val {
    font-size: 13px; font-weight: 600; color: #fff;
    text-decoration: none; line-height: 1.45; display: block;
}
a.vx-fb-info-val:hover { color: rgba(255,255,255,0.75); }

/* Blue nav button */
.vx-fb-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.14);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 11px; padding: 11px 20px;
    color: #fff; font-size: 13px; font-weight: 700;
    cursor: pointer; transition: all 0.24s;
    letter-spacing: 0.2px; width: fit-content;
    margin-top: 20px;
}
.vx-fb-btn:hover {
    background: rgba(255,255,255,0.24);
    border-color: rgba(255,255,255,0.55);
    transform: translateX(4px);
}
.vx-fb-btn i { transition: transform 0.24s; font-size: 11px; }
.vx-fb-btn:hover i { transform: translateX(3px); }

/* ========================================================
   IMAGE FACE (left panel, face-b)
======================================================== */
.vx-face-img { height: 100%; position: relative; }
.vx-fi-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vx-fi-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; height: 50%;
    background: linear-gradient(to top, rgba(12,30,82,0.55), transparent);
    pointer-events: none;
}
.vx-face-img .vx-office-img-badge { position: absolute; bottom: 20px; left: 20px; }

/* Back button overlaid on image — mobile only */
.vx-fi-back-btn {
    display: none;
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #0f172a;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,0.18);
}
@media (max-width: 991px) {
    .vx-fi-back-btn { display: flex; }
}

/* ========================================================
   WHITE FACE (right panel, both faces)
======================================================== */
.vx-face-white {
    height: 100%;
    background: #fff;
    display: flex;
}
.vx-fw-body {
    padding: 42px 46px;
    display: flex; flex-direction: column;
    width: 100%; height: 100%; box-sizing: border-box;
}
.vx-fw-body > div:first-child { margin-bottom: 20px; }

.vx-fw-heading {
    font-size: 26px; font-weight: 900; color: #0f1424;
    letter-spacing: -0.5px; line-height: 1.2; margin: 8px 0 0;
}

/* ---- FORM ---- */
.vx-fw-form {
    display: flex; flex-direction: column;
    flex: 1; gap: 12px;
}
.vx-fw-row { display: flex; gap: 12px; }
.vx-fw-row .vx-fw-group { flex: 1; }
.vx-fw-group { display: flex; flex-direction: column; }
.vx-fw-group--grow { flex: 1; display: flex; flex-direction: column; }

.vx-fw-input {
    width: 100%; height: 46px;
    background: #f5f7ff;
    border: 1.5px solid rgba(15,20,36,0.09);
    border-radius: 10px;
    padding: 0 14px;
    font-size: 13.5px; font-weight: 500; color: #0f1424;
    outline: none; font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
}
.vx-fw-input::placeholder { color: #a8b2c8; font-weight: 400; }
.vx-fw-input:focus {
    border-color: #3360ad;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(51,96,173,0.09);
}
.vx-fw-textarea {
    height: auto; flex: 1; resize: none;
    padding: 12px 14px; line-height: 1.6;
}
.vx-fw-group--grow .vx-fw-textarea { height: 100%; }

.vx-fw-submit {
    height: 46px; width: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3360ad 100%);
    color: #fff; border: none; border-radius: 10px;
    font-size: 14px; font-weight: 700; letter-spacing: 0.2px;
    cursor: pointer; display: flex; align-items: center;
    justify-content: center; gap: 9px;
    transition: box-shadow 0.25s, transform 0.22s;
    flex-shrink: 0;
}
.vx-fw-submit i { font-size: 12px; transition: transform 0.22s; }
.vx-fw-submit:hover { box-shadow: 0 10px 30px rgba(51,96,173,0.34); transform: translateY(-2px); }
.vx-fw-submit:hover i { transform: translateX(3px); }

/* Success */
.vx-fw-thanks {
    display: flex; align-items: flex-start; gap: 14px; flex: 1;
    background: #f0fdf4; border: 1.5px solid #bbf7d0;
    border-radius: 14px; padding: 22px 20px; color: #166534; margin-top: 8px;
}
.vx-fw-thanks i { font-size: 22px; color: #16a34a; flex-shrink: 0; margin-top: 2px; }
.vx-fw-thanks strong { display: block; font-size: 15px; margin-bottom: 5px; }
.vx-fw-thanks p { font-size: 13.5px; margin: 0; opacity: 0.85; }

/* ---- OFFICE INFO (face-b right panel) ---- */
.vx-fw-office-items {
    display: flex; flex-direction: column;
    gap: 0; flex: 1;
}
.vx-fw-office-item {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15,20,36,0.07);
}
.vx-fw-office-item:last-child { border-bottom: none; }
.vx-fw-office-icon {
    width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff;
}
.vx-fw-oi--amber  { background: linear-gradient(135deg,#b45309,#f59e0b); box-shadow: 0 4px 12px rgba(245,158,11,0.24); }
.vx-fw-oi--blue   { background: linear-gradient(135deg,#1e3a8a,#3360ad); box-shadow: 0 4px 12px rgba(51,96,173,0.24); }
.vx-fw-oi--green  { background: linear-gradient(135deg,#065f46,#059669); box-shadow: 0 4px 12px rgba(5,150,105,0.22); }
.vx-fw-oi--purple { background: linear-gradient(135deg,#5b21b6,#7c3aed); box-shadow: 0 4px 12px rgba(124,58,237,0.22); }
.vx-fw-office-body { display: flex; flex-direction: column; gap: 3px; padding-top: 3px; }
.vx-fw-office-label {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.8px; color: #8890a4;
}
.vx-fw-office-val {
    font-size: 13.5px; font-weight: 600; color: #0f1424;
    text-decoration: none; line-height: 1.5;
}
a.vx-fw-office-val:hover { color: #3360ad; }

/* Back button (blue outline) */
.vx-fw-back-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent;
    border: 1.5px solid rgba(51,96,173,0.25);
    border-radius: 11px; padding: 11px 20px;
    color: #3360ad; font-size: 13px; font-weight: 700;
    cursor: pointer; transition: all 0.24s;
    letter-spacing: 0.2px; width: fit-content; margin-top: 16px;
}
.vx-fw-back-btn:hover {
    background: rgba(51,96,173,0.07);
    border-color: #3360ad; transform: translateX(-4px);
}
.vx-fw-back-btn i { transition: transform 0.24s; font-size: 11px; }
.vx-fw-back-btn:hover i { transform: translateX(-3px); }

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .vx-combined-section { padding: 46px 0; }
    .vx-combined-outer  { border-radius: 16px; }
    .vx-panels { flex-direction: column; height: auto; }

    /* ── Switch from absolute-slide to display show/hide on mobile ── */
    /* Panels become normal flow blocks */
    .vx-panel          { position: relative; height: auto; overflow: visible; }
    .vx-panel--left    { flex: none; }
    .vx-panel--right   { flex: none; }

    /* Faces back to normal flow — no absolute positioning */
    .vx-face {
        position: relative !important;
        top: auto !important; left: auto !important;
        width: 100% !important; height: auto !important;
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }

    /* Default: face-b hidden */
    .vx-face--b { display: none !important; }

    /* Office state: swap face-a and face-b */
    .vx-panels.vx-show-office .vx-panel--left  .vx-face--a { display: none !important; }
    .vx-panels.vx-show-office .vx-panel--left  .vx-face--b { display: block !important; }
    .vx-panels.vx-show-office .vx-panel--right .vx-face--a { display: none !important; }
    .vx-panels.vx-show-office .vx-panel--right .vx-face--b { display: block !important; }

    /* Inner containers: auto height so content flows */
    .vx-face-blue  { height: auto; }
    .vx-face-white { height: auto; }
    .vx-face-img   { height: auto; min-height: 260px; }
    .vx-fi-img     { height: 260px; }
    .vx-fb-body    { height: auto; padding: 32px 28px; }
    .vx-fw-body    { height: auto; padding: 32px 28px; }
    .vx-fb-heading { font-size: 22px; }
    .vx-fw-heading { font-size: 22px; }
}
@media (max-width: 575px) {
    .vx-combined-section { padding: 36px 0; }
    .vx-fb-body  { padding: 26px 20px; }
    .vx-fw-body  { padding: 26px 20px; }
    .vx-fw-row   { flex-direction: column; gap: 12px; }
    .vx-fb-heading { font-size: 20px; }
    .vx-fw-heading { font-size: 20px; }
    .vx-face-img   { min-height: 220px; }
    .vx-fi-img     { height: 220px; }
}

/* =============================================================
   ECOSYSTEM SECTION — left/right split layout overrides
============================================================= */
.pm-section { padding: 80px 0 60px !important; }
.pm-heading--left { font-size: 36px !important; text-align: left !important; }
.pm-cta-row--left { justify-content: flex-start !important; margin-top: 28px; }
.pm-services--inline { margin-top: 30px; }
.pm-map-wrapper { overflow-x: auto; }
@media (max-width: 1199px) {
    .pm-map-row { transform: scale(0.82); transform-origin: left top; }
}
@media (max-width: 991px) {
    .pm-heading--left { font-size: 28px !important; }
    .pm-map-row { transform: none; }
    .pm-map-wrapper { overflow-x: auto; padding-bottom: 8px; }
}

/* ISO 27001 Badge — clickable hover */
a.vx-about-badge {
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    display: flex;
}
a.vx-about-badge:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 40px rgba(15,20,36,0.20) !important;
}

/* =============================================================
   ECOSYSTEM v2 — text left, diagram right (alignment only)
============================================================= */
.pm-section                { padding: 80px 0 60px !important; }
.pm-heading--left          { font-size: 34px !important; text-align: left !important; letter-spacing: -0.8px !important; }
.pm-subtext--left          { text-align: left !important; }
.pm-cta-row--left          { justify-content: flex-start !important; }
.pm-map-wrapper            { overflow-x: auto; }