/* Header Section */

body {
    overflow-x: hidden !important;
}

#owl-1 {
    position: absolute;
    top: 0px;
    z-index: -0;
}
#owl-1,
#owl-1 .owl-wrapper-outer,
#owl-1 .owl-wrapper-outer .owl-wrapper,
#owl-1 .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
}
#owl-1 .item .item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -0;
    background-color: transparent;
    background-size: cover;
    background-position: top center;
}
.owl-theme .owl-controls {
    position: relative;
    top: -50px;
}
.owl-theme .owl-controls .owl-page span {
    margin: 5px;
    margin-top: -20px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    background-color: #262C30;
}
.owl-theme .owl-controls .owl-page:hover span {
    background-color: #262C30;
}
/* Responsive css  */
/* Phone Portrait */

@media (max-width: 670px) {
    .hero-carousel-wrapper {
        height: 350px !important;
    }
    #owl-1,
    #owl-1 .owl-wrapper-outer,
    #owl-1 .owl-wrapper-outer .owl-wrapper,
    #owl-1 .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 350px;
    }
}
/* Header Section Text */

.hero-area .header-text {
    position: relative;
    z-index: 1;
    padding-top: 30%;
}
.hero-area .header-text .header-heading {
    margin-bottom: 15px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
}
.hero-area .header-text .header-sub-title {
    margin-bottom: 30px;
    opacity: .5;
}
.header-text > div {
    padding: 20px 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
}
/* Responsive css for Header Section Text */
/* Tablet Landscape */

@media (max-width: 1040px) {
    .hero-area .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    .hero-area .header-text {
        padding-top: 20%;
    }
}
@media (max-width: 480px) {
    .hero-area .header-text .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
    .hero-area .header-text {
        padding-top: 30%;
    }
}
/* Promotion Section */

#promotions {
    padding-bottom: 0px;
}
#promotions .content {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.00));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 40px 20px;
}
#promotions .content .btn {
    margin-top: 20px;
}
/* Responsive CSS for Promotion Section */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #promotions .content .btn {
        margin-top: 12px;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    #promotions .content {
        padding: 20px 30px;
    }
    #promotions .content .btn {
        margin-top: 7px;
    }
}
/* Phone Portrait */

@media (max-width: 670px) {
    #promotions figure {
        margin-bottom: 30px;
    }
    #promotions .content {
        padding: 5px 15px;
    }
}
/* Products Section */

#products {
    padding-bottom: 0px;
}
#products a {
    color: #262C30;
}
#products figure {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure:hover {
    cursor: pointer;
    position: relative;
    z-index: 9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure figcaption {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    border-left: 1px solid #f7f7f7;
}
#products figure:hover figcaption {
    background: rgba(0, 0, 0, 0.00);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
#products figure .product-price del {
    opacity: .5;
}
#products figure .product-price .promo-price {
    margin-left: 20px;
    color: #e53935;
}
/* Responsive CSS for Products Section */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #products figure .product-details {
        display: none;
    }
}
/* feature Area  */

.feature {
    padding: 0px;
}
.feature .section-img img {
    width: 100%;
}
.feature .section-content {
    padding: 120px 7% 120px 10%;
}
.feature .section-subheading {
    margin-bottom: 30px;
}
.feature p {
    line-height: 24px;
    position: relative;
}
.feature .btn {
    margin-top: 30px;
}
.feature-icon {
    font-size: 42px;
}
/*   feature Sections 1  */

#feature-sec-1 {
    background: #fff;
}
/*   feature Sections 2  */

#feature-sec-2 {
    background: #f9f9f9;
}
/* Responsive CSS */
/* Tablet Landscape */

@media (max-width: 1040px) {
    .feature .section-img img {} .feature .section-content {
        padding: 70px 10%;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    .feature .section-img img {
        width: 80%;
        margin: 0px auto;
        padding-top: 70px;
    }
    .feature {
        padding-bottom: 70px;
    }
}
/* CTA Area 1 */

#cta-1 {
    background: url("https://8b70fc.claudeassets.com/20260214022240im_/https://www.ideamobilier.com/img/hero-26.jpg") no-repeat transparent;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 160px 0px;
}
#cta-1 .header-text .header-heading {
    margin-bottom: 25px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
}
#cta-1 .header-text p {
    font-size: 20px;
    line-height: 28px;
    opacity: .5;
    margin-bottom: 30px;
}
/* Responsive css for CTA Area 1 */
/* Tablet Landscape */

@media (max-width: 1040px) {
    #cta-1 .header-text .header-heading {
        font-size: 48px;
        line-height: 52px;
    }
}
/* Tablet Portrait */

@media (max-width: 970px) {
    #cta-1 {
        text-align: center;
    }
}
/* Phone Portrait */

@media (max-width: 480px) {
    #cta-1 .header-text .header-heading {
        font-size: 36px;
        line-height: 42px;
    }
}
/* CTA Area 2 */

#cta-2 {
    color: #fff;
    background-image: url("https://0036a0.claudeassets.com/20260214022240im_/https://www.ideamobilier.com/img/hero-5.jpg");
    background-size: cover;
    background-attachment: fixed;
}
#cta-2 .section-subheading {
    margin-bottom: 30px;
}
/* Promo Product Section */

#exclusive-promo {
    padding: 0px;
}
/* section content promo products & exclusive product large blocks */

#exclusive-promo figure a {
    color: #262C30;
}
#exclusive-promo figure figcaption {
    max-width: 65%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding-left: 7%;
    padding-top: 35%;
}
#exclusive-promo figure figcaption .product-title {
    margin-bottom: 25px;
    font-size: 62px;
    font-weight: 100;
    line-height: 50px;
}
#exclusive-promo figure figcaption p {
    font-size: 20px;
    line-height: 28px;
    opacity: .5;
    margin-bottom: 30px;
}
#exclusive-products .sec-sm figure figcaption .product-tag {
    font-size: 12px;
}
#exclusive-products .sec-sm figure figcaption .product-title {
    font-weight: 300;
}
.text-white {
    color: white;
}
figcaption > div {
    min-width: 400px;
    padding: 40px 60px;
    background-color: rgba(0, 0, 0, 0.4);
}
.text-bg {
    color: white;
    padding: 20px 50px;
    background-color: rgba(0, 0, 0, 0.4);
}




/* Sections Responsive CSS */
/* Laptop & Desktop */

@media (min-width: 1040px) {
    /* Product Section Content & Hover Effect

    #featured-products figure figcaption,
    #trending-products figure figcaption {
        background: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        padding-top: 25%;
        padding-right: 60px;
        opacity: 0;
        text-align: center;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    #featured-products figure:hover figcaption,
    #trending-products figure:hover figcaption {
        opacity: 1;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    #featured-products .product-icon .fa,
    #trending-products .product-icon .fa {
        width: 70px;
        height: 70px;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        font-size: 36px;
        padding: 16px;
        border: 1px solid transparent;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 5%;
    }
} */

/*
     FILE ARCHIVED ON 18:21:02 May 09, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:21:17 Sep 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.49
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.041
  esindex: 0.008
  cdx.remote: 8.552
  LoadShardBlock: 204.018 (3)
  PetaboxLoader3.datanode: 54.738 (4)
  PetaboxLoader3.resolve: 225.277 (2)
  load_resource: 113.681
*/