body {
    background-image: url("/assets/img/bg-image.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: poppins;
}


.event-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1961AC;
    margin-bottom: 0.5rem;
    font-family: 'Poppins';
}

.event-content {
    font-family: 'Poppins';
    font-size: 18px !important;
}

.event-card {
    border-radius: 15px;
    overflow: hidden;
    background-color: transparent !important;
    position: relative;
    border: none;
    /* Optional: remove border if you want full transparency */
    box-shadow: none;
    /* Optional: remove shadow if not needed */
}

.card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 14px !important;
}


.event-badge,
.event-price {
    position: absolute;
    bottom: 10px;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
    font-family: "Poppins";
}

.event-badge {
    left: 10px;
    background-color: #1961AC;
}

.event-price {
    right: 10px;
    background-color: #003F7D;
}

.event-read-more {
    font-family: 'Poppins';
    cursor: pointer;
    color: #92C840;
}

.book-now-btn {
    background-color: #1961AC;
    color: white;
    padding: 5px 12px;
    font-family: "Poppins";
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
    border: none;
}

.event-meta p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.event-date {
    font-family: 'Poppins';
}

.event-location {
    font-family: 'Poppins';
}

.card-title {
    font-weight: bold;
    font-family: 'Poppins';
    margin-top: 4px;
}

.card-text {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
    font-family: 'Poppins';
}

.event-card-body {
    padding: 2px 16px 16px 16px;
}


.our-Exhibitions-btn {
    background-color: #1961AC;
    color: white;
    padding: 5px 12px;
    font-family: "Poppins";
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
    border: none;
}


.press-bg-color {
    margin-bottom: 20px;
}

.news-title {
    font-family: "Outfit";
}

.news-content {
    font-family: "Poppins";
}

.flower-img {
    position: absolute;
    /* just after the top section */
    right: 0;
    transform: translateY(-50%);
    /* shift it up to overlap */
    max-width: 150px;
    /* Adjust as needed */
    z-index: 1;
    background: none;
    background-color: transparent;
}





/* UPCOMING EVENTS — IMAGE FIXING */
.upcoming-event-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    background: #fff;
    border: none;
}

.upcoming-event-card:hover {
    transform: translateY(-5px);
}

/* IMAGE WRAPPER — SAME SIZE BOX */
.upcoming-img-wrapper {
    width: 100%;
    height: 350px;            /* Height of image area */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    padding: 10px;
}

/* IMAGE — Inside card properly */
.upcoming-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       /* No cropping */
}


/* Tablet */
@media (max-width: 992px) {
    .upcoming-img-wrapper {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .upcoming-img-wrapper {
        height: 260px;
    }
}


/*News cards css*/

.news-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.news-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.news-date {
    font-size: 15px;
    color: #666;
}

/* Mobile View Fix */
@media (max-width: 576px) {
    .news-card img {
        height: auto;            /* auto height */
        object-fit: contain !important;  
        padding: 10px;           /* prevents touching borders */
        background: #fff;
    }
}

/*News cards css*/















/* footer csss  */
.newsletter-bg {
    background-color: #79C142;
}

.footer-bottom {
    background-color: #79C142;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

footer.bg-primary {
    background-color: #1961AC !important;
}

.footer-wrapper {
    position: relative;
    padding-top: 10px;
    /* Creates space above footer for the overlapping newsletter */
}

.newsletter-section {
    top: -60px;
    /* Controls how much the newsletter overlaps */
    max-width: 1100px;
}

.list-link {
    line-height: 30px;
}

.footer-bottom-stripe {
    border-radius: 30px;
    clip-path: ellipse(800px 120% at bottom);
    width: 100%;
}


/* Media Query */

@media (max-width: 991.98px) {
    .event-title {
        font-size: 18px;
    }

    .event-content {
        font-size: 18px;
    }

    .event-price,
    .event-price {
        font-size: 18px;
    }

    .book-now-btn {
        font-size: 14px;
    }

    .event-read-more {
        font-size: 14px;
    }

}

@media(max-width: 1400px) {
     .evt-card-content {
        font-size: 14px !important;
     }
}

@media(max-width: 1200px) {
    .evt-card-content {
        font-size: 9px !important;
        
    }
}

@media (max-width: 575.98px) {
    .event-title {
        font-size: 16px;
    }

    .event-content {
        font-size: 16px;
    }

    .event-price,
    .event-price {
        font-size: 16px;
    }

    .book-now-btn {
        font-size: 14px !important;
    }

    
    .event-read-more {
        font-size: 14px;
    }
}

/* footer csss */