.mt-7{
    margin-top: 185px;
}
.w-27{
    width: 28%;
}
.nav-icon {
    font-size: 26px; 
}

.nav-text {
    margin-top: 5px;
    font-size: 14px; 
  
}
.item-text{
    margin-top: 5px;
    font-size: 14px; 
    color: #000;
}
.nav-pills {
    flex-wrap: nowrap;
}

.nav-item {
    margin: 0 10px;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.nav-link img{
    width: 67%;
}

/* Media queries for responsive design */
@media (max-width: 576px) {
    .nav-link {
        padding: 0.5rem 1rem;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }

    .form-inline .form-control, 
    .form-inline .custom-select, 
    .form-inline .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .form-inline .btn {
        margin-left: 0;
    }
}


.carousel-inner {

    margin-top: 198px;

}
.custom-select{
    font-size: 15px;
}

/* Container and Row */


.item-details {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Blog Image */
.single-blog .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.single-blog .blog-img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.single-blog .blog-img img:hover {
    transform: scale(1.05);
}

/* Blog Caption */
.blog-caption {
    padding: 15px;
}

.blog-cap-top {
    margin-bottom: 10px;
}

.blog-cap-top h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.featured-place {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}

.featured-place i {
    color: #ff5a5f;
    margin-right: 5px;
}

.blog-cap-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn.btn-default {
    border-color: #030095;
    background: #029ed9;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    border-color: #030095;
    background: #31c4f28f;
}


.carousel-item img {
    width: 100%;
    height: auto;
}
.thumbnail-row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.thumbnail-row img {
    width: 100px;
    height: 50px;
    margin: 0 2px;
    cursor: pointer;
    transition: 0.3s;
}
.thumbnail-row img:hover {
    transform: scale(1.1);
}

.icon-row i{
    font-size: 39px;
    padding: 10px;
}

.book{
    background-color: #e82c2c;
    color: white;
    border: none;
    font-size: 19px;
}
.sold{
    background-color: #1ec338;
    color: white;
    border: none;
    font-size: 19px;
}
.book:hover{
    background-color: #d1d109;
    color: white;
}
.sold:hover{
    background-color: #279ac3;
    color: white;
}
.card-body2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #039bd54d;
}
.card-title2 {
margin-bottom: .75rem;
font-size: 16px;
text-align: center;
font-weight: 600;
}
.card-text2{
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #f80e0e;
}
.btn-report{
    background: #030095;
    color: #fff;
    text-align: center;
}


.text-black-50-cal {
    background: #030095;
    width: 34%;
    padding: 10px;
    color: #fff !important;
}

