﻿body {
    background: linear-gradient(39deg, #ffffff 0%, #fff2d8 100%);
}
.bgnew {
    padding: 10px 0 40px;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); */
} .gallery-item {
        margin-bottom: 1.4rem;
    }

    .image-holder {
        background: #fff;
        border-radius: 7px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.07);
        transition: all 0.3s ease;
    }

        .image-holder:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

    .img-event {
        position: relative;
        overflow: hidden;
        background: #f3f4f6;
        height: 175px;
    }

        .img-event img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
            object-position: top;
        }

    .image-holder:hover .img-event img {
        transform: scale(1.08);
    }

    .event-desc-wrap {
        padding: 10px;
    }

        .event-desc-wrap a {
            text-decoration: none;
            color: inherit;
        }

     .date_tri {
        left: 12px;
        display: block;
        font-size: 10px;
        color: #ffffffd1;
        margin-bottom: 0;
        background: #cf8a00;
        display: inline-block;
        padding: 7px 4px 3px;
        border-radius: 6px 6px 0 0;
        font-weight: 500;
        text-align: center;
        position: absolute;
        bottom: 0;
        backdrop-filter: blur(22px);
        z-index: 1;
        border: 1px solid #ffffff61;
    }

    .gallery-title {
        font-size: 16px;
        font-weight: 500;
        color: #111827;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .event-subdesc .act_details_tri {
        font-size: 12px;
        color: #6b7280;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400;
    }

        .event-subdesc .act_details_tri span {
            color: #667eea;
            font-weight: 500;
            margin-left: 0.25rem;
        }

    /* Details Page: 1 row 2 columns */
    .details-layout .row {
        align-items: start;
    }

    .details-image {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

        .details-image img {
            width: 100%;
            height: auto;
        }

    .details-content {
        background: #fff;
        border-radius: 1rem;
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    span.big-date {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    line-height: 19px;
    margin-bottom: 1px;
}

    /*========== search ===========*/
    .gdfg_tri {
    display: flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 4px 12px;
    background: #fff;
    width: 22%;
}

input.rgrhgrtht_tri {
    border: 0;
    outline: 0;
    margin-left: 9px;
    font-size: 14px;
}

.gdfg_tri i {
    font-size: 13px;
    color: #b7b7b7;
}

.highbyu_tri {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
    /*========== search ===========*/
    section.bgnew .container {
    width: 1180px;
}
section.hero {
    /* background: linear-gradient(
6deg, #f5f7fa 0%, #e8ecf1 100%) beige; */
}
/*============ single page ============*/
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.item.col4 {
    margin-bottom: 20px;
}
section.bgnew.rhtrh_tri {
    padding: 40px 0;
}
@media (max-width: 991.98px) {
    section.bgnew .container {
    width: 100%;
}
    .gdfg_tri {
    width: 100%;
}
    .img-event {
    height: auto;
}
    .img-thumbnail {
    height: auto;
}
}