body {
    background-color: #f8f9fa;
}

.banner-container {
    height: 50vh;
    overflow: hidden;
}

.banner-container video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.cards-overlay {
    /* position: absolute; */
    margin-top: -80px;
    width: 100%;
    z-index: 10;
    padding-bottom: 40px;
}

.card-hover-top-border {
    border-top: 15px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.card-hover-top-border:hover,
.card-active {
    border-top: 15px solid #f2db0d !important;
    transform: translateY(-5px);
    scale: 1.07;
}

.tab-box {
    background-color: #f1f1f1;
    padding: 0.3rem 0.7rem;
    margin-right: 0.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
}

.pdf-icon {
    text-align: right;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-type {
    padding: 10px;
    align-items: center;
    display: flex;
    font-weight: 800;
    justify-content: center;

}

.section-main-content {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .card-con {
        display: flex;
        flex-direction: column;
    }
}

.page-header {
    display: none;
  }
  