.section-title {
    color: #2c3e50 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
}

.section-title::after {
    background: #4ecdc4 !important;
}

.bg-company {
    background-image: url('/img/page-header/bg_h_company.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-header-section {
        padding: 4rem 0 2rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        letter-spacing: 0.5px;
    }
    
    .breadcrumb-enhanced {
        padding: 0.5rem 1rem;
        border-radius: 20px;
    }
    
    .breadcrumb-enhanced .breadcrumb-item {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .page-subtitle {
        font-size: 1rem;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        letter-spacing: 0.3px;
    }
}

/* Section Background Styling */
.partners-section {
    padding: 4rem 0;
}

.vision-mission-section {
    padding: 4rem 0;
}

.venues-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

/* Vision Mission Cards Styling */
.vision-mission-grid h3 {
    font-size: 1.4rem !important;
    line-height: 1.3;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Vision Mission Description Styling */
.vision-mission-grid h3 {
    text-align: center;
}

.vision-mission-grid p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #555;
    letter-spacing: 0.3px;
    text-align: left;
}

.vision-card p,
.mission-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #555;
    letter-spacing: 0.3px;
    text-align: left;
}

/* Company Overview Table Styling */
.company-info-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.company-table {
    margin-bottom: 0;
    font-size: 1.15rem;
}

.company-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.company-table tbody tr:last-child {
    border-bottom: none;
}

.info-label {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    padding: 12px 16px;
    width: 35%;
    vertical-align: top;
    border-right: 1px solid #e9ecef;
    font-size: 1.25rem;
}

.info-content {
    padding: 12px 16px;
    color: #333;
    line-height: 1.5;
}

.company-link {
    color: #007bff;
    text-decoration: none;
    word-break: break-all;
}

.company-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Business Info Styling */
.business-info-table {
    padding-left: 2rem;
}

.business-title {
    color: #495057;
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
    border-bottom: 2px solid #4ecdc4;
}

.business-list {
    list-style: none;
    padding-left: 1rem;
    margin: 0;
}

.business-list li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.business-list li:last-child {
    border-bottom: none;
}

.business-list li:before {
    content: '\2022';
    color: #4ecdc4;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Responsive Design for Company Table */
@media (max-width: 768px) {
    .business-info-table {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .company-table {
        font-size: 0.95rem;
    }
    
    .info-label {
        width: 40%;
        font-size: 1.1rem;
    }
    
    .info-content {
        font-size: 0.9rem;
    }
    
    .business-list li {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .company-table {
        font-size: 0.9rem;
    }
    
    .info-label {
        font-size: 1rem;
    }
    
    .info-content {
        padding: 10px 12px;
    }
    
    .business-list li {
        font-size: 0.9rem;
        padding: 6px 0 6px 18px;
    }
}

/* Responsive text sizing for vision mission */
@media (max-width: 1200px) {
    .vision-mission-grid h3 {
        font-size: 1.2rem !important;
    }
    .vision-mission-grid p,
    .vision-card p,
    .mission-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

@media (max-width: 992px) {
    .vision-mission-grid h3 {
        font-size: 1.1rem !important;
    }
    .vision-mission-grid p,
    .vision-card p,
    .mission-card p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .vision-mission-grid h3 {
        font-size: 1rem !important;
        white-space: normal;
    }
    .vision-mission-grid p,
    .vision-card p,
    .mission-card p {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 576px) {
    .vision-mission-grid h3 {
        font-size: 0.95rem !important;
        white-space: normal;
    }
    .vision-mission-grid p,
    .vision-card p,
    .mission-card p {
        font-size: 0.85rem;
        line-height: 1.8;
        margin-bottom: 1.2rem;
        letter-spacing: 0.2px;
    }
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* .partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
} */

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .partner-logo:hover img {
    filter: grayscale(0%);
} */

/* Responsive Design */
@media (max-width: 1200px) {
    .partner-logo {
        width: 180px;
        height: 85px;
    }
}

@media (max-width: 992px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    .partner-logo {
        width: 180px;
        height: 75px;
    }
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .partner-logo {
        width: 100%;
        height: 100px;
        max-width: 180px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .partner-logo {
        height: 80px;
    }
}

.timeline-tabs {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tab-buttons {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
}

.tab-button {
    flex: 1;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 120px;
    font-size: 1rem;
}

.tab-button:hover {
    background: rgba(78, 205, 196, 0.1);
    color: #4ecdc4;
}

.tab-button.active {
    background: #4ecdc4;
    color: white;
}

.tab-content {
    padding: 2rem;
    min-height: 400px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.tab-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #fafafa;
    border-radius: 10px;
    border-left: 4px solid #4ecdc4;
}

.tab-item:last-child {
    margin-bottom: 0;
}

.tab-item-date {
    display: inline-block;
    background: #4ecdc4;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.tab-item-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.tab-item-desc {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .tab-button {
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
    }

    .tab-content {
        padding: 1.5rem;
    }

    .page-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .tab-buttons {
        flex-direction: column;
    }

    .tab-button {
        min-width: auto;
        text-align: left;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
}

.live-item {
    position: relative; /* Added for absolute positioning of title */
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(78, 205, 196, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.live-item:hover {
    border-color: rgba(78, 205, 196, 0.4);
}

.live-item img {
    width: 100%;
    height: 300px; /* Increased height */
    object-fit: cover;
    border-radius: 15px 15px 0 0; /* Apply border-radius to top corners */
    transition: transform 0.3s ease; /* Added transition for smooth scaling */
}

.live-item:hover img {
    transform: scale(1.05); /* Scale up image on hover */
}

.live-title {
    position: absolute; /* Position title over image */
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: #fff; /* White text for contrast */
    padding: 10px 15px; /* Padding for the title */
    margin-bottom: 0; /* Remove default margin */
    text-align: center; /* Center the text */
    box-sizing: border-box; /* Include padding in width */
}

.live-date {
    display: block; /* Ensure date is on its own line */
    font-size: 0.9rem; /* Smaller font size for date */
    color: rgba(255, 255, 255, 0.8); /* Slightly muted white */
    margin-bottom: 5px; /* Space between date and title */
}

.live-title-text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 0; /* Remove default margin */
}

/* Styling for Live Filters (Year Categories) */
.live-filters {
    margin-bottom: 2rem;
    display: flex; /* Ensure flex behavior for buttons */
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    gap: 10px; /* Space between buttons */
    justify-content: center; /* Center the buttons */
}

.live-filters .filter-btn {
    background-color: #f0f0f0;
    color: #555;
    border: 1px solid #ddd;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-grow: 1; /* Allow buttons to grow */
    max-width: 150px; /* Limit max width for larger screens */
    text-align: center;
}

.live-filters .filter-btn:hover {
    background-color: #e0e0e0;
    color: #333;
    border-color: #ccc;
}

.live-filters .filter-btn.active {
    background-color: #4ecdc4;
    color: #fff;
    border-color: #4ecdc4;
    box-shadow: 0 4px 10px rgba(78, 205, 196, 0.3);
}

/* Styling for Live Tab Content */
.live-tab-content {
    margin-top: 2rem;
}

.live-tab-pane {
    display: none;
    animation: fadeIn 0.3s ease; /* Reusing existing fadeIn animation */
}

.live-tab-pane.active {
    display: block;
}

/* Responsive adjustments for filter buttons */
@media (max-width: 768px) {
    .live-filters {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
    .live-filters .filter-btn {
        max-width: none; /* Remove max-width on smaller screens */
    }
}

@media (max-width: 576px) {
    .live-filters {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}