﻿

.imgstyle {
    width: 100%;
    height: auto;
}

.title1format {
    text-align: left;
}

.imgfront {
    width: 300px;
    height: 250px;
}

#text1 {
    text-align: center;
}

    #text1 p {
        display: inline-block;
    }


table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
}


.video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


@media (min-width: 320px) and (max-width: 768px) {
    .video-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}




.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    align-items: center;
}


.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}



    .tab button:hover {
        background-color: #ddd;
    }


    .tab button.active {
        background-color: #ccc;
    }


.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}




#Interior .gallery-item {
    margin-bottom: 30px;
    text-align: center;
}

#Interior .gallery-item img {
    width: 100%;
    height: 250px; /* Equal height for all images */
    object-fit: cover; /* Prevent image distortion */
    border-radius: 8px;
}

#Interior h3 {
    margin-top: 15px;
    font-size: 18px;
}

#Interior p {
    font-size: 14px;
}


.faq-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #110b0b;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #fbf9f9;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.faq-question {
    cursor: pointer;
    padding: 10px;
    background-color: #110b0b;
    font-weight: bold;
    border-radius: 4px;
}

.faq-answer {
    display: none;
    padding: 10px;
    background-color: #110b0b;
    border-radius: 4px;
}

.main-image {
    width: 100%;
    height: auto;
}


.table-responsive {
    width: 100%;
    overflow-x: auto;
    color: #f5f3f3
}

#specxuv7xo {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

    #specxuv7xo th,
    #specxuv7xo td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: center;
    }

    #specxuv7xo th {
        background: #110b0b;
        color: #fbf9f9;
    }


.spec-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    background-color: dimgrey;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-family: Arial, sans-serif;
    color: #222;
}

.spec-title {
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px;
    font-weight: 600;
}

.spec-table th {
    background: #f3f3f3;
    color: #111;
    font-weight: 600;
    padding: 12px;
    text-align: center;
}

.spec-table td {
    padding: 12px;
    color: #222;
}

.spec-table tr {
    border-bottom: 1px solid #e6e6e6;
}

    .spec-table tr:nth-child(even) {
        background: #fafafa;
    }

    .spec-table tr:last-child {
        border-bottom: none;
    }

@media (max-width:768px) {
    .spec-table th,
    .spec-table td {
        font-size: 13px;
        padding: 10px;
    }
}

