/**
 * Veeru Tech - Privacy Policy Dedicated Module Styles
 * Synchronized with Dynamic Hero Background Engine & Responsive Layout Architecture
 */

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

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

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

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

.vt-privacy-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-privacy-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.65;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

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

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

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

.vt-privacy-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-privacy-hero-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.vt-privacy-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-privacy-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-privacy-hero-desc p {
    margin: 0 0 10px 0;
    color: inherit;
}

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

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

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

.vt-privacy-hero-img img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 340px;
    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. MAIN LAYOUT GRID
   ========================================================================== */
.vt-privacy-main-section {
    padding: 60px 0 80px 0;
    background-color: #ffffff;
}

.vt-privacy-layout-grid {
    display: flex;
    gap: 40px;
}

.vt-privacy-layout-grid.position-right {
    flex-direction: row;
}

.vt-privacy-layout-grid.position-left {
    flex-direction: row-reverse;
}

.vt-privacy-layout-grid.position-none .vt-privacy-content-col {
    width: 100%;
    max-width: 100%;
}

.vt-privacy-content-col {
    flex: 1;
    min-width: 0;
}

.vt-privacy-sidebar-col {
    width: 340px;
    flex-shrink: 0;
}

.vt-privacy-sticky-wrapper {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* LAST UPDATED BADGE */
.vt-privacy-updated-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 25px;
}

.vt-privacy-updated-badge i {
    color: #f17a28;
    font-size: 16px;
}

.vt-privacy-intro p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 35px;
}

/* PRIVACY ITEM LIST */
.vt-privacy-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vt-privacy-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f5f9;
    scroll-margin-top: 100px;
}

.vt-privacy-item:last-child {
    border-bottom: none;
}

.vt-privacy-icon-box {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-privacy-icon-box i {
    font-size: 22px;
    color: #0f172a;
}

.vt-privacy-icon-mask {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #0f172a;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-img-fallback {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.vt-privacy-info {
    flex: 1;
}

.vt-privacy-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vt-privacy-item-desc p {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    margin: 0;
}

/* ==========================================================================
   3. SIDEBAR CARDS
   ========================================================================== */
.vt-toc-card {
    background-color: #091e3e;
    border-radius: 14px;
    padding: 28px 24px;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(6, 23, 46, 0.1);
}

.vt-toc-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.vt-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vt-toc-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.vt-toc-list a:hover,
.vt-toc-list a.active {
    color: #ffffff !important;
    transform: translateX(4px);
}

.vt-toc-list a.active .vt-toc-num {
    background-color: #f17a28;
    color: #ffffff;
    border-color: #f17a28;
}

.vt-toc-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    transition: all 0.25s ease;
}

.vt-help-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
}

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

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

.vt-help-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vt-help-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vt-help-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.vt-help-icon i {
    font-size: 18px;
    color: #f17a28;
}

.vt-help-icon .vt-icon-mask {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #f17a28;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-help-icon img.vt-help-img-fallback {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@supports (-webkit-mask-image: url('')) or (mask-image: url('')) {
    .vt-help-icon:has(.vt-icon-mask) img.vt-help-img-fallback,
    .vt-privacy-icon-box:has(.vt-privacy-icon-mask) img.vt-img-fallback,
    .vt-cta-feat-icon:has(.vt-icon-mask) img.vt-cta-img-fallback {
        display: none;
    }
}

.vt-help-contact-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.vt-help-contact-text span {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

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

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

/* ==========================================================================
   4. BOTTOM CTA BANNER
   ========================================================================== */
.vt-privacy-cta-section {
    padding: 0 0 80px 0;
    background-color: #ffffff;
}

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

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

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

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

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

.vt-cta-feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-cta-feat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vt-cta-feat-item i {
    font-size: 24px;
    color: #f17a28;
}

.vt-cta-feat-item .vt-icon-mask {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #f17a28;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-cta-feat-item img.vt-cta-img-fallback {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.vt-cta-feat-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.vt-cta-feat-item span {
    font-size: 12px;
    color: #94a3b8;
}

.vt-privacy-cta-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-privacy-cta-btn:hover {
    background-color: #d96414;
    color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE DESIGN (COMPACT MOBILE HERO & NO CROPPING)
   ========================================================================== */
@media (max-width: 991px) {
    .vt-privacy-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    .vt-privacy-layout-grid {
        flex-direction: column !important;
    }
    .vt-privacy-sidebar-col {
        width: 100%;
    }
    .vt-privacy-sticky-wrapper {
        position: static;
    }
    .vt-privacy-cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    .vt-privacy-cta-center {
        flex-wrap: wrap;
    }
}

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

    .vt-privacy-hero {
        min-height: auto !important;
        height: auto !important;
        padding: 45px 0 !important;
        overflow: visible !important;
    }

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

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

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

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

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

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

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

    .vt-privacy-item {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .vt-privacy-hero-title {
        font-size: 26px !important;
    }

    .vt-privacy-hero-img img {
        max-height: 190px !important;
    }
}