/*home*/
.head .home_product_invisible {
    opacity: 0;
}

.head .home_product {
    display: inline-block;
    padding: 0;
}

.head .home_product_column {
    width: 20%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}

.head .owl-bara .home_product_column {
    width: 100%;
}

.head .home_product_column_content {
    width: 100%;
}

.head .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0 0 0 6px;
}

.head .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.head .home_product_background_wrapper img {
    width: 100%;
    /* height: 560px; */
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.head .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.head .home_product_column:hover .overlay {
    opacity: 1;
}

.head .home_product_wrapper {
    /* min-height: 560px; */
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.head .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.head .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.head .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0 0 0 6px;
}

.head .home_product_title sup {
    color: #fff;
}

.head .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.head .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
    color: #fff;
}

.head .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

/*About Us*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #787878;
}

/* System Swing */
/* General Styles for .door-system class */
.door-system .floyer_decoblock .sli_3 {
    overflow: hidden;
    height: 100%;
}

.door-system .floyer_decoblock .support-location-img img {
    display: block;
    width: 100%;
    height: 261px;
    object-fit: cover;
}

.door-system .floyer_decoblock .support-location-img.sli_3 img {
    object-fit: cover;
    height: 546px;
}

.door-system .grid_box {
    margin: -10px;
}

.door-system .grid .grid-item {
    border: 10px solid #f3f3f3;
}

.door-system .grid-item-height {
    height: 546px;
    height: calc(100vh - 160px);
}

.door-system .grid-item-height-half {
    height: 273px;
    height: calc(33.33vh - 53px);
}

.door-system .grid-sizer, .door-system .grid-item {
    width: 25%;
}

.door-system .grid-item-text {
    width: 50%;
}

.door-system .grid-item img {
    width: 100%;
    display: block;
}

.door-system .grid-item.grid-item-height img, .door-system .grid-item.grid-item-height-half img {
    height: 100%;
    object-fit: cover;
}

.door-system .home_product_invisible {
    opacity: 0;
}

.door-system .home_product {
    display: inline-block;
    padding: 0;
}

.door-system .home_product_column {
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

.door-system .home_product_column_content {
    width: 100%;
}

.door-system .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.door-system .home_product_background_wrapper img {
    width: 100%;
    height: calc(100vh - 14em);
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.door-system .home_product_background_wrapper:hover img {
    transform: scale(1.025);
}

.door-system .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.door-system .home_product_column:hover .overlay {
    opacity: 1;
}

.door-system .home_product_column .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.door-system .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.door-system .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.door-system .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.door-system .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.door-system .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.door-system .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.door-system .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

.door-system #back-top {
    bottom: 88px;
}

.door-system .grid-item-height a, .door-system .grid-item-height .collection-icon {
    height: 100%;
}

.door-system .grid-item-height-half a, .door-system .grid-item-height-half .collection-icon {
    height: 100%;
}

.door-system .decorative_application ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}

.door-system .decorative_application li.deapp_tall {
    width: 31.333%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
}

.door-system .decorative_application li.deapp_long {
    width: 48%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
}

.door-system li.deapp_tall img, .door-system li.deapp_long img {
    width: 100%;
    display: block;
}

.door-system .deapp_cap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.door-system .deapp_cap h5 {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}


/*Window/ Partition/ Cabinet glass*/
.layout .grid_box {
    margin: -10px;
}

.layout .grid-sizer, 
.layout .grid-item {
    width: 25%;
}

.layout .grid-item-text {
    width: 50%;
}

.layout .grid-item img {
    width: 100%;
    display: block;
}

.layout .grid-item.grid-item-height img, 
.layout .grid-item.grid-item-height-half img {
    height: 100%;
    object-fit: cover;
}

.layout .grid-item-height {
    height: 546px;
    height: calc(100vh - 160px);
}

.layout .grid-item-height-half {
    height: 273px;
    height: calc(33.33vh - 53px);
}

.layout .home_product {
    display: inline-block;
    padding: 0;
}

.layout .home_product_column {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

.layout .home_product_column_content {
    width: 100%;
}

.layout .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.layout .home_product_background_wrapper img {
    width: 100%;
    height: calc(100vh - 14em);
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.layout .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.layout .home_product_column:hover .overlay {
    opacity: 1;
}

.layout .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.layout .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.layout .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.layout .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0 0 0 6px;
}

.layout .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.layout .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
    color: #fff;
}

.layout .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

.layout .grid-item-height a, .layout .grid-item-height .collection-icon{
    height: 100%;
}
.layout .grid-item-height-half a, .layout .grid-item-height-half .collection-icon{
    height: 100%;
}

/*Balustrade System*/
/* General Styles for .balustrades class */
.balustrades .grid_box .grid .grid-item-text {
    width: 50%; /* Specific width for text items */
}

.balustrades .grid-item-height a, 
.balustrades .grid-item-height .collection-icon {
    height: 100%;
}

.balustrades .grid-item-height-half a, 
.balustrades .grid-item-height-half .collection-icon {
    height: 100%;
}

.balustrades .grid_box .grid-item img {
    width: 100%; /* Ensure images cover the width of the grid item */
    display: block;
}

.balustrades .grid_box .grid-item.grid-item-height img, 
.balustrades .grid_box .grid-item.grid-item-height-half img {
    height: 100%; /* Ensure images cover the height of the grid item */
    object-fit: cover; /* Maintain aspect ratio */
}

.balustrades .grid_box .grid-item-height {
    height: calc(100vh - 160px); /* Full viewport height minus fixed pixel height */
}

.balustrades .grid_box .grid-item-height-half {
    height: calc(33.33vh - 53px); /* Adjust height for half-height items */
}

.balustrades .home_product {
    display: inline-block;
    padding: 0;
}

.balustrades .home_product_column {
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

.balustrades .home_product_column_content {
    width: 100%;
}

.balustrades .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.balustrades .home_product_background_wrapper img {
    width: 100%;
    height: calc(100vh - 14em);
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.balustrades .home_product_background_wrapper:hover img {
    transform: scale(1.025);
}

.balustrades .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.balustrades .home_product_column:hover .overlay {
    opacity: 1;
}

.balustrades .home_product_column .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.balustrades .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.balustrades .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.balustrades .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.balustrades .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.balustrades .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.balustrades .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.balustrades .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

.balustrades #back-top {
    bottom: 88px;
}

/*All frame-class: Balcony , stairs , group shower-screen-system*/
#back-top {
    bottom: 88px;
}

.frame .home_product_invisible {
    opacity: 0;
}

.frame .home_product_fixedpanel {
    display: inline-block;
    padding: 0;
}

.frame .home_product_column {
    width: 33.333%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    /* visibility: hidden; */
}

.frame .home_product_column_sub {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    /* visibility: hidden; */
    cursor: pointer;
}

.frame .home_product_column_content {
    width: 100%;
}

.frame .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.frame .home_product_background_wrapper img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.frame .home_product_background_wrapper:hover img {
    transform: scale(1.025);
}

.frame .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.frame .home_product_column_sub .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.frame .home_product_column:hover .overlay,
.frame .home_product_column_sub:hover .overlay {
    opacity: 1;
}

.frame .home_product_column .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.frame .home_product_column_sub .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.frame .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.frame .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.frame .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.frame .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.frame .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.frame .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.frame .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

.frame .decorative_application ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}

.frame .decorative_application li.deapp_tall {
    width: 31.333%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
}

.frame .decorative_application li.deapp_long {
    width: 48%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
}

.frame li.deapp_tall img,
.frame li.deapp_long img {
    width: 100%;
    display: block;
}

.frame .deapp_cap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.frame .deapp_cap h5 {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}


/*Glassure*/
.glassure .home_product_invisible {
    opacity: 0;
}

.glassure .home_product {
    display: inline-block;
    padding: 0;
}
.glassure .product_frame_glass .home_product_column {
    width: 20%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}
.glassure .home_product_column_content {
    width: 100%;
}

.glassure .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.glassure .home_product_background_wrapper img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.glassure .home_product_background_wrapper:hover img {
    transform: scale(1.025);
}

.glassure .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.glassure .home_product_column:hover .overlay {
    opacity: 1;
}

.glassure .home_product_column .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.glassure .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.glassure .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.glassure .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.glassure .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.glassure .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.glassure .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.glassure .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}


/*Glass*/
/* General Styles for .glass class */
.glass .home_product_invisible {
    opacity: 0;
}

.glass .home_product {
    display: inline-block;
    padding: 0;
}

.glass .product_frame_glass .home_product_column {
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

.glass .home_product_column_content {
    width: 100%;
}

.glass .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.glass .home_product_background_wrapper img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.glass .home_product_background_wrapper:hover img {
    transform: scale(1.025);
}

.glass .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.glass .home_product_column:hover .overlay {
    opacity: 1;
}

.glass .home_product_column .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.glass .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.glass .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.glass .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.glass .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.glass .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.glass .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.glass .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

/*Material*/
/* General Styles for .glass class */
.pro_material .home_product_invisible {
    opacity: 0;
}

.pro_material .home_product {
    display: inline-block;
    padding: 0;
}

.pro_material .product_frame_glass .home_product_column {
    width: 33.333%;
    position: relative;
    flex-wrap: wrap;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

.pro_material .home_product_column_content {
    width: 100%;
}

.pro_material .home_product_background_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.pro_material .home_product_background_wrapper img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.pro_material .home_product_background_wrapper:hover img {
    transform: scale(1.025);
}

.pro_material .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pro_material .home_product_column:hover .overlay {
    opacity: 1;
}

.pro_material .home_product_column .home_product_wrapper {
    align-content: flex-start;
    align-items: flex-start;
}

.pro_material .home_product_wrapper {
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.pro_material .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.pro_material .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.pro_material .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.pro_material .home_product_inner .text {
    max-height: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}

.pro_material .home_product_column_content a:hover .home_product_inner .text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.pro_material .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

.material_hover li.deapp_long:hover img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.2);
}


/*Irregular-mirror*/
.irregular-mirror .grid_box {
    margin: -10px;
    display: inline-block;
    width: auto;
}

/* Grid LED Styles */
.irregular-mirror .grid-led .grid-led-item {
    border: 10px solid #f3f3f3;
    overflow: hidden;
}

/* Grid LED Sizer Styles */
.irregular-mirror .grid-led-sizer {
    width: 50%;
}

.irregular-mirror .grid-led-item {
    width: 50%;
    float: left;
}

.irregular-mirror .grid-led-item2 {
    width: 16.66%;
}

.irregular-mirror .grid-led-item img {
    width: 100%;
    height: 94.2%;
    display: block;
    object-fit: cover;
    display: inline-block;
}

/* Height Styles */
.irregular-mirror .grid-led-item-height {
    height: 850px;
    height: calc(100vh - 110px);
}

.irregular-mirror .grid-led-item-height2 {
    height: 214px;
    height: calc(25vh - 40px);
}

.irregular-mirror .grid-led-item .mcolor_option, 
.irregular-mirror .grid-led-item .mcolor_option img {
    height: 100%;
    position: relative;
}

/*Frame-mirror*/
/* Invisible Home Product */
.frame-mirror .home_product_invisible {
    /* visibility: hidden; */
    opacity: 0;
}

/* Home Product */
.frame-mirror .home_product {
    display: inline-block;
    padding: 0;
}

/* Product Frame Styles */
.frame-mirror .product_frame .home_product_column {
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    /* visibility: hidden; */
}

.frame-mirror .home_product_column_content {
    width: 100%;
}

.frame-mirror .home_product_background_wrapper {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.frame-mirror .home_product_background_wrapper img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}

.frame-mirror .home_product_background_wrapper:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

/* Overlay Styles */
.frame-mirror .home_product_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.frame-mirror .home_product_column:hover .overlay {
    opacity: 1;
}

/* Product Wrapper Styles */
.frame-mirror .home_product_column .home_product_wrapper {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.frame-mirror .home_product_wrapper {
    /* min-height: 560px; */
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.frame-mirror .home_product_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.frame-mirror .home_product_wrapper .home_product_inner {
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.frame-mirror .home_product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}

.frame-mirror .home_product_inner .products_text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 40%;
    width: 80%;
    text-align: center;
}

.frame-mirror .products_text.products_longtext {
    bottom: 35%;
    width: 100%;
    right: 0;
    left: 0;
}

.frame-mirror .home_product_column_content a:hover .home_product_inner .products_text {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}

.frame-mirror .home_product_rmore {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}



/* Media Queries for Various Screen Sizes */

@media only screen and (max-width: 1200px) {
    /*Frame-mirror*/
    .frame-mirror .product_frame .home_product_column {
        width: 33%;
    }
    /*Layout*/
    .layout .product_frame_glass .home_product_column {
        width: 33%; /* Adjust width for product columns on medium screens */
    }
    .frame .product_frame_glass .home_product_column {
        width: 33%;
    }
    .balustrades .grid-sizer,
    .balustrades .grid-item {
        width: 25%;
    }

    .frame .grid-sizer,
    .frame .grid-item {
        width: 25%;
    }
}

@media (max-width: 991px) {
    /*Irregular-mirror*/
    .irregular-mirror .grid-led-sizer,
    .irregular-mirror .grid-led-item {
        width: 100%;
    }
    
    .irregular-mirror .grid-led-item2,
    .irregular-mirror .grid-led-sizer {
        width: 50%;
    }
    /*Glass*/
    .glass .support-company-area .home_product_background_wrapper img {
        height: 560px !important;
    }

    .glass .support-company-area .home_product_column {
        position: relative !important;
    }

    .glass .grid-sizer,
    .glass .grid-item {
        width: 100%;
    }

    .glass .grid-item-height {
        height: 250px;
    }
    /*Frame*/
    .frame .door_system_frame label .label_radio_border {
        height: calc(40vh);
    }
    /*Balustrades*/
    .balustrades .home_product_background_wrapper img {
        height: 320px !important;
    }

    .balustrades .home_product_column {
        position: relative !important;
    }
    /*Layout*/
    .grid-sizer,
    .grid-item {
        width: 100%; /* Full width for grid items on smaller screens */
    }

    .grid-item-height {
        height: 250px; /* Adjust height for grid items */
    }
    /*Door System*/
    .door-system .home_product_column {
        width: 50%; /* Full width for home_product_column */
        justify-content: center !important;
        min-width: 0 !important;
    }

    .door-system .home_product_background_wrapper img {
        height: auto; /* Maintain aspect ratio */
    }

    .door-system .home_product_wrapper {
        padding: 44px 44px 33px 37px;
    }
    .door-system .home_product_background_wrapper img {
        height: 320px !important;
    }

    .door-system .home_product_column {
        position: relative !important;
    }
    .collection .grid-sizer, 
    .collection .grid-item {
        width: 100%;
        float: none;
    }
    .collection .grid-item-height-half {
        height: 273px;
    }
    .collection .grid-item-height {
        height: auto;
    }
}

@media (max-width: 990px) {
    .balustrades .home_product_column {
        width: 50%;
        justify-content: center !important;
        min-width: 0 !important;
    }
    .balustrades .grid-sizer,.grid-item{
            width: 100%;
        }
        
    .balustrades .grid-item-height{
            height: 250px;
        }

    .balustrades .home_product_background_wrapper img {
        height: auto; /* Maintain aspect ratio */
    }

    .balustrades .home_product_wrapper {
        padding: 44px 44px 33px 37px;
    }
}

@media only screen and (max-width: 990px) {
    /* Home */
    .head .home_product_column {
        width: 50%;
    }

    .head .owl-bara .home_product_column {
        width: 100%;
    }
    /*Frame*/
    .frame .home_product_fixedpanel {
        width: 50%;
    }
    .frame .home_product_background_wrapper img {
        height: 320px;
    }
    .frame .home_product_inner .text {
        bottom: 65%;
    }
    /*Frame-mirror*/
    .frame-mirror .product_frame .home_product_column {
        width: 50%;
    }

    .frame-mirror .home_product_background_wrapper img {
        height: 320px;
    }

    .frame-mirror .home_product_inner .products_text {
        bottom: 65%;
    }
    /*Layout*/
    .layout .home_product_background_wrapper img {
        height: 320px; /* Adjust image height for background wrapper */
    }

    .layout .home_product_inner .text {
        bottom: 65%; /* Adjust text positioning */
    }

    .layout .grid-item-height-half,
    .layout .grid-item-height {
        height: 14.5vh; /* Adjust height for grid items */
    }
    /* Partition */
    .grid-sizer, 
    .grid-item {
        width: 100%;
    }
    .grid-item-height {
        height: 250px;
    }

    .glass .container-fluid .owl-carousel .home_product_background_wrapper img {
        height: 320px; /* Use !important if needed to override */
        width:100px;
    }

    .glass .container-fluid .owl-carousel .home_product_inner .text {
        bottom: 65% !important; /* Use !important if needed to override */
    }
    /* Swing-Door System */
    .swing-door-system .home_product_column {
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        display: inline-block;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .swing-door-system .home_product_background_wrapper img {
        height: 320px;
    }

    /* Collection group */
    .collection .grid-sizer, 
    .collection .grid-item {
        width: 100%;
        float: none;
    }
    .collection .grid-item-height-half {
        height: 273px;
    }
    .collection .grid-item-height {
        height: auto;
    }

    /*Layout*/
    .home_product_background_wrapper img {
        height: 320px; /* Adjust image height for background wrapper */
    }

    .home_product_inner .text {
        bottom: 65%; /* Adjust text positioning */
    }

    .grid-item-height-half,
    .grid-item-height {
        height: 14.5vh; /* Adjust height for grid items */
    }

    .layout .product-page .home_product_column {
        width: 50%; /* Full width for home_product_column */
        justify-content: center !important;
        min-width: 0 !important;
    }

    .layout .product-page .home_product_background_wrapper img {
        /* Adjust image height or other properties */
        height: auto; /* Maintain aspect ratio */
    }

    .layout .product-page .home_product_wrapper {
        padding: 44px 44px 33px 37px;
    }
}

@media (max-width: 780px) {
    /*Layout*/
    .layout .support-company-area .home_product_background_wrapper img {
        width: 100%; /* Full width images */    
    }
    .layout .support-company-area .home_product_background_wrapper {
        width: 100%; /* Full width images */    
    }
}

@media (max-width: 768px) {
    .door-system .home_product_background_wrapper img {
        width: 100%; /* Full width images */
        height: auto; /* Maintain aspect ratio */
    }

    .door-system .home_product_rmore {
        padding: 10px; /* Adjust padding */
    }
    .frame ul.door_system_frame li {
        width: 48%;
        margin-bottom: 10px;
    }
    .balustrades .home_product_background_wrapper img {
        width: 100%; /* Full width images */
        height: auto; /* Maintain aspect ratio */
    }

    .balustrades .home_product_rmore {
        padding: 10px; /* Adjust padding */
    }

    .frame .decorative_application li.deapp_tall,
    .frame .decorative_application li.deapp_long {
        width: 100%;
    }
    .frame li.deapp_tall img,
    .frame li.deapp_long img {
        height: 356px;
        object-fit: cover;
    }
}

/*Collection group*/
@media only screen and (max-width: 760px) {
    /* Collection group */
    .collection .grid-sizer, 
    .collection .grid-item {
        width: 100%;
        float: none;
    }
    .collection .grid-item-height, 
    .collection .grid-item-height-half {
        height: auto;
    }

    /* Bedroom */
    .grid-sizer, 
    .grid-item {
        width: 100%;
        float: none;
    }
    .grid-item-height, 
    .grid-item-height-half {
        height: auto;
    }
}

/*Collection*/
@media only screen and (max-width: 680px) {
    /* Home */
    .head .home_product_column {
        width: 100%;
    }
    /*Glass*/
    .glass .product_frame_glass .home_product_column {
        width: 100%;
    }
    /*Glassure*/
    .glassure .product_frame_glass .home_product_column {
        width: 100%;
    }
     /*Material*/
    .pro_material .product_frame_glass .home_product_column {
        width: 100%;
    }
    /*Frame*/
    .frame .product_frame_glass .home_product_column {
        width: 100%;
    }
    /*Balustrades*/
    .balustrades .home_product_background_wrapper img {
        width: 100%; /* Full width images */
        height: auto; /* Maintain aspect ratio */
    }

    .balustrades .home_product_rmore {
        padding: 10px; /* Adjust padding */
    }

    /* Swing-Door System */
    .swing-door-system .product_frame_glass .home_product_column {
        width: 100%;
    }

    .swing-door-system .home_product_inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    /* Collection group */
    .collection .grid-sizer, 
    .collection .grid-item {
        width: 100%;
        float: none;
    }
    .collection .grid-item-height, 
    .collection .grid-item-height-half {
        height: auto;
    }
    /*Door System*/
    .door-system .home_product_column {
        width: 100%; /* Full width for home_product_column */
        display: flex; /* Ensure the column behaves as a flex container */
        justify-content: space-between; /* Space between items */
        flex-wrap: wrap; /* Allow wrapping */
    }
    .frame-mirror .product_frame .home_product_column {
        width: 100%;
    }
}


@media only screen and (max-width: 480px) {
    /* Collection group */
    .collection .grid-sizer, 
    .collection .grid-item {
        width: 100%;
        float: none;
    }
    .collection .grid-item-height, 
    .collection .grid-item-height-half {
        height: auto;
    }

    /* Frame */
    .frame ul.door_system_frame li {
        width: 100%;
        margin-bottom: 10px;
    }

    .frame ul.door_system_frame {
        display: flex;
        flex-wrap: wrap;
        margin-left: -2%;
        list-style: none;
        flex-direction: column;
    }
    /*Irregular-mirror*/
    .irregular-mirror .grid-led-item img {
        height: auto; /* Adjust image height */
    }

    /* Home */
    .head .home_product_column {
        width: 100%;
    }
    
    /* Bedroom */
    .grid-sizer, 
    .grid-item {
        width: 100%;
        float: none;
    }
    .grid-item-height, 
    .grid-item-height-half {
        height: auto;
    }
     /*Layout*/
    .layout .home_product_background_wrapper {
        height:auto;
    }
    .door-system .decorative_application li.deapp_tall img, 
    .door-system .decorative_application li.deapp_long img {
        height: 240px; /* Set specific height for images */
        object-fit: cover; /* Ensure images cover the area */
    }
    /*Frame*/
    .frame li.deapp_tall img,
    .frame li.deapp_long img {
        height: 240px;
        object-fit: cover;
    }
    /*Balustrades*/
    .balustrades .home_product_background_wrapper img {
        width: 100%; /* Full width images */
        height: auto; /* Maintain aspect ratio */
    }

    .balustrades .home_product_rmore {
        padding: 10px; /* Adjust padding */
    }
}


/* magnifying glass */
@media only screen and (max-width: 768px) {
    .rbm_modal > .modal-dialog {
        max-width: 90%;
        width: 90%;
        margin: auto;
    }

    .rbm_modal > .modal-dialog > .modal-content {
        width: 100%;
        height: auto;
    }

    .rbm_modal .search-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rbm_modal .search-input {
        width: 50%;
        box-sizing: border-box;
    }

    .rbm_modal .search-button {
        width: 30%;
        box-sizing: border-box;
    }
}

/*show screen system*/

    .ss_system .floyer_decoblock .sli_3{
        overflow: hidden;
        height: 100%;
    }
    .ss_system .floyer_decoblock .support-location-img img{
        display: block;
        width: 100%;
        height: 261px;
        object-fit: cover;
    }
    .ss_system .floyer_decoblock .support-location-img.sli_3 img{
        object-fit: cover;
        height: 546px;
    }

    .ss_system .grid_box{
        margin: -10px;
    }    
        .ss_system .grid .grid-item{
                border: 10px solid #f3f3f3;
        }
        .ss_system .grid-item-height{
            height: 546px;
                    height: calc(100vh - 160px);
        }
        .ss_system .grid-item-height-half{
            height: 273px;
                height: calc(33.33vh - 53px);
        }
        .ss_system .grid-sizer,.ss_system .grid-item{
            width: 25%;
        }
        .ss_system .grid-item-text{
            width: 50%;
        }
        .ss_system .grid-item img{
            width: 100%;
            display: block;
        }
        .ss_system .grid-item.grid-item-height img, .ss_system .grid-item.grid-item-height-half img{
            height: 100%;
            object-fit: cover;
        }
        .ss_system .home_product_invisible {
                /*visibility: hidden;*/
                 opacity: 0;
        }
        .ss_system .home_product {
                display: inline-block;
                padding: 0;
        }

        .ss_system .home_product_column {
            width: 100%;
            position: relative;
            flex-wrap: wrap;
            /* align-content: flex-start; */
            display: inline-block;
            border: 0;
            padding: 0;
            margin: 0;
            float: left;
        }
        .ss_system .home_product_column_content{
            width: 100%;
        }
        .ss_system .home_product_background_wrapper{
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            border-radius: 0;
            overflow: hidden;
        }

        .ss_system .home_product_background_wrapper img {
            width: 100%;
            /*height: 560px;*/
            display: block;
            object-fit: cover;
            transition-duration: 300ms;
        }
        .ss_system .home_product_background_wrapper:hover img {
            -webkit-transform: scale(1.025);
            transform: scale(1.025);
        }

        .ss_system .home_product_column .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          transition: opacity 0.3s ease;
        }

        .ss_system .home_product_column:hover .overlay {
          opacity: 1;
        }

        .ss_system .home_product_column .home_product_wrapper{
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .ss_system .home_product_wrapper {
                /* min-height: 560px; */
            padding: 44px 44px 33px 37px;
            justify-content: flex-start;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }
        .ss_system .home_product_inner{
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }
        .ss_system .home_product_wrapper .home_product_inner{
            z-index: 1;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0px;
            width: 100%;
        }
        .ss_system .home_product_title{
            font-size: 20px;
            font-weight: 700;
            text-transform: capitalize;
            line-height: 28px;
            color: #fff;
            margin-bottom: 303px;
            padding: 0px 0px 0px 6px;
        }
        .ss_system .home_product_inner .text{
            max-height: 0;
            overflow: hidden;
            -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
            -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
            transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
            opacity: 0;
            transform: translateY(10px);
            margin-bottom: 0;
            position: absolute;
            bottom: 29%;
            width: 80%;
        }
        .ss_system .home_product_column_content a:hover .home_product_inner .text{
            max-height: 120px;
            opacity: 1;
            transform: translateY(0px);
            color: #fff;
        }
        .ss_system .home_product_rmore{
            font-size: 12px;
            text-transform: uppercase;
            line-height: 24px;
            letter-spacing: 1px;
            color: #fff;
            position: absolute;
            bottom: 10%;
        }
        .ss_system #back-top{
            bottom: 88px;
        }
        .ss_system .grid-item-height a, .ss_system .grid-item-height .collection-icon{
            height: 100%;
        }
        .ss_system .grid-item-height-half a, .ss_system .grid-item-height-half .collection-icon{
            height: 100%;
        }
        .ss_system .decorative_application ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: -2%;
            list-style: none;
        }
        .ss_system .decorative_application li.deapp_tall {
            width: 31.333%;
            margin-left: 2%;
            margin-top: 30px;
            font-size: 14px;
            position: relative;
        }
        .ss_system .decorative_application li.deapp_long {
            width: 48%;
            margin-left: 2%;
            margin-top: 30px;
            font-size: 14px;
            position: relative;
        }
        .ss_system li.deapp_tall img, .ss_system li.deapp_long img  {
            width: 100%;
            display: block;
        }
        .ss_system .deapp_cap {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .ss_system .deapp_cap h5 {
            color: #fff;
            font-weight: bold;
            text-shadow: 2px 2px 8px #000000;
        }
        @media only screen and (max-width: 1200px){
            .ss_system .product_frame_glass .home_product_column  {
                width: 33%;
            }
        }
        @media (max-width: 991px){
            .ss_system .grid-sizer,.ss_system .grid-item{
                width: 100%;
            }
            .ss_system .grid-item-height{
                height: 250px;
            }
        }
        @media only screen and (max-width: 990px){
            /*.home_product_column  {
                width: 50%;
            }
            .home_product_background_wrapper img {
                height: 320px;
            }*/
            .ss_system .home_product_inner .text {
                bottom: 65%;
            }
            .ss_system .grid-item-height-half,.ss_system .grid-item-height{
                height: calc(14.33vh);
            }
        }
        @media (max-width: 767px){
            .ss_system .decorative_application li.deapp_tall, .ss_system .decorative_application li.deapp_long {
                width: 100%;
            }
            .ss_system li.deapp_tall img, .ss_system li.deapp_long img  {
                height: 356px;
                object-fit: cover;
            }
        }
        @media only screen and (max-width: 680px){
            .ss_system .product_frame_glass .home_product_column  {
                width: 100%;
            }
        }
        @media (max-width: 480px){
            .ss_system li.deapp_tall img, .ss_system li.deapp_long img  {
                height: 240px;
                object-fit: cover;
            }
        }


/*  mirror  */
.main_mirror .home_product_invisible {
         opacity: 0;
}
.main_mirror .home_product {
        display: inline-block;
        padding: 0;
}

.main_mirror .product_frame .home_product_column {
    width: 25%;
    position: relative;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}
.main_mirror .home_product_column_content{
    width: 100%;
}
.main_mirror .home_product_background_wrapper{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.main_mirror .home_product_background_wrapper img {
    width: 100%;
    /*height: 560px;*/
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}
.main_mirror .home_product_background_wrapper:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.main_mirror .home_product_column .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main_mirror .home_product_column:hover .overlay {
  opacity: 1;
}

.main_mirror .home_product_column .home_product_wrapper{
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main_mirror .home_product_wrapper {
        /* min-height: 560px; */
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.main_mirror .home_product_inner{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.main_mirror .home_product_wrapper .home_product_inner{
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}
.main_mirror .home_product_title{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}
.main_mirror .home_product_inner .text{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}
.main_mirror .home_product_column_content a:hover .home_product_inner .text{
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}
.main_mirror .home_product_rmore{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

@media only screen and (max-width: 990px){
    .main_mirror .home_product_inner .text {
        bottom: 65%;
    }
}
@media only screen and (max-width: 680px){
    .main_mirror .product_frame .home_product_column  {
        width: 100%;
    }
}
/* decorative glass */
.main_deco_glass .floyer_decoblock .sli_3{
    overflow: hidden;
    height: 100%;
}
.main_deco_glass .floyer_decoblock .support-location-img img{
    display: block;
    width: 100%;
    height: 261px;
    object-fit: cover;
}
.main_deco_glass .floyer_decoblock .support-location-img.sli_3 img{
    object-fit: cover;
    height: 546px;
}

.main_deco_glass .grid_box{
    margin: -10px;
}    
.main_deco_glass .grid .grid-item{
        border: 10px solid #f3f3f3;
}
.main_deco_glass .grid-item-height{
    height: 546px;
    height: calc(100vh - 220px);
}
.main_deco_glass .grid-item-height-half{
    height: 273px;
    height: calc(33.33vh - 73.66px);
}
.main_deco_glass .grid-sizer,.main_deco_glass .grid-item{
    width: 25%;
}
.main_deco_glass .grid-item-text{
    width: 50%;
}
.main_deco_glass .grid-item img{
    width: 100%;
    display: block;
}
.main_deco_glass .grid-item.grid-item-height img, .main_deco_glass .grid-item.grid-item-height-half img{
    height: 100%;
    object-fit: cover;
}
.main_deco_glass .main_deco_glass .home_product_invisible {
        /*visibility: hidden;*/
         opacity: 0;
}
.main_deco_glass .home_product {
        display: inline-block;
        padding: 0;
}

.main_deco_glass .home_product_column {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}
.main_deco_glass .home_product_column_content{
    width: 100%;
}
.main_deco_glass .home_product_background_wrapper{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.main_deco_glass .home_product_background_wrapper img {
    width: 100%;
    /*height: 560px;*/
    display: block;
    object-fit: cover;
    transition-duration: 300ms;
}
.main_deco_glass .home_product_background_wrapper:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.main_deco_glass .home_product_column .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main_deco_glass .home_product_column:hover .overlay {
  opacity: 1;
}

.main_deco_glass .home_product_column .home_product_wrapper{
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main_deco_glass .home_product_wrapper {
        /* min-height: 560px; */
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.main_deco_glass .home_product_inner{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.main_deco_glass .home_product_wrapper .home_product_inner{
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}
.main_deco_glass .home_product_title{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}
.main_deco_glass .home_product_inner .text{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
    position: absolute;
    bottom: 29%;
    width: 80%;
}
.main_deco_glass .home_product_column_content a:hover .home_product_inner .text{
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
}
.main_deco_glass .home_product_rmore{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    bottom: 10%;
}

.main_deco_glass .grid-item-height a, .main_deco_glass .grid-item-height .collection-icon{
    height: 100%;
}
.main_deco_glass .grid-item-height-half a, .main_deco_glass .grid-item-height-half .collection-icon{
    height: 100%;
}
.main_deco_glass .decorative_application ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}
.main_deco_glass .decorative_application li.deapp_tall {
    width: 31.333%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
}
.main_deco_glass .decorative_application li.deapp_long {
    width: 48%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.main_deco_glass li.deapp_tall img, .main_deco_glass li.deapp_long img  {
    width: 100%;
    display: block;
}
.main_deco_glass .deapp_cap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_deco_glass .deapp_cap h5 {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}
@media only screen and (max-width: 1200px){
    .main_deco_glass .product_frame_glass .home_product_column  {
        width: 33%;
    }
}
@media (max-width: 991px){
    .main_deco_glass .grid-sizer,.main_deco_glass .grid-item{
        width: 100%;
    }
}
@media only screen and (max-width: 990px){
    .main_deco_glass .home_product_column  {
        width: 100%;
    }
    .main_deco_glass .home_product_background_wrapper img {
        height: 320px;
    }
    .main_deco_glass .home_product_inner .text {
        bottom: 65%;
    }
    .main_deco_glass .decorative_application li.deapp_tall{
        overflow: hidden;
    }
    .main_deco_glass .grid-item-height-half,.main_deco_glass .grid-item-height{
        height: calc(13vh);
    }
}
@media (max-width: 767px){
    .main_deco_glass .decorative_application li.deapp_tall, .main_deco_glass .decorative_application li.deapp_long {
        width: 100%;
    }
    .main_deco_glass li.deapp_tall img, .main_deco_glass li.deapp_long img  {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 680px){
    .main_deco_glass .product_frame_glass .home_product_column  {
        width: 100%;
    }
}
@media (max-width: 480px){
    .main_deco_glass li.deapp_tall img, .main_deco_glass li.deapp_long img  {
        height: 240px;
        object-fit: cover;
    }
}

/* Hero Caption Position Overrides */
.slider-area .hero-caption p {
    margin-left: -5% !important;
    margin-bottom: 5% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption p {
        margin-left: 2% !important;
        margin-bottom: 4% !important;
    }
}
