/* =======================================================
   TECH-VENTURING PAGE - STYLES
   Adheres to the Plus Jakarta Sans typography and theme colors
   Theme Colors: #003670, #004aad, #ff6500, #ffb707, #1a1a2e
   ======================================================= */

/* --- Navbar Overrides --- */
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    padding: 13px;
    font-size: 17px;
    font-weight: 600;
}

nav .nav-link:hover {
    color: rgb(255, 116, 26) !important;
}

header {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px #0006;
}

.navbar-brand img {
    max-height: 80px;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .dropdown:hover .dropdown-menu,
.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu :hover {
    color: rgb(255, 116, 26) !important;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 13px;
        font-size: 16px;
    }
}

/* --- Hero Banner Section --- */
.tv-banner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url('../images/tech_venturing_hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-block: 120px 70px;
}

.tv-banner::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(255, 101, 0, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.tv-banner::after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 183, 7, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.tv-banner .ban-content {
    position: relative;
    z-index: 2;
}

.tv-banner .ban-content h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    color: #fff;
    font-weight: 800;
}

.tv-banner .ban-content p {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Typography & Titles --- */
.tv-section-title {
    margin-bottom: 15px;
}

.tv-section-title h4 {
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: #1a1a2e;
    font-size: 30px;
}

.tv-section-title .underline {
    margin: 8px 0 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6500, #ffb707);
    border-radius: 4px;
}

/* --- Intro Section --- */
.tv-intro-section {
    padding-block: 60px;
    background-color: white;
}

.tv-intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* --- Process Flow Modern (Vertical) --- */
.tv-process-container {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 54, 112, 0.05);
    border: 1px solid rgba(0, 74, 173, 0.08);
    position: relative;
}

.tv-process-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.tv-process-line {
    width: 2px;
    height: 25px;
    background: linear-gradient(180deg, rgba(0, 74, 173, 0.5), transparent);
    margin-left: 25px;
    margin-block: 5px;
    position: relative;
    z-index: 1;
}

.icon-box-modern {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #f0f4ff, #e8edff);
    color: #004aad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0, 74, 173, 0.1);
    transition: all 0.3s ease;
    margin-right: 20px;
}

.tv-process-step:hover .icon-box-modern {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #004aad, #003670);
    color: #fff;
    box-shadow: 0 12px 25px rgba(0, 74, 173, 0.2);
}

.step-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
    margin-top: 2px;
}

.step-content p {
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}

/* --- Services List Layout (Timeline) --- */
.tv-services-section {
    padding-block: 60px;
    background: linear-gradient(135deg, #f8faff 0%, #f1f5fa 100%);
    position: relative;
    overflow: hidden;
}

.tv-services-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 101, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.tv-services-list {
    position: relative;
    padding-left: 40px;
}

.tv-service-item-new {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.tv-service-item-new::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 29px;
    width: 2px;
    height: calc(100% - 30px);
    background: linear-gradient(180deg, #004aad 0%, #ff6500 100%);
    opacity: 0.6;
    z-index: 1;
}

.tv-service-item-new:last-child::before {
    display: none;
}

.tv-service-item-new:last-child {
    margin-bottom: 0;
}

.tv-service-number {
    font-size: 20px;
    font-weight: 800;
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    color: #004aad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.tv-service-item-new:hover .tv-service-number {
    border-color: #ff6500;
    color: #ffffff;
    background: #ff6500;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(255, 101, 0, 0.25);
}

.tv-service-body-new {
    flex-grow: 1;
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 74, 173, 0.04);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.tv-service-item-new:hover .tv-service-body-new {
    box-shadow: 0 15px 40px rgba(0, 74, 173, 0.08);
    border-color: rgba(0, 74, 173, 0.1);
    transform: translateX(5px);
}

.tv-service-icon-box {
    margin-right: 20px;
    margin-top: 4px;
}

.icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.tv-service-item-new:hover .icon-circle {
    transform: scale(1.1) rotate(10deg);
}

.icon-orange-new {
    background: rgba(255, 101, 0, 0.08);
    color: #ff6500;
}

.icon-blue-new {
    background: rgba(0, 74, 173, 0.08);
    color: #004aad;
}

.icon-teal-new {
    background: rgba(0, 168, 150, 0.08);
    color: #00a896;
}

.icon-gold-new {
    background: rgba(255, 183, 7, 0.08);
    color: #ffb707;
}

.tv-service-content-new {
    flex-grow: 1;
}

.tv-service-heading-new {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px 0;
}

.tv-service-desc-new {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    word-spacing: -0.8px;
    letter-spacing: -0.15px;
}

/* --- Who Can Benefit & CTA Section New --- */
.tv-cta-section {
    padding-block: 60px;
    background: #ffffff;
}

.tv-benefit-container {
    padding-right: 20px;
}

.tv-benefit-card {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(0, 74, 173, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.tv-benefit-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 74, 173, 0.1);
    box-shadow: 0 10px 30px rgba(0, 74, 173, 0.05);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(0, 74, 173, 0.06);
    color: #004aad;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    transition: all 0.3s ease;
    min-width: 50px;
}

.tv-benefit-card:hover .benefit-icon {
    background: #004aad;
    color: #ffffff;
}

.benefit-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.benefit-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    word-spacing: -0.8px;
    letter-spacing: -0.15px;
}

/* Right Card (CTA) */
.tv-cta-box-new {
    background: linear-gradient(135deg, #003670 0%, #004aad 100%);
    border-radius: 20px;
    padding: 28px 32px;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 54, 112, 0.12);
    position: relative;
    overflow: hidden;
}

.tv-cta-box-new::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 101, 0, 0.25) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-heading-new {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
}

.cta-text-new {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    word-spacing: -0.8px;
    letter-spacing: -0.15px;
}

.tv-btn-primary-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: linear-gradient(135deg, #ff6500, #ff8c00);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(255, 101, 0, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tv-btn-primary-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 101, 0, 0.4);
    color: #ffffff;
    background: linear-gradient(135deg, #ff8c00, #ff6500);
}

/* Responsiveness */
@media (max-width: 768px) {
    .tv-services-list {
        padding-left: 0;
    }

    .tv-services-list::before {
        display: none;
    }

    .tv-service-item-new::before {
        display: none;
    }

    .tv-service-item-new {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .tv-service-item-new:last-child {
        margin-bottom: 0;
    }

    .tv-service-number {
        display: none;
    }

    .tv-service-body-new {
        padding: 20px;
    }

    .cta-heading-new {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .tv-benefit-container {
        padding-right: 0;
    }

    .tv-cta-box-new {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .tv-banner {
        padding-block: 0px !important;
    }

    .tv-intro-section,
    .tv-services-section,
    .tv-cta-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .tv-section-title h4 {
        font-size: 22px !important;
    }

    .tv-intro-text {
        text-align: justify !important;
        word-spacing: -0.8px !important;
        word-break: break-word;
        hyphens: auto;
    }

    .step-content p {
        text-align: left !important;
        word-spacing: normal !important;
    }

    .tv-service-heading-new {
        font-size: 18px !important;
        margin-bottom: 8px;
    }

    .tv-service-desc-new {
        text-align: justify !important;
        word-spacing: -0.8px !important;
        word-break: break-word;
        hyphens: auto;
    }

    .tv-services-section .row.mb-5 {
        margin-bottom: 10px !important;
    }

    .tv-btn-primary-new {
        padding: 12px 24px !important;
        font-size: 15px !important;
    }

    .tv-cta-box-new p.cta-text-new {
        margin-bottom: 0px !important;
    }

    .tv-cta-box-new div.mt-3 {
        margin-top: 12px !important;
    }
}