﻿.buttonbook,
.buttonexplore {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .buttonbook:hover,
    .buttonexplore:hover {
        background-color: black; /* Darker blue on hover */
    }


.footeritem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
}


.footeritem img{
    width:100px;
}


.grid-item {
    height: auto;
    padding-right: 5px;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    color: black;
}

.item {
    position: relative;
    overflow: hidden;
    text-align: center;
}


.item .priceinfo {
        position: absolute;
        top: 8px;
        left: 16px;
        color: #222;
        padding: 5px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
    }

.price {
    font-size: 24px;
    font-weight: bold;
}

.ex-showroom {
    font-size: 10px;
    color: #666;
}

.parainfo1 {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.title {
    height: 100px;
}

.offertext {
    height: 60px;
}

.footeritem {
    width: 100% !important;
}


.image_web {
    width: auto;
    height: 300px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .carousel-inner .item .image_web {
        margin-top: 100px;
    }
}

.footertext {
    display: none; /* Hide by default */
}

.item:hover ~ .footertext {
    display: block; /* Show when hovering over the item */
}

.logo-left-corner,
.logo-right-corner {
    position: fixed;
    top: 10px;
    z-index: 1000;
    max-height: 40px;
    width: auto;
    height: auto;
}

.logo-left-corner {
    left: 10px;
}

.logo-right-corner {
    right: 10px;
    padding-right: 5px;
}

/* Responsive adjustments for tablets */
@media (max-width: 768px) {
    .logo-left-corner,
    .logo-right-corner {
        max-height: 30px;
    }
}

/* Responsive adjustments for phones */
@media (max-width: 480px) {
    .logo-left-corner,
    .logo-right-corner {
        max-height: 24px;
        width: 150px;
    }
}

/* Base (Desktop First) */
.socialcustoms {
    float: left;
    margin-top: 10px;
    position: absolute;
    font-size: 16px;
    margin-right: 25px;
    pointer-events: auto;
    z-index: auto; 
    position: static;
}

.socialcustoms1 {
    float: right;
    font-size: 20px;
    margin-top: 10px;
}

/* Clearfix for container to avoid float collapsing */
.container::after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile View */
@media (max-width: 768px) {
    .socialcustoms {
        margin-top: 10px;
        position: fixed;
        font-size: 11px;
        width: 100%;
        text-align: right;
        padding: 8px;
        padding-right: 26px;
        pointer-events: auto; 
        z-index: auto; 
        position: static; 
    }


    .socialcustoms1 {
        position: absolute;
        float: none;
        clear: both;
        right: 0;
        text-align: right;
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: -35px;
        padding: 5px;
        margin-right: 23px;
    }
}

.nexamenu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .nexamenu {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 31px;
    }
}




