section {
    margin: auto !important;
}

.prodct .btn {
    padding: 1% 6% !important;
    width: 100%;
    display: flex;
    border: none;
    flex-wrap: wrap;
}

.productheighlight {
    padding: 1% 10% !important;
    text-align: center;
}

.ourProductTitle {
    font-size: 16px !important;
    margin-left: 10px;
}

.ourProductSubTitle {
    font-size: 14px !important;
    margin-left: 12px;
}

.productSubTitle {
    font-size: 14px;
    color: #A5A5A5;
}

.productheighlight .col-5 {
    cursor: pointer;
    border-radius: 10px;
    padding: 2%;
    border: 1px solid #CE0403;
    display: flex;
    text-align: center;
    align-items: center;
}

.productheighlight .col-5 p {
    font-size: 14px;
    color: #5B616E;
}

.prodct .active {
    background-color: #CE0403;
    color: #fff;
}

.activeHeighlight {
    background-color: #CE0403;
    color: #fff !important;
}

.activeHeighlight p {
    color: #fff !important;
}

.productImageContainer {
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.productImageContainer img {
    border-radius: 10px;
    position: relative;
}

.productimgDesc {
    position: absolute;
    bottom: 0;
    padding: 2% 5%;
}


.productAllList .card {
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
    transition: transform 0.3s ease, scale 0.3s ease;
    transition: all 2s;
    position: relative;
    margin: auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    border-radius: 15px;

}

.productAllList .card:hover .ourProductSubTitle {
    margin: 0%;
}

.accordion {
    padding: 3% 10%;
}

.QuestionSection {
    margin: 3% auto !important;
}

.enquiryContent div {
    display: flex;
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 2px;
}

.quicknote .form-control,
.quicknote .form-select {
    width: 100%;
    height: 40px;
    background-color: #F9F9FB;
    border: 1px solid #D6D6D6;
    font-size: 13px;
    text-align: start;
    margin: 5px auto;
}

.quicknote textarea {
    /* width: ; */
    height: 20vh !important;
}

.accordion-item {
    border: 1px solid #D6D6D6 !important;
    padding: 5px;
    border-radius: 10px !important;
}

.enquiryTitle {
    color: #A5A5A5;
}

.btnEnquiryMotel {
    width: 100%;
    margin: auto;
}

.btnEnquiryMotel button {
    background: transparent;
    border: 2px solid #CE0403;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 10px;
    width: 100% !important;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.productImageContain {
    width: 75% !important;
    height: 250px !important;
}

.productImageContain img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background-size: cover !important;
}

.btnEnquiryMotel:last-child {
    /* background-color: #CE0403; */
}

.sendEnquiry {
    background-color: #CE0403 !important;
    color: #fff;
    border: 2px solid #CE0403;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.hideEnquiry {
    /* height: 0px !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.majorProjectProduct {
    background-image: url('../images/majorProduct.webp') !important;

}

@media (min-width: 101px) and (max-width: 500px) {
    .prodct button {
        border: 2px solid #CE0403;
        background: #fff;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 12px;
        color: #CE0403;
    }

    .productAllList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: auto;
        padding: 2% 5%;
        /* width: 350px !important; */
        /* background-color: #CE0403; */
    }

    .productAllList .card {
        min-height: 200px;
        max-height: 200px;
        width: 135px;
    }

    .productAllList .card .cardimg {
        width: 100%;
        min-height: 120px;
        max-height: 120px;
        background-color: #CE0403;
        transition: transform 0.3s ease;
        overflow: hidden;
    }

    .productAllList .card .cardimg img {
        width: 100%;
        min-height: 120px;
        max-height: 120px;
        object-fit: cover;
        background-size: cover;
        display: block;
    }

    .productHomes .ourProductTitle {
        height: auto !important;
        margin: auto;
        font-size: 13px !important;
    }

    .productHomes .ourProductSubTitle {
        height: auto !important;
        margin: 0% auto;
        font-size: 12px !important;
    }

    /* .productAllList .card .card-img-top {
        height: 130px !important;
    } */


    .productAllList .card .hideEnquiry {
        opacity: 1;
        /* max-height: 100px; */
        height: auto;
    }

    .productAllList .card .hideEnquiry {
        opacity: 1;
        max-height: 40px !important;
        min-height: 40px !important;
        margin: auto 0px 0px 0px;
    }



}

@media (min-width: 501px) and (max-width: 600px) {

    .productAllList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: auto;
        padding: 2% 5%;
    }

    .prodct button {
        border: 2px solid #CE0403;
        background: #fff;
        padding: 5px 10px;
        border-radius: 30px;
        /* margin: 0% 0.2%; */
        color: #CE0403;
        font-size: 13px;

    }

    .productAllList .card {
        min-height: 350px;
        max-height: 350px;
        width: 250px;
    }

    .productAllList .card .card-img-top {
        height: 230px !important;
    }


    .productAllList .card .hideEnquiry {
        opacity: 1;
        max-height: 100px;
        height: auto;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {

    .productAllList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: auto;
        padding: 2% 5%;
    }

    .prodct button {
        border: 2px solid #CE0403;
        background: #fff;
        padding: 5px 10px;
        border-radius: 30px;
        color: #CE0403;
        font-size: 13px;
    }

    .productAllList .card {
        min-height: 350px;
        max-height: 300px;
        width: 250px;
    }

    .productAllList .card:hover .card-img-top {
        height: 230px !important;
    }

    .productAllList .card:hover .card-img-top {
        height: 230px !important;
    }


    .productAllList .card:hover .hideEnquiry {
        opacity: 1;
        max-height: 100px;
        height: auto;
    }
}

@media (min-width: 1025px) {

    .productAllList {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: auto;
        padding: 2% 5%;

    }

    .prodct button {
        border: 2px solid #CE0403;
        background: #fff;
        padding: 5px 10px;
        border-radius: 30px;
        color: #CE0403;
    }

    .productAllList .card {
        min-height: 350px;
        max-height: 350px;
        width: 250px;
        /* background-color: #CE0403; */
        margin: auto;
    }

    .productAllList .card:hover .card-img-top {
        height: 230px !important;
    }

    .productAllList .card:hover .hideEnquiry {
        opacity: 1;
        max-height: 100px;
        height: auto;
    }

}

.productAllList .card .card-img-top {
    width: 100%;
    height: 250px;
    transition: transform 0.3s ease;

}

.productHome {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    width: 100%;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 600px) {
    .productHome {
        margin-top: 14%;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .productHome {
        margin-top: 10%;
    }
}

@media (min-width: 1025px) {
    .productHome {
        margin-top: 7%;
    }
}


.contour-wrap {
    z-index: 999;
    backdrop-filter: blur(3px);
    margin: auto;
}

.contour:before {
    content: "";
    z-index: 10;
    position: absolute;
    height: 200%;
    width: 300%;
    background: linear-gradient(transparent 0%,
            rgba(255, 255, 255, 0.1) 45%,
            rgba(250, 210, 210, 0.5) 50%,
            rgba(255, 255, 255, 0.1) 55%,
            transparent 100%);
    transition: all 2s;
    transform: rotate(45deg);
    animation: shine 3s infinite forwards;
}

@keyframes shine {
    0% {
        left: -120%;
        top: 120%;
    }

    100% {
        left: 120%;
        top: -120%;
    }
}


.contour {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: 999;
}

.hideEnquiry p {
    font-size: 0.9rem;
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 8px; */
    margin: auto;
}


.hideEnquiry .col-3 {
    /* width: 100%; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto !important;
    /* display: none !important; */
}

.productHome {
    background-image: url("../images/productHome.webp");
}