.mk-section-header{
    margin-bottom:60px;
}

.mk-section-header .mk-title{
    font-size:36px;
    font-weight:500;
    letter-spacing:3px;
    color:#543E2F;
    margin-bottom:10px;
}

.mk-section-header .mk-subtitle{
    font-size:20px;
    letter-spacing:6px;
    color:#543E2F;
}



/* ─── Gallery Wrapper ─── */
.product-filter-gallery {
  font-family: 'Jost', sans-serif;
  /*background: var(--bg);*/
  background-color: #F8F5F4;
  padding: 5% 2%;
}

/* ─── Top Accent Bar ─── */
.product-filter-gallery__bar {
  height: 4px;
  background: linear-gradient(90deg, var(--border-top) 0%, #c07a40 50%, var(--border-top) 100%);
  margin-bottom: 20px;
}




/* =================== Product and category Page start here ================== */
.products-container {
  padding: 5% 0;
}

.product-bx {
  background-position: center !important;
  background-size: cover !important;
  padding: 8%;
  transition: 0.4s;
  margin: 0 0 6% 0;
}

.product-bx:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.product-bx h2 {
  color: #fff;
  padding: 10% 0 3% 0;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
}

.product-bx p {
  color: #fff;
  font-size: 13px;
  height: 120px;
  /* overflow-y: scroll; */
}

.product-bx img {
  width: 48px;
  height: 49px;
  margin: 15% 0 0 0;
  transition: 0.4s;
  border-radius: 50%;
}

.product-bx img:hover {
  transition: 0.4s;
  transform: scale(1.05);
  box-shadow: 0 2px 10px rgba(146, 146, 146, 0.155);
}



.project-cta .cta-banner{
    background: url('../assets/img/project-cta.svg')no-repeat;
    background-size: contain;
    background-position: center;
    margin: 5% 0;
    padding: 10% 5%;
}
.project-cta .signature-projects-slider__title{
    font-size: 50px;
    width: 60%;
    color: #543E2F;
}
.project-cta .cta-banner .explore-btnnon{
    background-color: transparent;
    border: 1.8px solid #F7941D;
    color: #F7941D;
}
.project-cta .cta-banner .explore-btnnon:hover{
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
     /*color: #fff;*/
     /*border-color: #fff;*/
}



/* Product Details CSS Start */
.product-details-sec {
  padding: 80px 0;
  background: #F8F5F4;
}

.product-details-sec .product-details-title {
  font-size: 64px;
  letter-spacing: 10px;
  color: #F7941D;
  margin-bottom: 0;
}

.product-details-sec .product-details-subtitle{
    color: #3F2D1F;
    font-size: 30px;
    letter-spacing: 5px;
    font-family: "Poppins", sans-serif;
}

.product-details-sec .wallpaper-subtitle {
  letter-spacing: 6px;
  color: #444;
  margin-bottom: 25px;
}

.product-details-sec .product-main-img img {
  width: 100%;
  display: block;
}

.product-details-sec .content-h{
    max-height: 350px; 
     overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5% 0 0;
     scroll-behavior: smooth;
     -ms-overflow-style: none;
    /*scrollbar-width: none;*/
    scroll-behavior: smooth;
}

.product-details-sec .content-h::-webkit-scrollbar {
    display: none;
}
.product-details-sec .content-h::-webkit-scrollbar {
  width: 3.3px;
}

/* Track */
.product-details-sec .content-h::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
   background: #f4f1ee; 
}
 
/* Handle */
.product-details-sec .content-h::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
.product-details-sec .content-h::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.product-details-sec .product-dfine-points {
  list-style: none;
  padding-left: 5%;
}

.product-details-sec .product-dfine-points li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  color: #543E2F;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
}

.product-details-sec .product-dfine-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 2px;
  background: #7a5c47;
}

.product-details-sec .bottom-row {
  margin-top: 60px;
}

.product-details-sec .bottom-row p {
  color: #888885;
  line-height: 2.1;
  font-size: 16px;
  margin-bottom: 25px;
}
.product-details-sec .bottom-row p span{
    font-size: 20px;
    font-weight: 600;
}

.product-details-sec .productfild-side-img img {
  width: 100%;
  display: block;
}


/* ─── CSS Variables ─── */
:root {
  --border-top: #8B4513;
  --gold: #543E2F;
  --gold-light: #543E2F;
  --text-dark: #1a1a1a;
  --text-mid: #555;
  --text-light: #999;
  --bg: #fff;
  --filter-active-color: #543E2F;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


/* ─── Filter Nav ─── */
.product-filter-gallery__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  padding: 0 2% 2%;
  /* margin-bottom: 2%; */
}

.product-filter-gallery__nav-btn {
  background: none;
  border: none;
  padding: 6px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #543E2F;
  cursor: pointer;
  position: relative;
  transition: color var(--transition);
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.product-filter-gallery__nav-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: calc(100% - 50px);
  height: 2px;
  background: var(--gold);
  transition: transform var(--transition);
}

.product-filter-gallery__nav-btn:hover {
  color: var(--text-dark);
}

.product-filter-gallery__nav-btn.active {
  color: var(--filter-active-color);
  font-weight: 700;
}

.product-filter-gallery__nav-btn.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* "View all" special styling */
.product-filter-gallery__nav-btn--viewall {
  font-weight: 600;
  font-size: 0.9rem;
  /* color: var(--text-dark); */
  padding-left: 0;
}

.product-filter-gallery__nav-btn--viewall::after {
  left: 40%;
}

/* ─── Grid ─── */
.product-filter-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 4px;
   align-content: start; 
}

/* ─── Item ─── */
/* ─── Item ─── */
.product-filter-gallery__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background: #f4f0eb;
  opacity: 0;
  transform: scale(0.96) translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    box-shadow 0.3s ease;
  /* NO display:none here */
}

.product-filter-gallery__item.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.product-filter-gallery__item.hiding {
  opacity: 0;
  transform: scale(0.93) translateY(8px);
  pointer-events: none;
}

/* Hidden but still occupies grid space — prevents layout shift */
.product-filter-gallery__item.ghost {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96) translateY(10px);
  visibility: hidden; /* hides content but keeps grid space */
}

.product-filter-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-filter-gallery__item:hover img {
  transform: scale(1.06);
}

/* Hover overlay */
.product-filter-gallery__item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background var(--transition);
  z-index: 1;
}

.product-filter-gallery__item:hover::before {
  background: rgba(0, 0, 0, 0.12);
}

/* Gold corner accent on hover */
.product-filter-gallery__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 0px solid var(--gold);
  opacity: 0;
  transition:
    border-top-width 0.3s ease,
    border-left-width 0.3s ease,
    opacity 0.3s ease;
  z-index: 2;
}

.product-filter-gallery__item:hover::after {
  border-top: 36px solid transparent;
  border-left: 36px solid var(--gold);
  opacity: 1;
}



/* ----====== HOME menu page css =======---- */
.home-common-main p {
  line-height: 1.9;
}

.interior-design-first-sec {
  background-color: #F8F5F4;
  padding: 2% 0% 5%;
}

.interior-design-first-sec .top-heading {
  font-size: 110px;
  color: #FFA500;
  letter-spacing: 14px;
  font-weight: 300;
  padding: 0 0 4% 0;
}
.serivice-design-fis-sec .top-heading {
     padding: 0 0 0;
     margin: 0;
}
.serivice-design-fis-sec .service-subhd{
    color: #3F2D1F;
    margin: 0;
    letter-spacing: 5px;
    font-weight: 300;
    font-size: 45px;
    padding: 0 0 4% 0;
    line-height: 1.4;
}
.interior-design-first-sec .content {
  padding: 0 1.5% 0 3%;
}

.interior-design-first-sec .img-design-bx img {
  width: 100%;
}

.interior-design-first-sec .content h2 {
  color: #543E2F;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
}

.interior-design-first-sec .content p {
  color: #888885;
  padding: 3% 0 5%;
  font-weight: 300;
  font-size: 14px;
}
.interior-design-first-sec .content p span{
    line-height: 0;
    font-weight: 400 !important;
    font-size: 30px;
}

.interior-design-first-sec .content .quote-get-btn {
  background-color: #F7941D;
  color: #fff;
  padding: 3% 8%;
  width: 85%;
  font-size: 13px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
}

.interior-design-first-sec .content .quote-get-btn:hover {
  background-color: #f7941d;
  border-color: #f7941d;
  transition: 0.4s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.grid-kitchen-bg{
    /*background: #f4f4f4;*/
}
  .why-modular-kitchen {
    padding: 5% 0;
  }

  .why-modular-kitchen h2 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #543E2F;
    margin-bottom: 10px;
  }

  .why-modular-kitchen .subtitle {
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: lighter;
    margin-bottom: 60px;
  }

  .why-modular-kitchen .features-row {
    row-gap: 50px;
    padding: 5% 0 0;
  }

  .why-modular-kitchen .feature-box {
    padding: 10px 20px;
  }

  .why-modular-kitchen .icon-box {
    width: 70px;
    height: 70px;
    background: #f5e8d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
  }

  .why-modular-kitchen .icon-box img {
    width: 28px;
  }

  .why-modular-kitchen h5 {
    font-size: 22px;
    font-weight: 600;
    color: #28282B;
    margin-bottom: 10px;
  }

  .why-modular-kitchen .feature-box p {
    font-size: 15px;
    font-weight: 500;
    color: #543E2F;
    line-height: 1.6;
    max-width: 260px;
    margin: auto;
  }
.kitchen-layout-options{
    padding:80px 0;
    background:#f3f3f3;
}

.kitchen-layout-options h2{
    font-size:28px;
    letter-spacing:3px;
    margin-bottom:5px;
}

.kitchen-layout-options .subtitle{
    font-size:22px;
    color:#999;
    letter-spacing:4px;
    margin-bottom:60px;
}

.kitchen-layout-options .layout-item{
    margin-bottom:50px;
}

.kitchen-layout-options .image-box{
    width:100%;
    /* height:220px; */
    background:#dcdcdc;
    border-radius:6px;
}
.kitchen-layout-options .image-box img{
  width: 100%;
}

.kitchen-layout-options .content-box{
    padding:20px 40px;
}

.kitchen-layout-options .content-box h4{
    font-size: 35px;
    color: #28282B;
    font-weight:600;
    margin-bottom: 5%;
}

.kitchen-layout-options .content-box p{
    font-size:14px;
    color:#888885;
}

/* Alternate layout using CSS */



/* Product Range */
.mk-product-range{
    padding:80px 0;
    /*background:#f5f5f5;*/
}

.mk-product-range .mk-card{
    background:#F8F5F4;
    padding:20px;
    border-radius:14px;
    height:100%;
}

.mk-product-range .mk-img{
    /* height:170px; */
    background:#d6d2cf;
    border-radius:10px;
    margin-bottom:20px;
}
.mk-product-range .mk-img img{
  width: 100%;
}
.mk-product-range .mk-card-title{
    font-size:16px;
    font-weight:600;
    margin-bottom:12px;
    color:#28282B;
}

.mk-product-range .mk-list{
    padding-left:18px;
    margin:0;
}

.mk-product-range .mk-list li{
    font-size:14px;
    margin-bottom:6px;
    color:#888885;
}

.mk-product-range .mk-divider{
    height:6px;
    background: repeating-linear-gradient(
        90deg,
        #28282B,
        #28282B 4px,
        transparent 4px,
        transparent 8px
    );
    margin:15px 0;
}
.mk-process{
    padding:80px 0;
    background:#f4f4f4;
    position:relative;
}

.mk-process .row{
    position:relative;
}

.mk-process .row::before{
    content:"";
    position:absolute;
    top:45px;
    left:8%;
    width:84%;
    height:2px;
    background:#cfcfcf;
    z-index:0;
}

.mk-process .process-item{
    position:relative;
    z-index:1;
}

.mk-process .process-circle{
    width:90px;
    height:90px;
    background:#f6a000;
    color:#fff;
    font-weight:600;
    font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin:0 auto 15px;
    transition:all .35s ease;
}

.mk-process .process-item p{
    font-size:15px;
    color:#28282B;
    line-height:1.4;
}

/* Hover Effect */

.mk-process .process-item:hover .process-circle{
    transform:translateY(-8px) scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    background:#ffb42c;
}

.mk-process .process-item:hover p{
    color:#000;
}


/* Texture options section start */
.texture-options{
    padding:90px 0;
    background:#F8F5F4;
}
.texture-options .mk-section-header p{
    color: #888885;
}
/* items */

.texture-options .texture-item{
    margin-bottom:45px;
    transition:all .35s ease;
}

.texture-options .texture-img{
    width:150px;
    height:150px;
    border-radius:50%;
    background:#ddd;
    margin:0 auto 18px;
    transition:all .4s ease;
}
.texture-options .texture-img img{
  width: 100%;
}

.texture-options .texture-item h6{
    font-size:15px;
    font-weight:600;
    color: #28282B;
    margin-bottom:8px;
}

.texture-options .texture-item p{
    font-size:13px;
    color:#888885;
    line-height:1.6;
    max-width:220px;
    margin:auto;
}

/* hover effect */

.texture-options .texture-item:hover .texture-img{
    transform:scale(1.12);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
/* Texture options section end */


/* Visulaize section start */
.visualize-section{
  padding: 5% 0;
}
.visualize-section span{
  font-weight: lighter;
}
.visualize-section img{
  width: 60%;
    margin: 0 auto;
    display: flex;
}










/*Service Page layout design*/
.service-scnd-sec{
    background-color: #fff;
    padding: 5% 0 0;
}
.service-scnd-sec h4{
    font-size: 16px;
    color: #28282B;
    font-weight: 600;
}
.service-scnd-sec p{
    font-size: 14px;
    color: #543E2F;
    font-weight: 300;
}


/*Service design section start*/
.lr-interior-section{
    background:#ffffff;
    padding:80px 0;
}

.lr-interior-section .lr-content{
    padding-right:20px;
}

.lr-interior-section .lr-title{
    color:#28282B;
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
}

.lr-interior-section .lr-desc{
    color:#543E2F;
    margin-bottom:25px;
}

.lr-interior-section .lr-list{
    padding:0;
    margin:0;
    list-style:none;
}

.lr-interior-section .lr-list li{
    display:flex;
    align-items:center;
    margin-bottom:14px;
    color:#543E2F;
}

.lr-interior-section .lr-icon{
    width:20px;
    height:20px;
    background:#F7941D;
    border-radius:50%;
    margin-right:12px;
    flex-shrink:0;
}

.lr-interior-section .lr-gallery{
    width:100%;
}

.lr-interior-section .lr-img{
    width:100%;
    overflow:hidden;
    border-radius:10px;
}

.lr-interior-section .lr-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.lr-interior-section .lr-img-big{
    height:320px;
}

.lr-interior-section .lr-img-small{
    height:150px;
}






/*alternate section start*/
.lr-interior-alt{
    background:#F8F5F4;
    padding:80px 0;
}

.lr-interior-alt .lr-alt-content{
    padding-left: 10%;
}

.lr-interior-alt .lr-alt-title{
    font-size:25px;
    font-weight:700;
    color:#28282B;
    margin-bottom:15px;
}

.lr-interior-alt .lr-alt-desc{
    color:#888885;
    margin-bottom:25px;
}

.lr-interior-alt .lr-alt-list{
    padding:0;
    margin:0;
    list-style:none;
}

.lr-interior-alt .lr-alt-list li{
    display:flex;
    align-items:center;
    margin-bottom:14px;
    color:#888885;
}

.lr-interior-alt .lr-alt-icon{
    width:20px;
    height:20px;
    background:#F7941D;
    border-radius:50%;
    margin-right:12px;
    flex-shrink:0;
}

.lr-interior-alt .lr-alt-gallery{
    width:100%;
}

.lr-interior-alt .lr-alt-img{
    width:100%;
    overflow:hidden;
    border-radius:10px;
}

.lr-interior-alt .lr-alt-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.lr-interior-alt .lr-alt-big{
    height:320px;
}

.lr-interior-alt .lr-alt-small{
    height:150px;
}







/*service why choose us section start*/
.why-choose-section{
    background:#F8F5F4;
    padding:80px 0;
}

.why-choose-section .why-subtitle{
    font-size: 50px;
    color:#543E2F;
    font-weight: lighter;
    letter-spacing: 1.5px;
    margin-top:5px;
    margin-bottom:50px;
}

.why-choose-section .why-items{
    row-gap:40px;
}

.why-choose-section .why-box{
    text-align:center;
    display: block;
}

.why-choose-section .why-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    border:2px solid #F7941D30;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.why-choose-section .why-icon img{
    width:35px;
}

.why-choose-section .why-box p{
    font-size:15px;
    font-weight: 600;
    color:#888885;
    margin:0;
}



/*Our Design Process*/
.process-flow-section{
    padding:90px 0;
    background:#fff;
}

.process-flow-section .why-subtitle{
    font-size:50px;
    color:#543E2F;
    font-weight:lighter;
    letter-spacing:1.5px;
    margin-top:5px;
    margin-bottom:60px;
}

/* MAIN LAYOUT */

.process-flow-section .process-row{
    display:flex;
    justify-content:space-around;
    align-items:flex-start;
    position:relative;
}

/* STEP */

.process-flow-section .process-item{
    position:relative;
    text-align:center;
    width:180px;
}

/* ICON BOX */

.process-flow-section .step-box{
     width:70px;
    height:70px;
    background:#F7941D;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    border-radius:6px;
}

.process-flow-section .step-box img{
    width:36px;
}

/* TEXT */

.process-flow-section .process-item p{
    font-size:13px;
    color:888885;
    margin:0;
}

/* ARROWS */

.process-flow-section .step-arrow{
  position:absolute;
    right:-55px;
    top: 40px;
}

.process-flow-section .step-arrow img{
     width:85px;
    opacity:.6;
}

/* ZIG-ZAG EFFECT */

.process-flow-section .step1{margin-top:0;}
.process-flow-section .step2{margin-top:50px;}
.process-flow-section .step3{margin-top:100px;}
.process-flow-section .step4{margin-top:150px;}
.process-flow-section .step5{margin-top:200px;}

.process-flow-section .step5 .step-arrow{
    display:none;
}

/* MOBILE */

@media(max-width:991px){

.process-flow-section .process-row{
    flex-wrap:wrap;
    justify-content:center;
    gap:40px;
}



.process-flow-section .process-item{
    width:45%;
}

.process-flow-section .step-arrow{
    display:none;
}

.process-flow-section .step2,
.process-flow-section .step4{
    margin-top:0;
}

}


/*turn-house-sec*/
.turn-house-sec{
    background: url('../assets/img/light-hous.jpg')no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 7% 2%;
}
.turn-house-sec h2{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 3% 0;
}
.turn-house-sec p{
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 45px;
    font-size: 28px;
    font-weight: lighter;
}














@media (max-width:1400px){
    .interior-design-first-sec .top-heading{
        font-size: 90px;
    }
    .lr-interior-section .lr-title{
        font-size: 20px;
    }
    .lr-interior-alt .lr-alt-title{
        font-size: 20px;
    }
    .lr-interior-alt .lr-alt-list li{
        font-size: 14px;
    }
}


@media (max-width:991px){

    .lr-interior-section .lr-content{
        margin-bottom:30px;
        padding-right:0;
    }

}

@media (max-width:767px){
    
    .why-choose-section .why-icon {
      width: 60px;
      height: 60px;
    }
    
    .lr-interior-alt .container .row{
        display: flex;
            flex-direction: column-reverse;
    }
    
    .serivice-design-fis-sec .service-subhd{
        font-size: 28px;
    }
    
    .lr-interior-alt .lr-alt-title{
        font-size: 20px;
    }
    .lr-interior-section .lr-title{
        font-size: 20px;
    }

    .lr-interior-section{
        padding:60px 0;
    }

    .lr-interior-section .lr-img-big{
        height:260px;
    }

    .lr-interior-section .lr-img-small{
        height:140px;
    }
    
    .why-choose-section .why-box p{
        font-size: 12px;
    }
    .process-flow-section .why-subtitle{
        font-size: 30px;
    }
    
    .process-flow-section .step3{
        margin-top: 0;
    }
    .process-flow-section .step4{
        margin-top: 0;
    }

    .process-flow-section .step5{
        margin-top: 0;
    }
    
    .turn-house-sec h2 {
    color: #fff;
    
    font-size: 25px;
    }
    .turn-house-sec p{
        font-size: 14px;
    line-height: 25px;
    }
}





@media (max-width:991px){

    .lr-interior-alt .lr-alt-content{
        margin-top:30px;
        padding-left:0;
    }

}

@media(max-width:768px){

.why-choose-section{
    padding:60px 0;
}



.why-choose-section .why-subtitle{
    font-size:22px;
}

}

@media (max-width:767px){

    .lr-interior-alt{
        padding:60px 0;
    }

    .lr-interior-alt .lr-alt-big{
        height:260px;
    }

    .lr-interior-alt .lr-alt-small{
        height:140px;
    }

}















/* ─── Responsive ─── */
@media (min-width:768px){

.kitchen-layout-options .layout-item:nth-child(even) .col-md-8{
    order:2;
}

.kitchen-layout-options .layout-item:nth-child(even) .col-md-4{
    order:1;
}

}



/* Small tablet */
@media (max-width: 991px) {}

/* Mobile */
@media (max-width: 768px) {
  .product-details-sec {
    padding: 10% 0 15%;
  }
  .product-details-sec .product-dfine-points{
      padding: 5% 2.5% 0;
  }
   .product-details-sec .content-h{
       max-height: 400px;
       padding: 0 0 5% 0;
   }
  .product-details-sec .product-details-title {
    font-size: 25px;
  }

  .product-filter-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-details-sec .wallpaper-points {
    padding: 5% 0 0% 5%;
  }

  .product-details-sec .product-dfine-points li {
    font-size: 14px;
  }

  .product-filter-gallery__nav-btn {
    padding: 6px 12px;
    font-size: 0.78rem;
  }

  .product-details-sec .bottom-row {
    margin-top: 20px;
  }

  .product-filter-gallery {
    padding: 10% 2.5%;
  }



  /* Interior design pages css */
  .interior-design-first-sec .top-heading {
    font-size: 25px;
    letter-spacing: 8px;
  }

  .interior-design-first-sec .content {
    padding: 5% 02%;
  }

  .interior-design-first-sec .content p {
    font-size: 12px;
  }

  .interior-design-first-sec .content .quote-get-btn {
    width: 65%;
    padding: 2.5% 8%;
    font-size: 11px;
  }
  .why-modular-kitchen h2{
    font-size: 20px;
  }
  .why-modular-kitchen h2 .subtitle{
    font-size: 20px;
  }
  .why-modular-kitchen h5{
     font-size: 18px;
  }
  .why-modular-kitchen .feature-box p{
    font-size: 12px;
  }
  .interior-design-first-sec .content h2{
    font-size: 25px;
  }
  .kitchen-layout-options h2{
    font-size: 25px;
  }
  .kitchen-layout-options {
    padding: 80px 0 0px;
  }
  .kitchen-layout-options .content-box h4{
    font-size: 20px;
  }

  /* product range start */
  .mk-section-header .mk-title{
    font-size: 25px;
    margin-bottom: 2px;
  }
  .mk-process .process-circle {
    width: 70px;
    height: 70px;
  }

}

@media (max-width: 480px) {
  .product-filter-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}