/**
 * Veeru Tech - Partners Page Dedicated Styles
 * Matches Inquiry Architecture: Responsive Hero Aspect Ratio, Isolated Opacity Engine & Mobile Proportions
 */

/* ELEMENTOR WIDGET WRAPPER 100% EXPANSION */
.elementor-widget-veeru_tech_partners_page,
.veeru-partners-page-widget-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.vt-partners-page-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #334155;
    background-color: #ffffff;
    box-sizing: border-box;
}

.vt-partners-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ==========================================================================
   1. HERO BANNER (MATCHES INQUIRY OPACITY & ASPECT RATIO ENGINE)
   ========================================================================== */
.vt-partners-hero {
    position: relative !important;
    width: 100% !important;
    background-color: #06172e;
    padding: 60px 0;
    min-height: 380px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    color: #ffffff;
}

.vt-partners-hero::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    background-image: var(--vt-hero-bg-img, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: var(--vt-hero-bg-opacity, 1);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.vt-partners-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(6, 23, 46, 0.90) 0%, rgba(3, 10, 20, 0.65) 100%);
    opacity: 0.6;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.vt-partners-hero .vt-partners-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.vt-partners-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
}

.vt-partners-hero-text {
    display: flex;
    flex-direction: column;
    z-index: 3;
    max-width: 650px;
    width: 100%;
}

.vt-partners-hero-accent {
    font-size: 13px;
    font-weight: 700;
    color: #f17a28;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.vt-partners-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: break-word;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.vt-partners-hero-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vt-partners-hero-title a:hover {
    color: #f17a28;
}

.vt-partners-breadcrumb {
    font-size: 14px;
    font-weight: 600;
    color: #f17a28;
    margin: 0 0 15px 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.vt-partners-hero-desc {
    font-size: 15px;
    color: #f1f5f9;
    line-height: 1.6;
    margin: 0;
    max-width: 580px;
    word-break: break-word;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.vt-partners-hero-desc p {
    margin: 0 0 10px 0;
    color: inherit;
}

.vt-partners-hero-desc p:last-child {
    margin-bottom: 0;
}

.vt-partners-hero-desc a {
    color: #f17a28;
    text-decoration: underline;
}

.vt-partners-hero-img {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
}

.vt-partners-hero-graphic {
    max-width: 100% !important;
    height: auto !important;
    max-height: 360px;
    object-fit: contain !important;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.45));
    transition: max-height 0.3s ease;
}

/* ==========================================================================
   2. ECOSYSTEM, JOIN CARD & CERTIFICATIONS
   ========================================================================== */
.vt-eco-cert-section {
    padding: 75px 0;
    background-color: #ffffff;
}

.vt-eco-3col-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
}

.vt-eco-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.vt-section-accent {
    font-size: 12px;
    font-weight: 700;
    color: #f17a28;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.vt-eco-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 14px 0;
    line-height: 1.25;
}

.vt-eco-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 25px 0;
}

/* LEFT COLUMN: HORIZONTAL INLINE STATS ROW */
.vt-eco-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.vt-eco-stat-inline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.vt-eco-stat-inline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #e2e8f0;
}

.vt-eco-stat-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.vt-eco-stat-icon i {
    font-size: 28px;
    color: #1e293b;
    line-height: 1;
}

.vt-icon-mask {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #1e293b;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-eco-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 4px;
}

.vt-eco-stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}

/* CENTER COLUMN: DARK BLUE JOIN CARD */
.vt-join-highlight-card {
    background-color: #031838;
    border-radius: 16px;
    padding: 36px 30px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 40px rgba(3, 24, 56, 0.2);
}

.vt-join-card-top h3 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.vt-join-card-top p {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 26px;
}

.vt-join-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vt-join-bullets li {
    font-size: 13.5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-join-bullets li span {
    color: inherit;
}

.vt-join-bullets i {
    color: #f17a28;
    font-size: 14px;
    font-weight: 800;
}

.vt-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #f17a28;
    color: #ffffff;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    width: 100%;
}

.vt-join-btn:hover {
    background-color: #d96414;
    color: #ffffff;
}

/* RIGHT COLUMN: CERTIFICATIONS DYNAMIC ENGINE */
.vt-cert-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: auto;
    width: 100%;
    min-width: 0;
    gap: 8px;
}

.vt-cert-items-holder {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.vt-cert-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.vt-cert-card-item:hover {
    border-color: #f17a28;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.vt-cert-img-box {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-cert-img-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.vt-cert-zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 24, 56, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transition: all 0.25s ease;
}

.vt-cert-card-item:hover .vt-cert-zoom-overlay {
    opacity: 1;
}

.vt-cert-card-item strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.vt-cert-card-item span {
    font-size: 10px;
    color: #64748b;
    display: block;
    margin-top: 2px;
}

/* DYNAMIC CERT MODES */
.vt-cert-mode-single .vt-cert-items-holder { display: block; }
.vt-cert-mode-single .vt-cert-card-item { padding: 24px; border-radius: 12px; }
.vt-cert-mode-single .vt-cert-img-box { height: 180px; margin-bottom: 14px; }
.vt-cert-mode-single .vt-cert-card-item strong { font-size: 16px; }
.vt-cert-mode-single .vt-cert-card-item span { font-size: 13px; }

.vt-cert-mode-double .vt-cert-items-holder { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.vt-cert-mode-double .vt-cert-card-item { padding: 16px 12px; }
.vt-cert-mode-double .vt-cert-img-box { height: 120px; margin-bottom: 10px; }
.vt-cert-mode-double .vt-cert-card-item strong { font-size: 13px; }
.vt-cert-mode-double .vt-cert-card-item span { font-size: 11px; }

.vt-cert-mode-grid .vt-cert-items-holder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vt-cert-mode-grid .vt-cert-img-box { height: 65px; }

.vt-cert-mode-slider .vt-cert-items-holder {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 16px) / 3);
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 2px 0;
    scroll-snap-type: x mandatory;
}
.vt-cert-mode-slider .vt-cert-items-holder::-webkit-scrollbar { display: none; }
.vt-cert-mode-slider .vt-cert-card-item { scroll-snap-align: start; width: 100%; }
.vt-cert-mode-slider .vt-cert-img-box { height: 65px; }

.vt-cert-arrow {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    color: #0f172a;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.vt-cert-arrow:hover {
    background-color: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* ==========================================================================
   3. PARTNERSHIP TIERS SECTION
   ========================================================================== */
.vt-partners-tiers-section {
    padding: 75px 0;
    background-color: #f8fafc;
}

.vt-section-center-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 45px auto;
}

.vt-tiers-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 6px 0 0 0;
    line-height: 1.25;
}

.vt-tiers-4col-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.vt-tier-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.vt-tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
    border-color: #f17a28;
}

.vt-tier-icon-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.vt-tier-icon-box {
    width: 110px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 6px 10px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.vt-tier-icon-box i {
    font-size: 24px;
    line-height: 1;
}

.vt-tier-logo-img {
    width: 95px !important;
    height: 45px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto !important;
    filter: none !important;
}

.vt-tier-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.vt-tier-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.vt-tier-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vt-tier-bullets li {
    font-size: 12.5px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vt-tier-bullets li span {
    color: inherit;
}

.vt-tier-check {
    color: #10b981;
    font-weight: 800;
}

.vt-tier-link {
    margin-top: auto;
    font-size: 13px;
    font-weight: 700;
    color: #f17a28;
    text-decoration: none;
    transition: all 0.25s ease;
}

.vt-tier-link:hover {
    color: #d96414;
}

/* ==========================================================================
   4. TECHNOLOGY PARTNERS 2-ROW GLOBAL STREAM
   ========================================================================== */
.proj-partners-section {
    padding: 50px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.vt-home-partners-title-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 25px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}

.vt-divider-line {
    flex: 1 1 auto !important;
    height: 1px !important;
    background: #e2e8f0 !important;
}

.vt-home-partners-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    letter-spacing: -0.2px !important;
}

.vt-home-stream-frame {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 10px 0 !important;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.vt-home-stream-track {
    display: flex !important;
    width: max-content !important;
    animation: vtStreamMarquee 26s linear infinite !important;
}

.vt-home-partners-section[data-pause="yes"]:hover .vt-home-stream-track {
    animation-play-state: paused !important;
}

.vt-home-stream-group {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding-right: 24px !important;
    flex-shrink: 0 !important;
}

.vt-partner-card {
    width: 165px !important;
    height: 75px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.vt-partner-card.vt-float-up {
    animation: vtPartnerFloatUp 3.2s ease-in-out infinite alternate !important;
}

.vt-partner-card.vt-float-down {
    animation: vtPartnerFloatDown 3.2s ease-in-out infinite alternate !important;
}

@keyframes vtPartnerFloatUp {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-5px); }
}

@keyframes vtPartnerFloatDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(5px); }
}

.vt-partner-card:hover {
    transform: translateY(-6px) scale(1.03) !important;
    box-shadow: 0 10px 22px rgba(241, 122, 40, 0.12) !important;
    border-color: #f17a28 !important;
    z-index: 3 !important;
}

.vt-partner-card img {
    max-width: 100% !important;
    max-height: 46px !important;
    object-fit: contain !important;
    display: block !important;
    transition: filter 0.3s ease, transform 0.3s ease !important;
}

.vt-partner-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: 0.5px !important;
}

.vt-home-partners-section.grayscale-mode .vt-partner-card img {
    filter: grayscale(100%) opacity(0.7) !important;
}

.vt-home-partners-section.grayscale-mode .vt-partner-card:hover img {
    filter: grayscale(0%) opacity(1) !important;
}

@keyframes vtStreamMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   5. BENEFITS OF PARTNERING SECTION
   ========================================================================== */
.vt-benefits-section {
    padding: 75px 0;
    background-color: #f8fafc;
}

.vt-benefits-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 6px 0 0 0;
    line-height: 1.25;
}

.vt-benefits-5col-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.vt-benefit-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    transition: all 0.25s ease;
}

.vt-benefit-card:hover {
    border-color: #f17a28;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
}

.vt-benefit-icon {
    width: 46px;
    height: 46px;
    background: #06172e;
    color: #f17a28;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.vt-benefit-icon i {
    font-size: 20px;
    line-height: 1;
}

.vt-benefit-icon .vt-icon-mask {
    background-color: #f17a28;
}

.vt-benefit-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.vt-benefit-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   6. BOTTOM CTA BANNER SECTION
   ========================================================================== */
.vt-partners-cta-section {
    padding: 0 0 80px 0;
    background-color: #f8fafc;
    transition: background-color 0.25s ease;
}

.vt-partners-cta-banner {
    background-color: #031226;
    border-radius: 16px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #ffffff;
    transition: all 0.25s ease;
}

.vt-cta-left {
    max-width: 380px;
}

.vt-cta-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.25;
}

.vt-cta-desc {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

.vt-cta-badges {
    display: flex;
    gap: 25px;
    align-items: center;
}

.vt-cta-badges div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vt-cta-badges i {
    font-size: 22px;
    color: #f17a28;
    line-height: 1;
}

.vt-cta-badges .vt-icon-mask {
    background-color: #f17a28;
    width: 22px;
    height: 22px;
}

.vt-cta-badges strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.vt-cta-badges span {
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.2;
}

.vt-orange-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f17a28;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.vt-orange-btn:hover {
    background-color: #d96414;
    color: #ffffff;
}

/* LIGHTBOX MODAL */
.vt-cert-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-cert-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
}

.vt-cert-modal-content {
    max-width: 90%;
    max-height: 90%;
    text-align: center;
}

.vt-cert-modal-content img {
    max-width: 100%;
    max-height: 75vh;
    border-radius: 8px;
}

.vt-cert-modal-content h3 {
    color: #ffffff;
    margin-top: 15px;
}

/* ==========================================================================
   RESPONSIVE LAYOUT ENGINE (EXACT MATCH WITH INQUIRY / ABOUT US)
   ========================================================================== */
@media (max-width: 1199px) {
    .vt-eco-3col-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .vt-eco-stats-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .vt-partners-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .vt-tiers-4col-grid,
    .vt-benefits-5col-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vt-partners-cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .vt-partners-container {
        padding: 0 18px !important;
    }

    /* HERO BANNER - PROPORTIONAL MOBILE ADAPTATION */
    .vt-partners-hero {
        min-height: auto !important;
        height: auto !important;
        padding: 45px 0 !important;
        overflow: visible !important;
    }

    .vt-partners-hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .vt-partners-hero-text {
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .vt-partners-hero-title {
        font-size: clamp(24px, 7vw, 36px) !important;
        line-height: 1.25 !important;
        margin-bottom: 10px !important;
        word-break: break-word !important;
    }

    .vt-partners-breadcrumb {
        font-size: 13px !important;
        margin-bottom: 14px !important;
    }

    .vt-partners-hero-desc {
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
    }

    .vt-partners-hero-img {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    .vt-partners-hero-graphic {
        max-height: 240px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }
}

@media (max-width: 575px) {
    .vt-eco-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .vt-eco-stat-inline-item:not(:last-child)::after {
        display: none;
    }
    .vt-cert-mode-grid .vt-cert-items-holder {
        grid-template-columns: repeat(2, 1fr);
    }
    .vt-cert-mode-slider .vt-cert-items-holder {
        grid-auto-columns: calc(50% - 4px);
    }
    .vt-tiers-4col-grid,
    .vt-benefits-5col-grid {
        grid-template-columns: 1fr;
    }
    .vt-home-partners-heading {
        font-size: 18px !important;
    }
    .vt-partner-card {
        width: 135px !important;
        height: 65px !important;
    }
}