/* .carousel-inner{
    height: 100%;
} */

.carousel-item img{
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

.rounded-circle{
    margin-bottom: 1.5rem;
    /* object-fit: fill; */
}

.featurette-image{
    /* object-fit: contain; */
    border-radius: 1%; 
    box-shadow: 5px 10px 18px #888888
}

/* Premium Corporate Tourism card */

.bg-purple { background-color: #ddcaffb4 !important; }
.text-purple { color: #6f42c1 !important; }
.bg-teal { background-color: #d4fff2c5 !important; }
.text-teal { color: #20c997 !important; }
.bg-orange { background-color: #ffefe2 !important; }
.text-orange { color: #fd7e14 !important; }

.hover-effect {
    transition: all 0.3s ease;
    border-top: 3px solid transparent;
}
.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    border-top: 3px solid var(--bs-primary);
}

@media (max-width: 768px) {
    .card-body {
    padding: 1.5rem !important;
    }
}

.btn-circle{
    background-color: #f36911 ;
    color: white;
}