/**
 * Veeru Tech - Partner Tier Details Module Stylesheet
 * 100% True Full-Width Edge-to-Edge Breakout Engine & Dynamic Hero Background Layer
 */

/* FULL-WIDTH SCREEN BREAKOUT FOR SINGLE PARTNER TIER */
body.single-partner_tier,
body.single-partner_tier #page,
body.single-partner_tier .site,
body.single-partner_tier #content,
body.single-partner_tier #primary,
body.single-partner_tier .site-main,
body.single-partner_tier .vt-partner-tier-single-wrapper,
body.single-partner_tier .elementor,
body.single-partner_tier .elementor-section-wrap,
body.single-partner_tier [data-elementor-type="wp-post"],
.elementor-widget-veeru_tech_partner_details,
.veeru-partner-details-widget-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
}

/* Remove default Elementor container/column side padding on Partner Tier */
.single-partner_tier .elementor-container,
.single-partner_tier .elementor-column,
.single-partner_tier .elementor-widget-wrap,
.single-partner_tier .e-con,
.single-partner_tier .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

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

/* ==========================================================================
   1. HERO BANNER (DYNAMIC OPACITY & ASPECT RATIO ENGINE)
   ========================================================================== */
.vt-pdetail-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-pdetail-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-pdetail-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-pdetail-hero .vt-pdetail-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.vt-pdetail-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-pdetail-hero-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    max-width: 650px;
}

.vt-pdetail-breadcrumb {
    color: #f17a28;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

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

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

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

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

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

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

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

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

.vt-pdetail-hero-img img {
    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. OVERVIEW & STICKY SIDEBAR SECTION
   ========================================================================= */
.vt-pdetail-overview-section {
    padding: 70px 0 50px 0;
    background-color: #ffffff;
}

.vt-pdetail-overview-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 50px;
    align-items: flex-start;
}

.vt-pdetail-overview-layout.vt-no-sidebar {
    grid-template-columns: 1fr;
}

/* Sidebar Card */
.vt-pdetail-sidebar-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    text-align: left;
    position: sticky;
    top: 30px;
}

.vt-pdetail-sidebar-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background-color: #f59e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.vt-pdetail-sidebar-icon i {
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
}

.vt-pdetail-sidebar-icon svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.vt-pdetail-sidebar-icon .vt-icon-mask {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-pdetail-sidebar-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px 0;
}

.vt-pdetail-sidebar-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 25px 0;
}

.vt-pdetail-sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vt-pdetail-btn-apply {
    background-color: #f17a28;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
}

.vt-pdetail-btn-apply:hover {
    background-color: #d96313;
    transform: translateY(-1px);
}

.vt-pdetail-btn-brochure {
    background-color: #ffffff;
    color: #0f172a !important;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vt-pdetail-btn-brochure:hover {
    border-color: #94a3b8;
    background-color: #f8fafc;
}

/* Overview Right Column */
.vt-pdetail-eyebrow {
    color: #f17a28;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

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

.vt-pdetail-2col-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 30px;
}

.vt-pdetail-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.vt-pdetail-feat-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background-color: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-pdetail-feat-icon i {
    font-size: 18px;
    color: #f17a28;
    line-height: 1;
}

.vt-pdetail-feat-icon svg {
    width: 18px;
    height: 18px;
    fill: #f17a28;
}

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

.vt-pdetail-feat-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

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

/* ==========================================================================
   3. PARTNER BENEFITS 5-CARD ROW
   ========================================================================== */
.vt-pdetail-benefits-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.vt-pdetail-section-center-head {
    text-align: center;
    margin-bottom: 35px;
}

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

.vt-pdetail-ben-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.vt-pdetail-ben-card:hover {
    border-color: #f17a28;
    transform: translateY(-3px);
}

.vt-pdetail-ben-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.vt-pdetail-ben-icon i {
    font-size: 20px;
    color: #f17a28;
}

.vt-pdetail-ben-icon svg {
    width: 20px;
    height: 20px;
    fill: #f17a28;
}

.vt-pdetail-ben-icon .vt-icon-mask {
    width: 22px;
    height: 22px;
    background-color: #f17a28;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.vt-pdetail-ben-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

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

/* ==========================================================================
   4. REQUIREMENTS & PROCESS GRID
   ========================================================================== */
.vt-pdetail-req-proc-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.vt-pdetail-split-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.vt-pdetail-req-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vt-pdetail-req-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}

.vt-pdetail-chk {
    color: #10b981;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
}

.vt-pdetail-steps-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vt-pdetail-step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.vt-pdetail-step-badge {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background-color: #f17a28;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-pdetail-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

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

/* ==========================================================================
   5. FAQ ACCORDION
   ========================================================================== */
.vt-pdetail-faq-section {
    padding: 60px 0 80px 0;
    background-color: #ffffff;
}

.vt-pdetail-section-left-head {
    margin-bottom: 25px;
}

.vt-pdetail-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.vt-pdetail-faq-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.vt-pdetail-faq-item.active {
    border-color: #f17a28;
}

.vt-pdetail-faq-header {
    width: 100%;
    padding: 16px 20px;
    background: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.vt-pdetail-faq-q {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    padding-right: 15px;
}

.vt-pdetail-faq-toggle {
    font-size: 18px;
    font-weight: 700;
    color: #64748b;
    line-height: 1;
    transition: transform 0.2s ease;
}

.vt-pdetail-faq-item.active .vt-pdetail-faq-toggle {
    color: #f17a28;
}

.vt-pdetail-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    background-color: #f8fafc;
}

.vt-pdetail-faq-a {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
    border-top: 1px solid #f1f5f9;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (MATCHING ABOUT US & PARTNERS COMPACT HERO)
   ========================================================================== */
@media (max-width: 1024px) {
    .vt-pdetail-overview-layout {
        grid-template-columns: 1fr;
    }
    .vt-pdetail-sidebar-card {
        position: static;
    }
    .vt-pdetail-5col-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .vt-pdetail-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    .vt-pdetail-hero-img {
        justify-content: center;
        width: 100%;
    }
}

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

    /* HERO BANNER - COMPACT CLEAN MOBILE VIEW */
    .vt-pdetail-hero {
        min-height: auto !important;
        height: auto !important;
        padding: 45px 0 !important;
        overflow: visible !important;
    }

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

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

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

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

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

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

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

    .vt-pdetail-5col-grid {
        grid-template-columns: 1fr;
    }
    .vt-pdetail-2col-features {
        grid-template-columns: 1fr;
    }
    .vt-pdetail-split-2col {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .vt-pdetail-faq-grid {
        grid-template-columns: 1fr;
    }
}

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

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