:root {
    --vt-navy: #002E4F;
    --vt-navy-deep: #001c33;
    --vt-gold: #ffc107;
    --vt-gold-deep: #ffc107;
    --vt-ink: #171717;
    --vt-grey: #6b7280;
    --vt-paper: #f7f8fa;
    --vt-border: #e8e9ec;
}
.vt-wrap { max-width: 1600px; margin: 0 auto; padding: 0 24px; }
.vt-eyebrow {
    font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--vt-gold-deep); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.vt-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--vt-gold-deep); display: inline-block; }
.vt-section-head { max-width: 640px; margin-bottom: 0px; }
.vt-section-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--vt-navy); line-height: 1.2; margin: 0; }
.vt-section-head p { margin-top: 14px; font-size: 15.5px; color: var(--vt-grey); line-height: 1.7; }
.vt-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.vt-section-head.center .vt-eyebrow { justify-content: center; }

/* ===== ENQUIRY CARD (hero) ===== */
.vt-enquiry-card {
    background: #ffffff; border-radius: 24px; box-shadow: 0 25px 60px rgba(0,46,79,0.18);
    padding: 52px 48px; margin-top: 10px;
    max-width: 640px;
    margin-left: auto;
}
.vt-enquiry-card h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 6px;
}
@media (min-width: 640px) {
    .vt-enquiry-card h3 { font-size: 26px; }
}
@media (min-width: 1024px) {
    .vt-enquiry-card h3 { font-size: 28px; }
}
.vt-enquiry-card h3 .vt-eq-highlight {
    color: #FF4D67 !important;
    font-weight: 700;
    font-size: 28px;
}
@media (min-width: 640px) {
    .vt-enquiry-card h3 .vt-eq-highlight { font-size: 36px; }
}
@media (min-width: 1024px) {
    .vt-enquiry-card h3 .vt-eq-highlight { font-size: 45px; }
}
.vt-enquiry-card .vt-row { display: flex; gap: 12px; margin-bottom: 12px; color:black;}
.vt-enquiry-card .vt-row.single { display: block; margin-bottom: 12px; }
.vt-enquiry-card input {
    width: 100%; height: 70px; padding: 0 16px; border: none;
    border-radius: 12px; font-size: 15px; box-sizing: border-box;
    background: var(--vt-paper); color: var(--vt-ink);
}
.vt-enquiry-card input:focus {
    outline: 2px solid var(--vt-gold); background: #fff;
}
.vt-enquiry-card input::placeholder { color: #9aa1ac; }
.vt-enquiry-card button[type="submit"] {
    width: 100%; margin-top: 14px; background: #ffc107; color: #fff;
    border: none; height: 58px; border-radius: 12px; font-weight: 700; font-size: 16px; cursor: pointer;
    transition: background 0.2s ease;
}
.vt-enquiry-card button[type="submit"]:hover { background: #ffc107 }
.vt-enquiry-card .field-error { color: #d9534f; font-size: 12px; margin-top: -6px; margin-bottom: 6px; display: block; }
.vt-enquiry-card input.is-invalid { outline: 2px solid #d9534f; }
.vt-enquiry-card .vt-row.single.vt-phone-row {
    display: flex !important;
    gap: 12px;
    margin-bottom: 12px;
}
.vt-phone-code { flex: 0 0 130px; width: 130px; }
.vt-phone-row input { flex: 1; }
/* ===== native select styling (form uses plain <select>, not nice-select) ===== */
.vt-enquiry-card select {
    width: 100%;
    height: 70px;
    padding: 0 40px 0 16px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    box-sizing: border-box;
    background-color: var(--vt-paper);
    color: var(--vt-ink);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position: calc(100% - 20px) 55%, calc(100% - 15px) 55%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.vt-enquiry-card select:focus {
    outline: 2px solid var(--vt-gold);
    background-color: #fff;
}
.vt-enquiry-card select.is-invalid {
    outline: 2px solid #d9534f;
}
/* ===== POPUP ===== */
.vt-popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); display: none; align-items: center; justify-content: center; z-index: 99999; padding: 20px; }
.vt-popup-overlay.show { display: flex; }
.vt-popup { background: #fff; border-radius: 14px; max-width: 400px; width: 100%; padding: 32px 28px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
.vt-popup h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; color: var(--vt-navy); }
.vt-popup p { font-size: 14px; color: #555; margin-bottom: 20px; }
.vt-popup button { background: var(--vt-navy); color: var(--vt-gold); border: none; padding: 10px 28px; border-radius: 8px; font-weight: 600; cursor: pointer; }

/* ===== HERO ===== */
.vt-hero {
    background: var(--vt-navy); color: #fff; position: relative; overflow: hidden;
    min-height: 100vh; box-sizing: border-box;
    padding: 160px 0 50px;
    display: flex; align-items: center;
}
.vt-hero-grid { width: 100%; display: grid; grid-template-columns: 1.6fr 0.85fr; gap: 60px; align-items: center; }
.vt-hero .vt-eyebrow { color: var(--vt-gold); margin-bottom: 12px; }
.vt-hero-hello {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255);
    line-height: 1.3;
    margin-bottom: 6px;
}
.vt-hero h1 {
    font-family: 'gallery_modernregular', 'Georgia', serif;
    font-style: normal;
    font-size: clamp(2.6rem, 5vw, 5.3rem);
    font-weight: 400;
    line-height: 1.05;
    margin: 0 0 20px;
    color: #fff !important;
    white-space: normal;
    letter-spacing: 0;
}

.vt-hero p.lead {
    color: rgba(255,255,255);
    font-size: 17px;
    max-width: 900px;
    margin-bottom: 18px;
    line-height: 1.65;
}
.vt-hero p.lead:last-of-type {
    margin-bottom: 0;
}
.vt-stat-row { display: flex; gap: 0; flex-wrap: wrap; }
.vt-stat-row .stat { flex: 1; min-width: 110px; padding-right: 20px; }
.vt-stat-row .stat b { font-size: 32px; font-weight: 800; display: block; color: var(--vt-gold); margin-bottom: 4px; letter-spacing: -0.01em; }
.vt-stat-row .stat span { font-size: 13px; color: rgba(255,255,255,0.6); }

/* ===== CASE STUDIES — LIST FORMAT (replaces single banner) ===== */
.vt-cs-list-section { padding: 90px 0; background: #fff; }
.vt-cs-list-section .vt-wrap { max-width: 1600px; }
.vt-cs-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}
.vt-cs-list-head .vt-cs-head { margin-bottom: 0; }
.vt-cs-list-head .vt-cs-head h2 {
     white-space: nowrap; 
     font-family: 'gallery_modernregular', 'Georgia', serif;
     font-weight: 800;
     margin-bottom: 30px;;
     
    }
    .vt-cs-list-head .vt-cs-head p { white-space: nowrap;color: black;font-size:18px; }

.vt-cs-list-viewall {
    flex: none;
    display: inline-flex;
    align-items: center;
    background: var(--vt-gold-deep);
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.vt-cs-list-viewall:hover { background: var(--vt-navy-deep); }

.vt-cs-list {
    display: flex;
    flex-direction: column;
}

.vt-cs-list-item {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: center;
    padding: 34px 0;
    border-bottom: 1px solid var(--vt-border);
}
.vt-cs-list-item:first-child { padding-top: 0; }
.vt-cs-list-item:last-child { border-bottom: none; padding-bottom: 0; }

.vt-cs-list-media {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/10;
    box-shadow: 0 16px 40px rgba(0,46,79,0.12);
}
.vt-cs-list-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vt-cs-list-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--vt-navy);
    line-height: 1.3;
    margin: 0 0 14px;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}

.vt-cs-list-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vt-gold-deep);
    margin-bottom: 10px;
}

.vt-cs-list-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.vt-cs-list-stats span {
    display: inline-block;
    background: var(--vt-gold);
    color: var(--vt-navy-deep);
    font-size: 14.5px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
}

.vt-cs-list-content p {
    font-size: 15px;
    color: black;
    line-height: 1.7;
    margin: 0 0 10px;
}
.vt-cs-list-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .vt-cs-list-head { flex-direction: column; align-items: flex-start; }
    .vt-cs-list-head .vt-cs-head h2 { white-space: normal; }
    .vt-cs-list-head .vt-cs-head p { white-space: normal; }
    .vt-cs-list-item { grid-template-columns: 1fr; gap: 20px; }
}

/* ===== CLIENT LOGOS ===== */
.vt-clients-section {
    background: var(--vt-navy);
    padding: 50px 0;
}
.vt-clients-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 90px;
    max-width: 100%;
    padding-left: 150px;
    padding-right: 0;
    margin: 0 auto;
    
}
.vt-clients-row h2 {
    padding-right: 90px;
    border-right: 1px solid rgba(255,255,255,0.2);
    align-self: stretch;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    flex: 0 0 auto;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}
.vt-clients-logos-wrap {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}
.vt-clients-logos {
    display: flex;
    align-items: center;
    gap: 90px;
    width: max-content;
    animation: vtClientsScroll 70s linear infinite;
}
.vt-clients-logos-wrap:hover .vt-clients-logos {
    animation-play-state: paused;
}
@keyframes vtClientsScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.vt-client-cell {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vt-client-cell img {
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    -webkit-filter: none !important;
}

@media (max-width: 900px) {
    .vt-clients-row { flex-direction: column; align-items: flex-start; }
    .vt-clients-logos-wrap { width: 100%; }
}
@media (max-width: 620px) {
    .vt-clients-row h2 { font-size: 26px; }
    .vt-clients-logos { gap: 50px; }
    .vt-client-cell img { max-width: 190px; max-height: 90px; }
}
@media (prefers-reduced-motion: reduce) {
    .vt-clients-logos { animation: none; }
}

/* ===== ABOUT COMPANY ===== */
.vt-about-section { padding: 90px 0; background: #fff; }
.vt-about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center; }
.vt-about-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--vt-navy-deep); line-height: 1.25; margin: 0 0 22px;font-family: 'gallery_modernregular', 'Georgia', serif; }
.vt-about-text p { font-size: 16px; color: black; line-height: 1.8; margin: 0 0 16px; }
.vt-about-text p a { color: var(--vt-navy) !important; font-weight: 600 !important; text-decoration: underline; text-decoration-color: rgba(0,46,79,0.35); text-underline-offset: 2px; }
.vt-about-text p a:hover { color: var(--vt-gold-deep) !important; text-decoration-color: var(--vt-gold-deep); }
.vt-about-text h3 { font-size: 18px; font-weight: 800; color: var(--vt-navy); margin: 22px 0 12px; }
.vt-about-media { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 16/9.5; box-shadow: 0 20px 50px rgba(0,46,79,0.14); }
.vt-about-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vt-about-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 70px; height: 70px; border-radius: 50%; background: var(--vt-navy);
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35); transition: transform 0.2s ease, background 0.2s ease;
}
.vt-about-play:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--vt-navy-deep); }
.vt-about-play svg { margin-left: 4px; }

.vt-video-modal-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: none;
    align-items: center; justify-content: center; z-index: 999999; padding: 24px;
}
.vt-video-modal-overlay.show { display: flex; }
.vt-video-modal { position: relative; width: 100%; max-width: 900px; }
.vt-video-modal-close {
    position: absolute; top: -46px; right: 0; width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.15); border: none; cursor: pointer; color: #fff; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
}
.vt-video-modal-close:hover { background: rgba(255,255,255,0.28); }
.vt-video-modal-frame { position: relative; width: 100%; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: #000; }
.vt-video-modal-frame iframe { width: 100%; height: 100%; display: block; border: none; }

@media (max-width: 900px) {
    .vt-about-grid { grid-template-columns: 1fr; gap: 34px; }
}
/* ===== SERVICES — LIST + PANEL (NAVY) ===== */
.vt-serv-dark { background: var(--vt-navy-deep); padding: 80px 0; }
.vt-serv-dark .vt-eyebrow { color: var(--vt-gold); }
.vt-serv-dark .vt-section-head h2 {
    color: #fff;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-family: 'gallery_modernregular', 'Georgia', serif;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.15;
}
.vt-serv-dark .vt-section-head p { color: #fff; font-size: 16px; }

.vt-serv-panel-title {
    position: absolute;
    top: -78px;
    left: 50px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    font-family: 'gallery_modernregular', 'Georgia', serif;
    font-weight: 700;
    line-height: 1.2;
}

.vt-serv-shell {
    position: relative;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 40px;
    margin-top: 30px;
    align-items: stretch;
}

/* soft gold glow behind the panel content */
.vt-serv-shell::before {
    content: "";
    position: absolute;
    right: -10%;
    top: 10%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(223,202,95,0.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.vt-serv-list {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.vt-serv-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    height: 336px;
    width: 8px;
    background: rgba(255,255,255,0.12);
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}
.vt-serv-scrollbar-thumb {
    position: absolute;
    right: 0;
    width: 8px;
    background: var(--vt-gold);
    border-radius: 4px;
    cursor: grab;
    min-height: 40px;
    transition: top 0.2s ease, height 0.2s ease;
    outline: none;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-height: 40px;
}
.vt-serv-scrollbar-thumb:active {
    cursor: grabbing;
}
.vt-serv-track {
    position: relative;
    max-height: 336px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.vt-serv-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari, new Edge */
}
.vt-serv-track::-webkit-scrollbar-track {
    background: transparent;
}
.vt-serv-track::-webkit-scrollbar-thumb {
    background: var(--vt-gold);
    border-radius: 4px;
}
.vt-serv-item {
    display: flex; align-items: center; gap: 14px;
    width: fit-content; text-align: left; background: none; border: none; cursor: pointer;
    padding: 12px 26px; margin-bottom: 4px; border-radius: 999px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    border: 1px solid transparent;
    outline: none;
}
.vt-serv-item .txt {
    color: rgba(255,255,255);
    font-size: 18px; font-weight: 400;
    transition: color 0.25s ease;
}
.vt-serv-item .bar {
    position: relative;
    width: 3px; height: 22px; border-radius: 3px;
    background: rgba(255,255,255,0.3);
    flex: none; overflow: hidden;
}
.vt-serv-item .bar::after {
    content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 0%;
    background: var(--vt-gold);
}
.vt-serv-item:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.15);
}
.vt-serv-item.active {
    border-color: var(--vt-gold);
    background: rgba(223,202,95,0.12);
    box-shadow: 0 0 0 4px rgba(223,202,95,0.08);
}
.vt-serv-item.active .txt { color: #fff; }
.vt-serv-item.active .bar::after {
    height: 100%;
    transition: height 3000ms linear;
}
.vt-serv-item:hover .txt { color: #fff; }

/* single, merged panel rule — was previously duplicated, causing the row/column conflict */
.vt-serv-panel {
    position: relative;
    z-index: 1;
    height: 336px;
    min-height: 336px;
    border-left: 1px solid rgba(255,255,255,0.15);
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    outline: none;
     padding-top: 0;
}

.vt-serv-panel-inner {
    position: absolute;
    inset: 0 0 0 50px;
    opacity: 0; visibility: hidden; transform: translateY(14px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    outline: none;
}
.vt-serv-panel-inner.active {
    opacity: 1; visibility: visible; transform: translateY(0);
    position: relative;
    inset: auto;
}

/* small gold eyebrow tag above each service heading */
.vt-serv-panel-inner .vt-serv-tag {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vt-gold);
    margin-bottom: 10px;
}

.vt-serv-panel-inner h3 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}
.vt-serv-panel-inner p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255);
    margin: 0 0 22px;
    max-width: 90%;
}

.vt-serv-list-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
}
.vt-serv-list-points li {
    position: relative;
    padding-left: 20px;
    font-size: 16.5px;
    color: rgba(255,255,255);
    line-height: 1.4;
}
.vt-serv-list-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--vt-gold);
}

.vt-serv-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 4px; }
.vt-serv-btn-solid {
    background: #fff; color: var(--vt-navy); padding: 12px 26px; border-radius: 30px;
    font-weight: 700; font-size: 14.5px; text-decoration: none; transition: background 0.2s ease;
}
.vt-serv-btn-solid:hover { background: var(--vt-gold); }
.vt-serv-btn-outline {
    border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 12px 26px; border-radius: 30px;
    font-weight: 700; font-size: 14.5px; text-decoration: none; transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.vt-serv-btn-outline:hover {
    border-color: var(--vt-gold);
    color: var(--vt-navy);
    background: var(--vt-gold);
}

.vt-serv-highlight {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.vt-serv-highlight-item b {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: var(--vt-gold);
    line-height: 1;
    margin-bottom: 5px;
}
.vt-serv-highlight-item span {
    font-size: 13px;
    color: rgba(255,255,255,);
}

@media (max-width: 900px) {
    .vt-serv-shell { grid-template-columns: 1fr; gap: 30px; }
    .vt-serv-panel { padding: 28px 24px; min-height: 0; height: auto; }
    .vt-serv-panel-inner { inset: 28px 24px; }
    .vt-serv-panel-inner h3 { font-size: 26px; }
    .vt-serv-list-points { grid-template-columns: 1fr; }
    .vt-serv-highlight { flex-wrap: wrap; gap: 20px; }
}


/* ===== WHY CHOOSE US — 4-CARD GRID LAYOUT ===== */
.vt-why-section { padding: 60px 0; background: #fff; }
.vt-why-full { max-width: 1600px; padding: 0 24px; margin: 0 auto; }
.vt-why-section .vt-section-head { max-width: 100%; margin-left: 0; margin-right: auto; text-align: left; }
.vt-why-section .vt-section-head .vt-eyebrow { justify-content: flex-start; }
.vt-why-section .vt-section-head p { margin-left: 0; max-width: 800px; color:#000; font-size:16px;}
.vt-why-section .vt-section-head h2 
{ 
    font-size: 28.4px;
    white-space: nowrap;
      font-family: 'gallery_modernregular', 'Georgia', serif;
      font-weight: 800px !important;     
      margin-bottom: 30px;
}

@media (max-width: 900px) {
    .vt-why-section .vt-section-head h2 { white-space: normal; }
}

.vt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.vt-why-card {
    background: #fff;
    border: 1.5px solid var(--vt-navy-deep);
    border-radius: 14px;
    padding: 32px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    width: 90% ;
    min-height: 300px
}
.vt-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0,46,79,0.14);
    border-color: var(--vt-navy-deep);
}

.vt-why-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--vt-gold);
    color: var(--vt-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.vt-why-icon svg { stroke-width: 2.4; }
.vt-why-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--vt-navy-deep);
    margin: 0 0 12px;
    line-height: 1.35;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}

.vt-why-card p {
    font-size: 16px;
    color: black;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1100px) {
    .vt-why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .vt-why-grid { grid-template-columns: 1fr; }
    .vt-why-full { padding: 0 24px; }
}

/* ===== VIDEO TESTIMONIALS ===== */
.vt-vidtest-section { background: var(--vt-navy-deep); padding: 90px 0; }
.vt-vidtest-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}
.vt-vidtest-head h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}
.vt-vidtest-nav { display: flex; gap: 12px; flex: none; }
.vt-vidtest-nav-btn {
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent; color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease;
}
.vt-vidtest-nav-btn:hover { background: var(--vt-gold); border-color: var(--vt-gold); color: var(--vt-navy); }

.vt-vidtest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
.vt-vidtest-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/9;
    cursor: pointer;
   
    padding: 0;
    display: block;
    width: 100%;
}
.vt-vidtest-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.vt-vidtest-card:hover img { transform: scale(1.04); }
.vt-vidtest-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease;
}
.vt-vidtest-card:hover .vt-vidtest-play {
    background: var(--vt-gold);
    transform: translate(-50%, -50%) scale(1.08);
}

.vt-vidtest-logos {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.vt-vidtest-logos-label {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    flex: none;
}
.vt-vidtest-logos-row {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.vt-vidtest-logos-row img {
    height: 40px;
    width: auto;
    filter: grayscale(1) brightness(1.4);
    opacity: 0.85;
}

/* ===== AS SEEN IN (static logo row) ===== */
.vt-asseen-row {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    gap: 200px;
    flex-wrap: wrap;
}
.vt-asseen-label {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    flex: none;
}
.vt-asseen-logos {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
}
.vt-asseen-cell {
    flex: none;
    background: #fff;
    border-radius: 10px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    min-width: 220px;
    box-sizing: border-box;
    overflow: hidden;
}
.vt-asseen-cell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.7);
}

@media (max-width: 760px) {
    .vt-asseen-row { flex-direction: column; align-items: flex-start; gap: 20px; }
    .vt-asseen-cell { height: 70px; padding: 14px 24px; }
    .vt-asseen-cell img { max-height: 40px; max-width: 130px; }
}



/* ===== WHAT WE DO BEST — CARD SLIDER, 2 PER SLIDE ===== */
.vt-work-section { padding: 90px 0 0 30px; background: #fff; max-width:1600px !important}
.vt-work-section .vt-wrap {
    max-width: none;
    width: calc(100% - 70px);
    margin-left: 70px;
    margin-right: 15px;
}

.vt-work-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 40px;
}
.vt-work-head h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 600;
    color: var(--vt-navy);
    margin: 0;
    max-width: 1400px;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}

.vt-work-nav { display: flex; gap: 12px; flex: none; transform: translateX(50px); }
.vt-work-nav-btn {
    width: 42px; height: 42px; border-radius: 50%;
    border: 1px solid var(--vt-border);
    background: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: var(--vt-navy); font-size: 16px;
    transition: all 0.2s ease;
}
.vt-work-nav-btn:hover { border-color: var(--vt-navy); background: var(--vt-navy); color: var(--vt-gold); }

.vt-work-slider-wrap { position: relative; overflow: hidden; width: 100%; }
.vt-work-track { display: flex; transition: transform 0.5s ease; box-sizing: border-box; }
.vt-work-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}

.vt-work-card {
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 20/12;
    text-decoration: none;
}
.vt-work-card img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1;
}
.vt-work-card:hover img:first-child { transform: scale(1.04); }

.vt-work-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    height: 36px;
    min-width: 60px;
    max-width: 180px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    box-sizing: border-box;
    z-index: 3;
}
.vt-work-badge img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.vt-work-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0) 70%);
    z-index: 2;
}

.vt-work-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    max-width: 70%;
}

.vt-work-btn {
    flex: none;
    background: #fff;
    color: var(--vt-navy);
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 30px;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}
.vt-work-card:hover .vt-work-btn { background: var(--vt-navy); color: var(--vt-gold); }

@media (max-width: 700px) {
    .vt-work-slide { grid-template-columns: 1fr; gap: 20px; }
    .vt-work-head { flex-direction: column; align-items: flex-start; }
    .vt-work-title { font-size: 16px; max-width: 100%; }
    .vt-work-overlay { flex-direction: column; align-items: flex-start; }
}

/* ===== NEW: intro box beside the case study slider ===== */
.vt-work-row {
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.vt-work-intro-box {
    flex: 0 0 280px;
    background: var(--vt-navy);
    
    border-radius: 22px;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vt-work-intro-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vt-gold);
    margin-bottom: 12px;
}
.vt-work-intro-box h3 {
    font-family: 'gallery_modernregular', 'Georgia', serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 14px;
}
.vt-work-intro-box p {
    font-size: 13px;
    color: rgba(255,255,255);
    line-height: 1.6;
    margin: 0;
}

.vt-work-row .vt-work-slider-wrap {
    flex: 1;
    min-width: 0;
}

@media (max-width: 900px) {
    .vt-work-row {
        flex-direction: column;
    }
    .vt-work-intro-box {
        flex: none;
    }
}
/* ===== TEAM — SLIDER, PHOTO LEFT / TEXT RIGHT (WHITE, PRISM-STYLE) ===== */
.vt-work-section {
    padding-bottom: 40px;
    max-width: 1600px;
}
.vt-team-section { padding-top: 40px;padding-bottom: 90px;  background: #fff; }

.vt-team-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 44px;
}
.vt-team-head h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 600;
    color: var(--vt-navy);
    margin: 0;
    font-family: 'gallery_modernregular', 'Georgia', serif;
}

.vt-team-nav { display: flex; gap: 12px; flex: none; }
.vt-team-nav-btn {
    width: 42px; height: 42px; border-radius: 50%;
    border: 1px solid var(--vt-border);
    background: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: var(--vt-navy); font-size: 16px;
    transition: all 0.2s ease;
}
.vt-team-nav-btn:hover { border-color: var(--vt-navy); background: var(--vt-navy); color: var(--vt-gold); }

.vt-team-slider-wrap { position: relative; overflow: hidden; }
.vt-team-track { display: flex; transition: transform 0.5s ease; }
.vt-team-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    min-width: 100%;
}

.vt-team-pair {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 14px;
    align-items: start;
}

.vt-team-photo-wrap {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: var(--vt-paper);
    box-shadow: 0 16px 40px rgba(0,46,79,0.14);
}
.vt-team-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; /* keeps heads/faces framed, trims empty space from top instead of centering it */
    display: block;
}

.vt-team-text h4 {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--vt-navy);
    margin: 0 0 4px;
    line-height: 1.25;
}
.vt-team-text .role {
    font-size: 14px;
    font-weight: 700;
    color: var(--vt-gold);
    display: block;
    margin-bottom: 10px;
}
.vt-team-text p {
    font-size: 10.5px;
    color: black;
    line-height: 1.6;
    margin: 0;
}
.vt-team-section .vt-wrap {
    padding-right: 100px; /* enough clearance for the floating buttons */
}
@media (max-width: 1100px) {
    .vt-team-slide { grid-template-columns: repeat(2, 1fr); gap: 40px; }
}

@media (max-width: 700px) {
    .vt-team-slide { grid-template-columns: 1fr; gap: 30px; }
    .vt-team-pair { grid-template-columns: 0.8fr 1.2fr; gap: 18px; }
}

@media (max-width: 480px) {
    .vt-team-pair { grid-template-columns: 1fr; text-align: left; }
    .vt-team-photo-wrap { aspect-ratio: 4/3; max-width: 220px; }
    .vt-team-head { flex-direction: column; align-items: flex-start; }
}


/** ====WE RANK YOU FIRST =====**/
.vt-rank-section {
    padding: 10px 90px 10px 160px;
    background: #fff;
    max-width: 1800px;
}
.vt-rank-section .vt-wrap {
    max-width: 1800px;
}

.vt-rank-grid {
    display: grid;
    grid-template-columns: 1fr minmax(560px, 1fr);
    gap: 50px;
    align-items: center;
}
.vt-rank-content h2 {
    font-family: 'gallery_modernregular', 'Georgia', serif;
    font-size: clamp(2.2rem, 3.6vw, 3.2rem);
    font-weight: 600;
    color: var(--vt-navy-deep);
    line-height: 1.1;
    margin: 0 0 16px;
}
.vt-rank-content h2 span {
    color: var(--vt-gold-deep);
     font-weight: 600;
     
     
}

.vt-rank-content .lead {
    font-size: 18px;
    color: var(--vt-navy-deep);
    font-weight: 600;
    margin: 0 0 6px;
}
.vt-rank-content .sub {
    font-size: 16px;
    color: black;
    margin: 0 0 24px;
}

.vt-rank-list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.vt-rank-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.vt-rank-icon {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(223,202,95,0.14);
    color: var(--vt-gold-deep);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vt-rank-list li span:last-child {
    font-size: 16px;
    color: var(--vt-ink);
    line-height: 1.55;
    padding-top: 6px;
}

.vt-rank-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.vt-rank-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--vt-navy-deep);
    color: #fff;
    padding: 16px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.vt-rank-cta:hover { background: var(--vt-navy-deep); }

.vt-rank-contact {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: black;
}
.vt-rank-contact a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: black;
    text-decoration: none;
    transition: color 0.15s ease;
}
.vt-rank-contact a svg {
    flex: none;
    color: var(--vt-gold-deep);
}
.vt-rank-contact a:hover {
    color: var(--vt-navy);
    text-decoration: underline;
}
.vt-rank-contact .dot { color: var(--vt-border); }

/* ===== single card: photo up top, Connect with us below ===== */
.vt-rank-panel {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 0 0 34px;
    overflow: hidden;
    /*box-shadow: 0 0 0 1px rgba(0,46,79,0.08), 0 20px 50px rgba(0,46,79,0.12);*/
    max-width:1000px !important;
    height :340px !important;
}

.vt-rank-image {
    display: block;
    width: 100%;
    aspect-ratio: 2560 / 806;
    object-fit: cover;
    object-position: center;
    margin-bottom: 24px;
  
}
.vt-rank-connect {
    position: relative;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: -70px;
    max-width: 60%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 20px;
    background: #fff;
    
    border-radius: 14px;
}
.vt-rank-connect-label {
    font-size: 14px;
    font-weight: 700; 
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vt-navy);
    white-space: nowrap;
}
.vt-rank-connect-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.vt-rank-connect-links a {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--vt-paper);
    color: var(--vt-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.vt-rank-connect-links a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.vt-rank-connect-links a svg {
    width: 22px;
    height: 22px;
}
.vt-rank-connect-links a:hover {
    background: var(--vt-navy);
    color: var(--vt-gold);
}
.vt-rank-connect-highlight {
    border: none;
}
.vt-rank-connect-whatsapp {
    background: var(--vt-paper) !important;
    box-shadow: none;
}
.vt-rank-connect-whatsapp:hover {
    background: var(--vt-navy) !important;
    box-shadow: none;
}
.vt-rank-connect-whatsapp img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .vt-rank-grid { grid-template-columns: 1fr; gap: 40px; }
    .vt-rank-panel { padding: 0 0 24px; max-width: 700px }
    .vt-rank-connect { margin-left: 20px; margin-right: 20px; }
    .vt-rank-connect {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .vt-rank-connect-label {
        font-size: 16px;
    }
}

/* ===== FAQ — NAVY BACKGROUND ===== */
.vt-section.vt-faq-navy { background: var(--vt-navy); }
.vt-section.vt-faq-navy .vt-eyebrow { color: var(--vt-gold); }
.vt-section.vt-faq-navy .vt-section-head h2 {
    color: #fff;
    font-family: 'gallery_modernregular', 'Georgia', serif;
    font-weight: 600px;
}

.vt-faq-list { max-width: 1600px; }
.vt-faq-item { border-bottom: 1px solid rgba(255,255,255,0.15); }
.vt-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15.5px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.vt-faq-q svg { flex: none; transition: transform .25s ease; color: var(--vt-gold); }
.vt-faq-item.open .vt-faq-q svg { transform: rotate(45deg); }
.vt-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.vt-faq-a p { padding-bottom: 22px; font-size: 14px; color: rgba(255,255,255,0.7); max-width: 1200px; margin: 0; }
.vt-faq-item.open .vt-faq-a { max-height: 220px; }




@media (max-width: 960px) {
    .vt-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .vt-why-grid, .vt-services-grid, .vt-team-grid, .vt-impact-grid, .vt-t-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
    .vt-why-grid, .vt-services-grid, .vt-team-grid, .vt-impact-grid, .vt-t-grid { grid-template-columns: 1fr; }
    .vt-enquiry-card .vt-row { flex-direction: column; }
    .vt-cta-inner { flex-direction: column; align-items: flex-start; }
    .vt-hero { padding-top: 100px; }
    .vt-stat-row { gap: 20px; }
    .vt-stat-row .stat { flex: 0 0 calc(50% - 10px); min-width: 0; }
}