html{
    scroll-behavior: smooth;
}

.rounded-xlg {
    border-radius: 12px;
}

.sector-img {
    height: 220px !important;
}

.productImg {
    height: 220px !important;
}

.product-details p {
    text-align: justify !important;
}

.text-justify {
    text-align: justify;
}

.header-bg-1 {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;

}

.header-bg-2 {
    background-image: url('../img/b-pattern.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.font-weight-bold {
    font-weight: bold !important;
}

.event-image {
    height: 400px !important;
    object-fit: cover;
}

.event-image-2 {
    height: 250px !important;
    object-fit: cover !important;
}
.scroll-550 {
    max-height: 550px !important;
    overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 12px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1.5px solid #7CB798;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border: 2px solid #7CB798;
    border-radius: 4px;
}