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;
}

/* 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 */