﻿.tabcedco-objectives-section {
    background: #fffdf7;
}

.tvk-main-title {
    color: #7b0000;
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
}

    .tvk-main-title::after {
        content: "";
        display: block;
        width: 90px;
        height: 4px;
        margin: 12px auto 0;
        background: linear-gradient(to right, #b71c1c, #ffc107);
        border-radius: 20px;
    }

.tvk-objective-intro-card {
    border: none;
    border-left: 6px solid #b71c1c;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff, #fff8e1);
    box-shadow: 0 10px 30px rgba(123, 0, 0, 0.12);
}

    .tvk-objective-intro-card h4 {
        color: #7b0000;
    }

.tvk-objective-card {
    border: 1px solid #ffd54f;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(123, 0, 0, 0.10);
    transition: all 0.35s ease;
    overflow: hidden;
}

    .tvk-objective-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 35px rgba(123, 0, 0, 0.18);
    }

    .tvk-objective-card .card-body {
        padding: 30px;
        text-align: center;
    }

.objective-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7b0000, #b71c1c, #ffb300);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.tvk-objective-card h5 {
    color: #7b0000;
    font-weight: 700;
    margin-bottom: 12px;
}

.tvk-objective-card p {
    color: #444;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .tvk-main-title {
        font-size: 1.6rem;
    }

    .tvk-objective-card .card-body {
        padding: 22px;
    }
}
