/* --- Custom Blog Card Styles (Figma Match) --- */
.custom-blog-card {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  background: #f9f6f2;
  border: none;
  padding: 16px;
  margin-bottom: 24px;
  transition: box-shadow 0.2s;
}
.custom-blog-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.custom-blog-card .card-img-top {
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  height: 180px;
}
.custom-blog-card .card-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #7a5c2e;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 12px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  z-index: 2;
}
.custom-blog-card .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 8px;
}
.custom-blog-card .card-title .highlight {
  color: #c0392b;
}
.custom-blog-card .card-text {
  display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 5em;
  max-height: 5em;
  color: #444;
  font-size: 1rem;
}

.blog-main-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  height: auto;
}
/* Product Focus Section */
.pf-section-wrapper {
  background: #ffffff;
  padding: 60px 250px;
  font-family: 'Georgia', serif;
}

.pf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pf-heading-block {
  text-align: center;
  margin-bottom: 60px;
}

.pf-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.pf-subtitle {
  font-size: 18px;
  color: #626262;
  font-weight: 400;
  line-height: 1.5;
}

.pf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.pf-image-box {
  width: 100%;
}

.pf-board-image {
  width: 100%;
  height: 659px;
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .pf-title {
    font-size: 2.5rem;
  }

  .pf-subtitle {
    font-size: 1.1rem;
  }

  .pf-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pf-section-wrapper {
    padding: 20px 0;
  }
}

    /* wpc doors */
        .unique-feature-section {
    background: linear-gradient(135deg, #f5f1eb 0%, #ede5d8 100%);
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.unique-section-title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
    font-family: "Playfair Display";

}

.unique-termite-highlight {
    color: #d32f2f;
    font-weight: 500;
}

.unique-feature-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.unique-door-image {
    flex: 0 0 300px;
    height: 600px;
    background: url('/assets/images/solid-door-high-density.png') center/cover;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background-size: cover;
}

.unique-door-image:hover {
    transform: translateY(-5px);
}

.unique-feature-card {
    display: flex;
    align-items: center;
    gap:100px;
    margin-left: -98px;
    margin-top: -65px;
    justify-content: space-between; 
}

.unique-feature-card img {
    width: 357px;
    height: 318px;
    margin-left: 40px;
}

 @media (min-width: 950px) and (max-width: 1180px) {
     .unique-door-image {
        flex: 0 0 275px
     }   
     .unique-feature-card img {
        width: 292px;
     }  
     .feature-name {
        margin-top: 8px;
        margin-left: 40px;
     }
     .unique-feature-card{
        gap:0;
     }
     .unique-feature-section{
        min-height: 0;
     }
}

.feature-item1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-name {
    margin-top: 8px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 28px;
}


 .wpc-hero-section {
            background: #f8f9fa;
            padding: 60px 0;
            overflow: hidden;
        }

        .wpc-title-heading {
            font-size: 2.5rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 50px;
        }

        .wpc-title-highlight {
            color: #dc3545;
        }

        .wpc-content-wrapper {
            position: relative;
        }

        .wpc-door-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .wpc-features-container {
            position: absolute;
            right: 100px;
            transform: translateY(-50%);
            margin-top: 12px;
            z-index: 10;
        }

        .wpc-feature-badge {
            display: flex;
            align-items: center;
            border-radius: 10px;
            padding: 10px 55px 10px 15px;
            margin-bottom: 27px; 
            font-size: 30px;
            font-weight: 600;
            color: #000;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            min-width: 280px;
            position: relative;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            font-family: "Montserrat";
        }

        .wpc-feature-ready {
            background-color: #C0FBFF;
        }

        .wpc-feature-paint {
            background-color: #DBFED6;
        }

        .wpc-feature-durability {
            background-color: #FFF8D9;
        }

        .wpc-feature-cost {
           background-color: #FFC5E1;
        }

        .wpc-check-icon {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
            position: relative;
        }

         .wpc-check-icon img{
            width: 40px;
            height: 40px;
         }

        
       

        /* Mobile Responsiveness */
        @media (max-width: 991.98px) {
            .wpc-features-container {
                position: static;
                transform: none;
                right: auto;
                top: auto;
                margin-top: 30px;
            }

            .wpc-feature-badge {
                min-width: auto;
                width: 100%;
                margin-bottom: 20px;
            }

            .wpc-title-heading {
                font-size: 2rem;
                margin-bottom: 30px;
            }

            .wpc-hero-section {
                padding: 40px 0;
            }

        }

        @media (max-width: 767.98px) {
            .wpc-title-heading {
                font-size: 1.8rem;
            }

            .wpc-feature-badge {
                padding: 12px 20px;
                font-size: 1rem;
                min-width: auto;
            }

            .wpc-check-icon {
                width: 25px;
                height: 25px;
                margin-right: 12px;
            }

            .wpc-check-icon::after {
                font-size: 14px;
            }

            .wpc-door-image {
                height: 300px;
            }
            .unique-door-image{
                width: 100%;
                flex: 0 0 500px;
            }
            .unique-feature-container {
                flex-direction: column;
            }
            .unique-feature-card{
                margin-left: 0;
                margin-top: 0;
                gap:20px;
                display: grid;
            }
            .unique-feature-card img{
                margin-left: 0;
            }
        }

        @media (max-width: 575.98px) {
            .wpc-hero-section {
                padding: 30px 0;
            }

            .wpc-title-heading {
                font-size: 1.6rem;
                margin-bottom: 25px;
            }

            .wpc-feature-badge {
                padding: 10px 15px;
                font-size: 0.95rem;
            }

            .wpc-door-image {
                height: 250px;
            }
        }

        /* Animation Effects */
        .wpc-feature-badge {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .wpc-feature-badge:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .wpc-door-image {
            transition: transform 0.3s ease;
        }

        .wpc-door-image:hover {
            transform: scale(1.02);
        }

        /* loose frame */

 .loose {
            margin: 0 auto;
            overflow: hidden;
        }

        .content-wrapper {
            display: flex;
            min-height: 500px;
        }

        .image-section {
            flex: 1;
            width: 100%;
            height: 545px;
        }

        .image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

      

        .image-link:hover {
            background: #d32f2f;
            color: white;
        }

        .text-section {
            flex: 1;
            background: white;
        }

        .title {
            font-size: 28px;
            font-weight: bold;
            color: #000;
            margin-bottom: 10px;
            font-weight: 700;

        }

        .subtitle {
            font-size: 20px;
            color: #C91D25;
            font-weight: 400;
        }

        .description {
            font-size: 16px;
            line-height: 1.7;
            color: #626262;
            font-weight: 400;
        }

        .features-title {
            font-size: 18px;
            font-weight: 700;
            color: #C91D25;
            margin-bottom: 20px;
        }

        .features-lists {
            list-style: none;
            margin-left: -34px;
        }

        .feature-items {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 16px;
            color: #626262;
        }

        .feature-icons {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #bf9000 0%, #8d6e00 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .feature-icons::after {
            content: '\f061';
            font-family: "Font Awesome 6 Free";
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        .feature-texts {
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .image-section {
                min-height: 200px;
                padding: 30px 20px;
            }
            
            .text-section {
                padding: 30px 25px;
            }
            
            .title {
                font-size: 32px;
            }
            
            .subtitle {
                font-size: 18px;
            }
            
            .description {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
           
            .title {
                font-size: 28px;
            }
            
            .text-section {
                padding: 25px 20px;
            }
        }


        /* problems with traditional */
         .problems-section {
            margin: 0 auto;
            padding: 0 20px;
            background-color: #FFF8EE;
        }

        .main-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 400;
            color: #2c2c2c;
            text-align: center;
            padding-top: 40px;
            margin-bottom: 60px;
            letter-spacing: 0.5px;
        }

        .main-title .highlight {
            color: #dc3545;
            font-weight: 600;
        }

        .problem-card {
            background-color: #FFF8EE;
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            border: 3px solid #d4af37;
            height: 620px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .problem-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }

        .problem-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

        .problem-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c2c2c;
            text-align: center;
            margin-bottom: 15px;
            letter-spacing: 0.3px;
        }

        .problem-description {
            color: #626262;
            font-size: 0.95rem;
            font-weight: 500;
            text-align: center;
            line-height: 1.4;
            margin: 0;
        }

        .row {
            margin: 0 -15px;
        }

        .col-lg-4 {
            padding: 0 15px;
            margin-bottom: 30px;
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .problem-card {
                padding: 15px;
                height: 300px;
            }
            
            .problem-title {
                font-size: 1.3rem;
            }
            
            .problem-description {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .main-title {
                font-size: 1.8rem;
            }
            
            .col-lg-4 {
                margin-bottom: 25px;
            }
        }


         /* Hero Section */
        .hero-sections {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .hero-images {
            width: 100%;
            height: 543px;
            border-radius: 20px;
        }

        .hero-content1  h1 {
            font-size: 42px;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .hero-content1  h1 span {
             color: #c94c3f;
        }

        .hero-content1  h2 {
            font-size: 20px;
            color: #A27327;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .hero-content1  p {
            color: #626262;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        /* Advanced 3D Section */
        .advanced-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 60px;
        }

        .advanced-section h3 {
            font-size: 22px;
            color: #333;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .advanced-section p {
            color: #626262;
            line-height: 1.8;
        }

        .door-samples-single {
            width: 100%;
            height: 280px;
            border-radius: 20px;
            overflow: hidden;
        }

        .door-samples-single img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 20px;
        }

        /* Key Features Section */
        .features-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .features-header h2 {
            font-size: 38px;
            color: #c94c3f;
            font-weight: 700;
        }

        .features-content {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 60px;
        }

        .features-left, .features-right {
            display: flex;
            flex-direction: column;
            align-items: left;
            gap: 30px;
        }

         .features-left .feature-item h3 {
            color: #A27327;
            font-size: 20px;
            margin-bottom: 8px;
            text-align: left!important;
             font-family: "Montserrat";
            font-weight: 700;
        }
    
          
         .features-right .feature-item p {
            color: #626262;
            font-size: 14px;
            line-height: 1.6;
            font-family: "Montserrat";
            font-weight: 400;

        }
          .features-right .feature-item h3 {
            color: #A27327;
            font-size: 20px;
            margin-bottom: 8px;
            text-align: left!important;
             align-items: left!important;
              font-family: "Montserrat";
            font-weight: 700;
        }
    

         .features-left .feature-item p {
            color: #626262;
            font-size: 16px;
            line-height: 1.6;
            font-family: "Montserrat";
            font-weight: 400;

        }


        .feature-center {
            display: flex;
            width: 452px;         /* fixed size */
            height: 452px;  
            justify-content: center;
            align-items: center;
        }

        .center-door-image {
            width:100%;
            height: 100%;   
            border-radius: 50%;   /* makes it circular */
            object-fit: cover;    /* keeps image inside circle without stretching */
            display: block;
        }

        /* ========= Media Queries ========= */

/* Large tablets & small desktops (max-width: 1200px) */
@media (max-width: 1200px) {
    .features-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .feature-center {
        width: 380px;
        height: 380px;
    }
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .features-header h2 {
        font-size: 32px;
    }

    .features-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .features-left, .features-right {
        align-items: center;
        text-align: center;
    }

    .features-left .feature-item h3,
    .features-right .feature-item h3 {
        text-align: center !important;
    }

    .features-left .feature-item p,
    .features-right .feature-item p {
        text-align: center;
    }

    .feature-center {
        width: 320px;
        height: 320px;
        margin: 0 auto 30px;
    }
}

/* Mobiles (max-width: 768px) */
@media (max-width: 768px) {
    .features-header h2 {
        font-size: 28px;
    }

    .feature-center {
        width: 250px;
        height: 250px;
    }

    .features-left, .features-right {
        gap: 20px;
    }

    .features-left .feature-item h3,
    .features-right .feature-item h3 {
        font-size: 18px;
    }

    .features-left .feature-item p,
    .features-right .feature-item p {
        font-size: 14px;
    }
}

/* Small Mobiles (max-width: 480px) */
@media (max-width: 480px) {
    .features-header h2 {
        font-size: 24px;
    }

    .feature-center {
        width: 200px;
        height: 200px;
    }

    .features-left, .features-right {
        gap: 15px;
    }

    .features-left .feature-item h3,
    .features-right .feature-item h3 {
        font-size: 16px;
    }

    .features-left .feature-item p,
    .features-right .feature-item p {
        font-size: 13px;
    }
}

       

        /* Versatile Applications */
        .applications-section {
            margin-bottom: 50px;
        }

        .applications-section h2 {
            font-size: 36px;
            color: #000;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .applications-section > p {
            color: #626262;
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .applications-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px 40px;
        }

        .application-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .bullet {
            width: 8px;
            height: 8px;
            background-color: #c94c3f;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .application-item span {
            color: #626262;
            font-weight: 400;
            font-family: "Montserrat";
            font-size: 16px;
        }

        /* Customization Section */
        .customization-section h2 {
            font-size: 32px;
            color: #c94c3f;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .customization-section p {
            color: #626262;
            line-height: 1.8;
            font-weight: 400;
        }

          @media (max-width: 768px) {
         .keysfeatures{
            padding: 0!important;}
           .d-features{
            padding:30px!important;
           }  

        /* .hero-content1{
            padding: 0 30px;
        } */
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .hero-sections {
                grid-template-columns: 1fr;
            }

            .advanced-section {
                grid-template-columns: 1fr;
            }

            .features-content {
                grid-template-columns: 1fr;
            }

            .applications-grid {
                grid-template-columns: 1fr;
            }

            .hero-content1  h1 {
                font-size: 32px;
            }

            .features-header h2 {
                font-size: 28px;
            }
            .applications-section h2 {
                font-size: 26px;
            }
            .customization-section h2 {
                font-size: 23px;
            }
        }
        .d-features{
            padding-bottom: 40px;
        }

        .keysfeatures{
            padding: 0 50px;
        }
        

        /* wpc frames */
        .custom-wpc-section {
            padding: 40px;
            text-align: center;
        }
        .custom-wpc-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
            margin: 0 15px;
        }
        .custom-wpc-card img {
            width: 100%;
            height: auto;
            border-radius: 50px;
          
        }
        .custom-wpc-btn {
            background-color: #C91D25;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            margin-top: -15px;
        }
        .custom-wpc-btn:hover {
            background-color: #C91D25;
        }
        .custom-wpc-text {
            color: #000;
            margin-top: 30px;
            font-family: "Montserrat";
            font-weight: 700;

        }
        @media (max-width: 768px) {
            .custom-wpc-card {
                margin-bottom: 30px;
            }
            .custom-wpc-section h2 {
                font-size: 1.5rem;
            }
            .custom-wpc-text {
                font-size: 1rem;
            }
        }
        .custom-wpc-card {
  border: none;
  overflow: hidden;
  margin: 0 15px;
  position: relative; /* key change */
}

.custom-wpc-card img {
  width: 100%;
  height: auto;
}

.custom-wpc-btn {
  position: absolute; 
  bottom: 15%;      
  left: 50%;         
  transform: translateX(-50%); 
  background-color: #C91D25;
  color: white;
  padding: 14px 50px;
    width: 80%;
  border: none;
  border-radius: 20px;
 font-family: "Montserrat";
   font-weight: 700;
   font-size: 18px;

}

.custom-wpc-btns{
  position: absolute; 
  bottom: 5%!important;      
  left: 50%;         
  transform: translateX(-50%); 
  background-color: #C91D25;
  color: white;
  padding: 14px 84px;
    width: 80%;
  border: none;
  border-radius: 20px;
 font-family: "Montserrat";
   font-weight: 700;
   font-size: 18px;
}


.custom-wpc-btn:hover {
  background-color: #C91D25;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-wpc-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  height: 100%;  
  padding-bottom: 60px;
}

.custom-wpc-card img {
  width: 100%;
  height: 372px; 
  object-fit: cover; 
  border-top-left-radius: 0;
  border-top-right-radius:0;
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 55px;
}
.custom-wpc-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.over-wood{
    background-color:#A27327;
    padding: 10px 0;
    font-weight: 700;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 30px;

    color: #fff;
}

@media (max-width: 768px){
    .custom-wpc-btns{
        padding: 5px;
        font-size: 16px;
    }
    .custom-wpc-btn{
        padding: 5px;
        font-size: 16px;
    }
     .custom-wpc-btns{
        padding: 5px;
        font-size: 16px;
    }
    .custom-wpc-card img{
        height: 100%;
    }
    .product-grades-series{
        text-align: left;
    }
}

    



/* loose frame */

.looseframe{
    padding:50px 0;
}

 .loose {
            margin: 0 auto;
            overflow: hidden;
        }

        .content-wrapper {
            display: flex;
            min-height: 500px;
        }

        .image-section {
            flex: 1;
            width: 100%;
            height: 545px;
        }

        .image-placeholder img{
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

      

        .image-link:hover {
            background: #d32f2f;
            color: white;
        }

        .text-section {
            flex: 1;
            background: white;
        }

        .title {
            font-size: 28px;
            font-weight: bold;
            color: #000;
            margin-bottom: 10px;
            font-weight: 700;

        }

        .subtitle {
            font-size: 20px;
            color: #C91D25;
            font-weight: 400;
        }

        .description {
            font-size: 16px;
            line-height: 1.7;
            color: #626262;
            font-weight: 400;
        }

        .features-title {
            font-size: 18px;
            font-weight: 700;
            color: #C91D25;
            margin-bottom: 20px;
        }

        .features-lists {
            list-style: none;
            margin-left: -34px;
        }

        .feature-items {
            display: flex;
            /* align-items: center; */
            margin-bottom: 8px;
            text-align: left;
            font-size: 16px;
            font-weight: 400;
            color: #666;
        }

        .feature-icons {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #bf9000 0%, #8d6e00 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .feature-icons::after {
            content: '\f061';
            font-family: "Font Awesome 6 Free";
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        .feature-text {
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .text-section {
                padding: 30px 25px;
            }
            
            .title {
                font-size: 32px;
            }
            
            .subtitle {
                font-size: 18px;
            }
            
            .description {
                font-size: 15px;
                text-align: left;
            }
        }

        @media (max-width: 480px) {
          
            
            .title {
                font-size: 28px;
            }
            
            .text-section {
                padding: 25px 20px;
            }
        }
         /* ready to fix */
    

    .rtf-wrapper {
      display: flex;
      /* align-items: center; */
      justify-content: space-between;
      /* gap: 60px; */
    }

    /* Left side door image */
    .rtf-image-box {
      flex: 1;
      max-width: 50%;
      height: auto;
      left: -57px;
      position: relative;
    }

    .rtf-image-box img {
      width: 102%;
      height: 100%;
      display: block;
    }

    /* Right content */
    .rtf-content {
      flex: 1;
      max-width: 50%;
      border-radius: 8px;
    }

    /* Title + subtitle with line */
    .rtf-heading-wrap {
      position: relative;
      padding-left: 20px;
    }

    .rtf-heading-wrap::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 0;
      width: 4px;
      background: #A27327;
    }

    .rtf-title {
      font-size: 40px;
      font-weight: 400;
      color: #000;
      margin-bottom: 10px;
    }

    .rtf-title .rtf-highlight {
      color: #e74c3c;
      font-weight: 700;
    }

    .rtf-subtitle {
      font-size: 28px;
      font-weight: 700;
      font-family: "Montserrat";
      color: #000;
      margin-bottom: 20px;
    }

    .rtf-description {
      font-size: 1rem;
      color: #626262;
      font-weight: 400;
      line-height: 1.7;
    }

    .rtf-benefits-title {
      font-size: 24px;
      font-weight: 400;
      color: #000;
    }

    .rtf-benefits-list {
      list-style: none;
      padding: 0;
      margin: 0 0 0;
    }

    .rtf-benefits-list li {
      margin-bottom: 10px;
      font-size: 16px;
      color: #5a6c7d;
      position: relative;
      padding-left: 20px;
    }

    .rtf-benefits-list li::before {
      content: "•";
      color: #A27327;
      position: absolute;
      left: 0;
      font-size: 30px;
      margin-top: -10px;
    }

    .rtf-install-box {
      background-color: #fff;
      border-left: 4px solid #C91D25;
      padding: 15px 15px 15px 10px;
      font-family: "Montserrat";
      margin-top: 20px;
      font-size: 16px;
      color: #626262;
    }

    .rtf-install-box strong {
      color: #C91D25;
      font-weight: 600;
    }

     .rtf-image-box.desktop-image {
    display: block; 
  }

  .rtf-image-box.mobile-image {
    display: none; 
  }

   @media (max-width: 768px) {
  .rtf-wrapper {
    flex-direction: column;
  }
  .rtf-section{
    background-position: center;
  }

  .rtf-image-box,
  .rtf-content {
    max-width: 100%;
  }

  .rtf-image-box {
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;      
  }
  .rtf-image-box{
    left: 0;
  }
  .rtf-image-box.desktop-image {
    display: none; 
  }

  .rtf-image-box.mobile-image {
    display: block;
    margin-bottom: 30px;
  }
}


/* upvc windows */
        /* loose frame */
         .looseframe{
            padding: 50px 0;
         }
 .loose {
            margin: 0 auto;
            overflow: hidden;
        }

        .content-wrapper {
            display: flex;
            min-height: 500px;
        }

        .image-section {
            flex: 1;
            width: 100%;
            height: 545px;
        }

        .image-placeholder img{
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

      

        .image-link:hover {
            background: #d32f2f;
            color: white;
        }

        .text-section {
            flex: 1;
            background: white;
        }

        .title {
            font-size: 28px;
            font-weight: bold;
            color: #000;
            margin-bottom: 10px;
            font-weight: 700;

        }

        .subtitle {
            font-size: 20px;
            color: #C91D25;
            font-weight: 400;
        }

        .description {
            font-size: 16px;
            line-height: 1.7;
            color: #626262;
            font-weight: 400;
        }

        .features-title {
            font-size: 18px;
            font-weight: 700;
            color: #C91D25;
            margin-bottom: 20px;
        }

        .features-lists {
            list-style: none;
            margin-left: -34px;
        }

        .feature-items {
            display: flex;
            /* align-items: center; */
            margin-bottom: 8px;
            text-align: left;
            font-size: 16px;
            color: #666;
        }

        .feature-icons {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #bf9000 0%, #8d6e00 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .feature-icons::after {
            content: '\f061';
            font-family: "Font Awesome 6 Free";
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        .feature-texts {
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .image-section {
                min-height: 200px;
            }
            
            .text-section {
                padding: 30px 25px;
            }
            
            .title {
                font-size: 32px;
            }
            
            .subtitle {
                font-size: 18px;
            }
            
            .description {
                font-size: 15px;
            }
        }

        /* upvc */
        .space-designs-section {
            position: relative;
            padding: 60px 0px 100px 0px;
            background-image:url("/assets/images/abt-upvc-bg.jpg");
            background-position:cover;
            background-repeat: no-repeat;
            background-size: cover;
            overflow: hidden;
        }

        /* .space-designs-section .container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        } */

        .content-box {
            padding: 15px;
            border: 10px solid #D7B39A;
            position: relative;
        }

        .content-box h2 {
            font-size: 40px;
            font-weight: 400;
            margin-bottom: 10px;
            color: #000;
        }

        .content-box h1 {
            font-size: 40px;
            font-weight: 700;
            color: #c41e3a;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .content-box p {
            font-size: 16px;
            color: #626262;
            font-weight: 400;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .images-container {
            position: relative;
            height:508px;
        }

        .image-wrapper {
            position: absolute;
            overflow: hidden;
            /* border-radius: 8px; */
        }

        .image-wrapper:first-child {
            top: 10px;
            left: 87px;
            z-index: 1;
        }

        .image-wrapper:last-child {
            bottom: -37px;
            right: 45px;
            z-index: 2;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .image-wrapper:hover img {
            transform: scale(1.05);
        }

        .logo-overlay {
            position: absolute;
            bottom: 30px;
            right: 30px;
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .logo-overlay svg {
            width: 50px;
            height: 50px;
        }

        @media (max-width: 1024px) {
            /* .space-designs-section .container {
                grid-template-columns: 1fr;
                gap: 50px;
            } */

            .content-box h2 {
                font-size: 2.5rem;
            }

            .content-box h1 {
                font-size: 3rem;
            }

            .content-box {
                padding: 50px 40px;
            }
        }

        @media (max-width: 768px) {
            .space-designs-section {
                padding: 40px 15px;
            }

            .content-box {
                padding: 40px 30px;
            }

            .content-box h2 {
                font-size: 2rem;
            }

            .content-box h1 {
                font-size: 2.5rem;
            }

            .content-box p {
                font-size: 1rem;
            }

            .images-container {
                /* grid-template-columns: 1fr;
                gap: 20px; */
                margin-top: 40px;
            }

            .image-wrapper {
                min-height: 250px;
            }

            .logo-overlay {
                width: 60px;
                height: 60px;
                bottom: 20px;
                right: 20px;
            }

            .logo-overlay svg {
                width: 35px;
                height: 35px;
            }
        }

        @media (max-width: 480px) {
            .content-box h2 {
                font-size: 1.8rem;
            }

            .content-box h1 {
                font-size: 2rem;
            }

            .content-box {
                padding: 30px 25px;
            }

            .image-wrapper {
                min-height: 220px;
            }
        }

        /* variety of space designs */
        .variety-designs-section {
            padding: 60px;
        }

        .image-block {
            position: relative;
        }

        .design-image {
            position: relative;
            height: auto;
        }

        .design-image img {
            max-width: 100%;
            height: auto;
        }

        .heading-title {
            margin-bottom: 20px;
            font-weight: 400;
            font-size: 40px;
        }

        .heading-title .brand-text {
            color: #C91D25;
            font-weight: 700;
        }

        .heading-title .highlight-text {
            color: #2c2c2c;
        }

        .short-info {
            font-size: 16px;
            color: #626262;
            line-height: 1.8;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
        }

        .long-info {
            font-size: 16px;
            color: #626262;
            line-height: 1.8;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .row-content {
                grid-template-columns: 1fr;
                gap: 50px;
                text-align: center;
            }

            .heading-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .heading-title {
                font-size: 1.8rem;
                margin-bottom: 15px !important;
                margin-top: 50px;
                text-align: center;
            }

            .variety-designs-section {
                padding: 60px 0px 0px 0px !important;
            }

            .content-block {
                padding-left: 10px !important;
            }

            .design-image {
                height: auto;
            }

            .short-info,
            .long-info {
                font-size: 1rem;
            }

            .section-title h2 {
                font-size: 1.8rem;
            }

            .section-title .highlight {
                font-size: 1.8rem;
            }
        }

         /* laminated section */
        .laminated-section {
            background-color: #FFF5F6;
            padding: 60px 20px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h1 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 0;
        }

        .section-title .highlight {
            color: #c8102e;
        }

        .premium-title {
            color: #A27327;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 40px;
            font-family: "Montserrat";
        }

        .wood-options {
            display: flex;
            flex-wrap: wrap;
            gap: 56px;
            margin-bottom: 40px;
            justify-content: center;
        }

        .wood-option {
            text-align: center;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .wood-option:hover {
            transform: scale(1.05);
        }

        .wood-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: 0 auto 15px;
            border: 3px solid transparent;
            transition: border-color 0.3s ease;
        }

        .wood-option.active .wood-circle {
            border:4px solid #fff;
        }

        .wood-option p {
            font-size: 26px;
            color: #000;
            margin: 0;
            font-weight: 400;
        }

        .mahogany {
            background-image: url("/assets/images/mahogany.jpg");
            background-position: center;
            background-size: cover;
        }

        .golden-oak {
            background-image: url("/assets/images/golden-oak.jpg");
             background-position: center;
             background-size: cover;
        }

        .walnut {
            background-image: url("/assets/images/walnut.jpg");
             background-position: center;
             background-size: cover;
        }

        .rustic-oak {
            background-image: url("/assets/images/roastic.jpg");
             background-position: center;
             background-size: cover;
        }

        .dark-oak {
            background-image: url("/assets/images/dark-oak.jpg");
            background-size: cover;
            background-position: center;
        }

        .door-display {
            text-align: center;
            position: relative;
            min-height: 400px;
        }

        .door-display img {
            max-width: 100%;
            height: auto;
            max-height: 500px;
            object-fit: contain;
        }

        .door-placeholder {
            width: 100%;
            max-width: 400px;
            height: 500px;
            background-color: #fff;
            border: 2px solid #ddd;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }

        @media (max-width: 768px) {
            .section-title h1 {
                font-size: 1.8rem;
            }

            .premium-title {
                font-size: 1.2rem;
            }

            .wood-options {
                gap: 30px;
                justify-content: center;
            }

            .wood-circle {
                width: 80px;
                height: 80px;
            }

            .wood-option p {
                font-size: 0.95rem;
            }

            .laminated-section {
                padding: 40px 15px;
            }

            .door-placeholder {
                height: 400px;
            }
        }

        @media (max-width: 576px) {
            .section-title h1 {
                font-size: 1.5rem;
            }

            .wood-circle {
                width: 70px;
                height: 70px;
            }

            .wood-options {
                gap: 20px;
            }
        }

        /* upvc product range */
        .upvc-section {
            padding: 60px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .section-title1 {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h1 {
            font-size: 40px;
            color: #000;
            font-weight: 400;
            margin-bottom: 0;
            text-align: left;
        }

        .section-title1 h1 {
            font-size: 40px;
            color: #000;
            font-weight: 400;
            margin-bottom: 0;
        }
        .section-title .highlight {
            color: #c8102e;
            font-size: 40px;
            font-weight: 700;
        }
        .section-title1 .highlight1 {
            color: #c8102e;
            font-size: 40px;
            font-weight: 700;
        }

        .content-wrapper {
            display: flex;
            gap: 0;
            align-items: center;
        }

        .menu-section {
            flex: 0 0 394px;
            border-left:1px solid #EAEAEA;
            padding: 0;
        }

        .menu-item {
            padding: 20px 25px;
            border-left: 4px solid transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: "Montserrat";
            font-size: 18px;
            color: #000;
            font-weight: 500;
        }

        .menu-item:hover {
            border-left-color: #A27327;
        }

        .menu-item.active {
            background-color: #fff;
            border-left-color: #A27327;
            color: #A27327;
            font-weight: 600;
        }

        .image-section {
            flex: 1;
            position: relative;
            min-height: 500px;
        }

        .image-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .image-placeholder {
            width: 100%;
            height: 500px;
            background-color: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }

        .image-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.85);
            color: #fff;
            padding: 20px 30px;
            text-align: center;
            font-family: "Montserrat";
            font-size: 18px;
        }

        @media (max-width: 992px) {
            .content-wrapper {
                flex-direction: column;
            }

            .menu-section {
                flex: 1;
                width: 100%;
            }

            .menu-item {
                padding: 15px 20px;
                border-left: none;
                border-bottom: 1px solid #f0f0f0;
                border-top: 4px solid transparent;
            }

            .menu-item.active {
                border-left: none;
                border-top-color: #d4a574;
            }

            .menu-item:hover {
                border-left: none;
                border-top-color: #d4a574;
            }

            .image-section {
                min-height: 400px;
            }

            .image-placeholder {
                height: 400px;
            }
        }

        @media (max-width: 768px) {
            /* .section-title h1 {
                font-size: 1.8rem;
            }
            .section-title1 h1 {
                font-size: 1.8rem;
            } */

            .upvc-section {
                padding: 40px 15px;
            }

            .menu-item {
                padding: 12px 15px;
                font-size: 0.95rem;
            }

            .image-caption {
                padding: 15px 20px;
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            /* .section-title h1 {
                font-size: 1.5rem;
            }

            .section-title1 h1 {
                font-size: 1.5rem;
            } */
             .section-title .highlight{
                font-size: 36px;
             }

            .image-section {
                min-height: 300px;
            }

            .image-placeholder {
                height: 300px;
            }
            
        }

        .sliding-door-hero-section {
            background-color: #FFFBF5;
            padding: 80px 20px;
            font-family: 'Georgia', serif;
        }

        .sliding-door-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .sliding-door-header {
            text-align: center;
            margin-bottom: 20px;
        }

        .sliding-door-header h1 {
            font-size: 40px;
            font-weight: 400;
            color: #000;
            line-height: 1.3;
            margin-bottom: 25px;
        }

        .sliding-door-header h1 .highlight-text {
            color: #C91D25;
            font-weight: 700;
        }

        .sliding-door-intro-text {
            font-size: 16px;
            color: #626262;
            font-family: "Montserrat";
            font-weight: 400;
            line-height: 1.6;
            text-align: center;
            margin: 0 auto 10px;
        }

        .sliding-door-intro-text .product-highlight {
            color: #A27327;
            font-weight: 600;
        }

        .sliding-door-content-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            margin-top: 60px;
        }


        .sliding-door-features h2 {
            font-size: 26px;
            color: #A27327;
            font-weight: 500;
            margin-bottom: 25px;
            font-family: "Montserrat";

        }

        .sliding-door-description {
            font-size: 16px;
            color: #626262;
            font-weight: 400;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        .sliding-door-feature-list {
            list-style: none;
            margin-bottom: 30px;
            padding-left: 0;
        }

        .sliding-door-feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 18px;
        }

        .sliding-door-feature-icon {
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 10px solid #A27327;
            margin-right: 15px;
            margin-top: 6px;
            flex-shrink: 0;
        }

        .sliding-door-feature-text {
            font-size: 16px;
            color: #626262;
            line-height: 1.6;
        }

        .sliding-door-conclusion {
            font-size: 16px;
            color: #626262;
            line-height: 1.7;
            
        }

        .sliding-door-image-area {
            position: relative;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .sliding-door-blueprint-bg {
            position: absolute;
            left: -80px;
            top: 50%;
            transform: translateY(-50%);
            width: 75%;
            height: 85%;
            background-image: url("/assets/images/needs-mind-bg.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center left;
            opacity: 0.3;
            z-index: 1;
        }

       
      

        @media (max-width: 968px) {
            .sliding-door-hero-section {
                padding: 60px 20px;
            }

            .sliding-door-header h1 {
                font-size: 32px;
            }

            .sliding-door-content-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .sliding-door-features {
                padding-right: 0;
            }

            .sliding-door-features h2 {
                font-size: 28px;
            }

            .sliding-door-main-image {
                width: 320px;
                height: 380px;
                margin: 0 auto;
            }

            .sliding-door-image-area {
                min-height: 400px;
                justify-content: center;
            }

            .sliding-door-blueprint-bg {
                left: 50%;
                transform: translate(-50%, -50%);
                width: 90%;
            }
        }

        @media (max-width: 640px) {
            .sliding-door-hero-section {
                padding: 40px 15px;
            }

            .sliding-door-header h1 {
                font-size: 26px;
            }

            .sliding-door-intro-text {
                font-size: 14px;
            }

            .sliding-door-features h2 {
                font-size: 24px;
            }

            .sliding-door-description,
            .sliding-door-feature-text,
            .sliding-door-conclusion {
                font-size: 14px;
            }

            /* .sliding-door-main-image {
                width: 280px;
                height: 330px;
                border-width: 8px;
            } */

            .sliding-door-image-area {
                min-height: 350px;
                margin-left: -34px;
            }

            .sliding-door-content-wrapper {
                gap: 30px;
                margin-top: 40px;
            }

            .sliding-door-blueprint-bg {
                width: 100%;
            }
        
        }
       .space-designs-wrapper {
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
}

.space-designs-image-box {
    width: 100%;
    height: 600px;
}

.space-designs-image-box img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.space-designs-content-box{
    position: absolute;
    max-width: 1030px;
    height: auto;
    top: 15%;
    left: 486px;
    background: #fff;
    padding: 60px 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    opacity: 1;
    transform: rotate(0deg);
}

.space-designs-heading {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.5px;
}

.space-designs-heading-highlight {
    color: #c92a2a;
    font-weight: 700;
}

.space-designs-steps-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.space-designs-step-card {
    flex: 1;
}
.process{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.space-designs-icon-box {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border: 1px solid #D28F5159;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.space-designs-step-num {
    font-size: 60px;
    color: #D28F51;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Space Grotesk";
    line-height: 1;
    letter-spacing: -1px;
}

.space-designs-step-heading {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.space-designs-step-text {
    font-size: 0.95rem;
    color: #626262;
    line-height: 1.6;
    letter-spacing: 0.2px;
}


@media (max-width: 1024px) {
    .space-designs-content-box {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        width: 100%;
        padding: 50px 40px;
        box-shadow: none;
    }

    .space-designs-heading {
        font-size: 2.2rem;
        margin-bottom: 35px;
        text-align: center;
    }

    .space-designs-steps-grid {
        gap: 30px;
    }

    .space-designs-step-num {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .space-designs-steps-grid {
        flex-direction: column;
        gap: 40px;
    }

    .space-designs-content-box{
        left:0!important;
    }

    .space-designs-step-card {
        max-width: 420px;
        margin: 0 auto;
        text-align: center;
    }

    .space-designs-icon-box {
        margin-left: auto;
        margin-right: auto;
    }

    .space-designs-heading {
        font-size: 1.9rem;
    }

    .space-designs-step-num {
        font-size: 3.2rem;
    }
}

@media (max-width: 480px) {
    .space-designs-image-box {
        min-height: 280px;
    }

    .space-designs-content-box {
        padding: 35px 20px;
    }

    .space-designs-heading {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .space-designs-icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .space-designs-step-num {
        font-size: 2.6rem;
        margin-bottom: 12px;
    }

    .space-designs-step-heading {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .space-designs-step-text {
        font-size: 0.85rem;
    }
}


/* why choose us */
.whychoose{
    background-color: #FAF7F5;
    padding: 60px 20px;
}
.upvc-benefits-section {
            
            margin: 0 auto;
        }

        .benefits-complete-grid {
            margin-top: 30px;
            margin-left: 30px;
        }

        .benefits-title-card {
            background-color: white;
            padding: 20px;
        }

        .benefits-main-heading {
            font-size: 2rem;
            font-weight: 300;
            color: #1a1a1a;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .benefits-brand-name {
            color: #c41e3a;
            font-weight: 600;
        }

        .benefits-intro-paragraph {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.7;
        }

        .benefit-info-card {
            background-color: transparent;
            padding: 0;
        }

        .benefit-icon-box {
            width: 45px;
            height: 45px;
            margin-bottom: 18px;
        }

        .benefit-icon-image {
            width: 100%;
            height: 100%;
        }

        .benefit-card-title {
            font-size: 1.1rem;
            color: #1a1a1a;
            font-weight: 600;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .benefit-card-description {
            font-size: 0.88rem;
            color: #666;
            line-height: 1.6;
        }

        @media (max-width: 968px) {
            .benefits-complete-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
            .benefit-info-card {
                margin: 0!important;
            }
            
        }

        @media (max-width: 768px) {
            .benefits-main-heading {
                font-size: 1.7rem;
            }
            .space-designs-image-box img{
                width: 100%;
                margin-top: 75px;
            }

            .benefits-complete-grid {
                grid-template-columns: 1fr;
                gap: 35px;
            }
            .benefits-complete-grid {
                margin-left: 0;
            }
        }

        @media (max-width: 480px) {
            .benefits-main-heading {
                font-size: 1.5rem;
            }
        }


        /* design flexibility */
        .design-flexibility-wrapper {
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin: 0 auto;
}

.design-flexibility-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.design-flexibility-heading .highlight {
    color: #c92a2a;
    font-weight: 600;
}

.design-flexibility-text {
    font-size: 1rem;
    color: #626262;
    line-height: 1.7;
    margin: 0 auto;
}

/* wall decorative */
.luxury-section {
           
            padding:40px 60px;
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
        }
        
        .chair-container {
            background: #FFF4E2;
            /* padding: 60px 40px; */
            display: flex;
            margin-top: 3rem;
            align-items: center;
            justify-content: center;
            /* min-height: 400px; */
        }
        
        .chair-image {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
        }
        
        .content-section {
            padding-left: 40px;
        }
        
        .main-title {
            font-size: 40px;
            font-weight: 400;
            color: #000000;
            margin-bottom: 10px;
            line-height: 1.2;
            font-family: "Playfair Display";
        }
        
        .highlight-text {
            color: #C91D25;
            font-weight: 700;
        }
        
        .description {
            font-size: 16px;
            color: #626262;
            line-height:26px;
            margin-bottom: 30px;
            font-family: "Montserrat";
            font-weight: 400;

        }
        
        .living-room-container {
            position: relative;
            /* border-radius: 15px; */
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }
        
        .living-room-image {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .luxury-section {
                padding: 40px 0;
            }
            
            .chair-container {
                padding: 40px 20px;
                margin-bottom: 30px;
                min-height: 300px;
            }
            
            .content-section {
                padding-left: 0;
                text-align: center;
            }
            
            .main-title {
                font-size: 2rem;
            }
            
            .description {
                font-size: 1rem;
                margin-bottom: 25px;
            }
            .chair-container{
                margin-top: 0;
            }
        }
        
        @media (max-width: 576px) {
            .main-title {
                font-size: 1.75rem;
            }
            
            .chair-container {
                padding: 30px 15px;
            }
        }
        
        /* Animation */
        .fade-in {
            animation: fadeInUp 1s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        } 



        /* transform your space section */
           .transform-section {
            padding: 60px;
            background-color: #ffffff;
        }

        .transform-content h2 {
            margin-bottom: 30px;
            color: #000;
            font-family: "Playfair Display";
            font-weight: 400;
            font-size: 32px;
            line-height: 45px;
        }

        .highlight {
            color: #C91D25;
            font-weight: 700;
        }

        .transform-content p {
            line-height: 26px;
            color: #626262;
            margin-bottom: 20px;
            text-align: justify;
            font-family: Montserrat;
            font-weight: 400;

        }

        .transform-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        @media (max-width: 768px) {
            .transform-section {
                padding: 40px 0;
            }
            
            .transform-content {
                margin-bottom: 30px;
                text-align: left;
            }
            
            .transform-content h2 {
                font-size: 1.8rem;
                line-height: 1.2;
            }
            
            .transform-content p {
                font-size: 0.95rem;
                margin-bottom: 15px;
            }
        }

        @media (max-width: 576px) {
            .transform-section {
                padding: 30px 0;
            }
            
            .transform-content h2 {
                font-size: 1.5rem;
            }
            
            .transform-content p {
                font-size: 0.9rem;
            }
        }
 
        /* wall decor section */
         .space-decor-types-section {
            padding: 0px 0px 60px 0px;
        }

           .carousel-container {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            overflow: hidden;
        }


        .space-decor-main-title {
            font-size: 32px;
            font-weight: 400;
            color: #000;
            text-align: center;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .space-decor-highlight {
            color: #C91D25;
            position: relative;
            font-weight: 700;
        }

       

        .space-decor-subtitle {
            font-size: 16px;
            color: #626262;
            font-weight: 400;
            text-align: center;
            max-width: 850px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }

        /* .carousel-container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        } */

        .space-decor-item-card {
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
            cursor: pointer;
        }

        /* .space-decor-item-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        } */

        .space-decor-card-image {
            width: 100%;
            height: 260px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

       

        .space-decor-card-content {
            padding: 1.5rem;
        }

        .space-decor-card-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            line-height: 1.3;
        }

        .space-decor-card-arrow {
            color: #C91D25;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }

        .space-decor-item-card:hover .space-decor-card-arrow {
            transform: translate(5px, -5px);
            opacity: 1;
        }

        .space-decor-card-description {
            color: #626262;
            line-height: 1.6;
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }

        .space-decor-card-divider {
            border: none;
            height: 2px;
            background: #A27327;
            margin: 0;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
            width: 101%;
        }

        .carousel-slide {
            min-width: 100%;
            display: flex;
            gap: 20px;
            padding: 0 12px;
            align-items: stretch;
        }

        .carousel-slide .col {
            flex: 1;
        }

        .carousel-nav {
            display: none;
        }

        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 2rem;
        }

        .carousel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #dee2e6;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .carousel-dot.active {
            background: #C91D25;
            transform: scale(1.2);
        }

        .carousel-dot:hover {
            background: #C91D25;
        }

        /* Desktop styles */
        @media (min-width: 769px) {
            .mobile-carousel {
                display: none;
            }
            .desktop-carousel {
                display: block;
            }
        }

        /* Mobile styles */
        @media (max-width: 768px) {
            .desktop-carousel {
                display: none;
            }
            .mobile-carousel {
                display: block;
            }

            .space-decor-main-title {
                font-size: 2rem;
                padding: 0 1rem;
            }

            .space-decor-subtitle {
                font-size: 1rem;
                padding: 0 1rem;
                margin-bottom: 2rem;
            }

            .mobile-carousel-track {
                display: flex;
                transition: transform 0.5s ease;
            }

            .mobile-carousel-slide {
                min-width: 100%;
                flex-shrink: 0;
                padding: 0 20px;
                display: flex;
                justify-content: center;
            }

            .mobile-carousel .space-decor-item-card {
                max-width: 300px;
                width: 100%;
            }

            .space-decor-card-title {
                font-size: 1.1rem;
            }

            .space-decor-card-content {
                padding: 1.25rem;
            }

            .space-decor-card-image {
                height: 180px;
            }

            .mobile-dots {
                display: flex;
                justify-content: center;
                gap: 8px;
                margin-top: 2rem;
            }

            .mobile-dot {
                width: 10px;
                height: 12px;
                border-radius: 50%;
                background: #dee2e6;
                border: none;
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .mobile-dot.active {
                background: #e74c3c;
                transform: scale(1.2);
            }
        }

        @media (max-width: 576px) {
            .space-decor-types-section {
                padding: 40px 0;
            }

            .space-decor-main-title {
                font-size: 1.75rem;
            }

            .mobile-carousel-slide {
                padding: 0 15px;
            }

            .space-decor-card-content {
                padding: 1rem;
            }

            .space-decor-card-image {
                height: 160px;
            }
        }

        /* <!--Why Is Wall Decor section--> */
 .wall-decor-essential-section {
            padding: 80px 0;
            background-image: url('./assets/images/why-walldecor-bg.png');
            background-size: cover;
            background-position: center;
        }

        .wall-decor-essential-title {
            font-size: 32px;
            font-weight: 400;
            color: #000;
            text-align: center;
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .wall-decor-essential-highlight {
            color: #C91D25;
            font-weight: 700;
        }

        .wall-decor-essential-subtitle {
            font-size: 16px;
            color: #626262;
            text-align: center;
            margin-bottom: 60px;
            line-height: 1.6;
            font-family: "Montserrat";
            font-weight: 400;

        }

        .wall-decor-essential-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 40px;
            margin-left: 70px;
           margin-right: 70px;
        }

        .wall-decor-essential-card {
            background: #ffffff;
            padding: 0;
            border-left: 4px solid #C91D25;
            position: relative;
            border-bottom-left-radius: 5px;
            box-shadow: 0px 8px 24px 0px #959DA533;
            border-top-left-radius: 5px;
        }

        .wall-decor-essential-card-content {
            padding: 30px 25px;
        }

        .wall-decor-essential-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .wall-decor-essential-icon img {
            width: 53px;
            height: 53px;
            fill: white;
        }

        .wall-decor-essential-card-title {
            font-size: 18px;
            font-weight: 600;
            color: #A27327;
            font-family: "Inter";
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .wall-decor-essential-card-description {
            font-size: 14px;
            color: #626262;
            line-height: 1.6;
            font-weight: 400;
            margin: 0;
        }

        /* Mobile Responsive */
        @media (max-width: 992px) {
            .wall-decor-essential-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
            .wall-decor-essential-section {
                padding: 50px 0;
            }

            .wall-decor-essential-title {
                font-size: 1.8rem;
            }

            .wall-decor-essential-subtitle {
                font-size: 1rem;
                margin-bottom: 40px;
            }

            .wall-decor-essential-grid {
                grid-template-columns: 1fr;
                gap: 25px;
                margin-left: 0;
                margin-right: 0;
            }

            .wall-decor-essential-card-content {
                padding: 25px 20px;
            }

            .wall-decor-essential-card-title {
                font-size: 1.1rem;
            }

            .wall-decor-essential-card-description {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .wall-decor-essential-section {
                padding: 40px 0;
            }

            .wall-decor-essential-title {
                font-size: 1.5rem;
            }

            .wall-decor-essential-subtitle {
                font-size: 0.95rem;
            }

            .wall-decor-essential-icon {
                width: 50px;
                height: 50px;
            }

            .wall-decor-essential-icon svg {
                width: 25px;
                height: 25px;
            }
        }


        /* best wall */
         .decor-showcase-container {
            background-color: #A27327;
            padding: 60px 20px 80px;
            min-height: 100vh;
            position: relative;
        }

        .showcase-header-zone {
            text-align: center;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .primary-showcase-title {
            font-size: 32px;
            color: #FFFFFF;
            margin-bottom: 20px;
            font-weight: 400;
            letter-spacing: 0.5px;

        }

        .showcase-subtitle-text {
            font-size: 16px;
            color: #FFFFFF;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
            font-family: "Montserrat";
            font-weight: 400;

        }

        .decor-cards-grid-layout {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .individual-decor-card {
            /* background: rgba(255, 255, 255, 0.95); */
            overflow: hidden;
            /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
            transition: all 0.3s ease;
            position: relative;
        }

        .individual-decor-card:hover {
            transform: translateY(-8px);
            /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); */
        }

        .living-room-showcase-card {
            transform: translateY(50px);
        }

        .bedroom-design-showcase-card {
            transform: translateY(20px);
        }

        .office-study-showcase-card {
            transform: translateY(60px);
        }

        .kitchen-dining-showcase-card {
            transform: translateY(20px);
        }

        .card-image-container {
            width: 100%;
            /* height: 280px; */
            overflow: hidden;
            position: relative;
        }

        .decor-showcase-image {
            width: 100%;
            height: 70vh;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .individual-decor-card:hover .decor-showcase-image {
            transform: scale(1.05);
        }

        .card-content-section {
            padding: 25px 20px;
            text-align: left;
        }

        .decor-category-title {
            font-size: 18px;
            color: white;
            font-weight: 700;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .decor-description-text {
            font-size: 15px;
            font-weight: 400;
            color: white;
            line-height: 1.6;
            opacity: 0.8;
        }

        /* Mobile Responsive Design */
        @media (max-width: 1200px) {
            .decor-cards-grid-layout {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
                max-width: 800px;
            }

            .living-room-showcase-card,
            .bedroom-design-showcase-card,
            .office-study-showcase-card,
            .kitchen-dining-showcase-card {
                transform: translateY(0);
            }

            .primary-showcase-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 768px) {
            .decor-showcase-container {
                padding: 40px 15px 60px;
            }

            .decor-cards-grid-layout {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 400px;
            }

            .primary-showcase-title {
                font-size: 1.8rem;
                margin-bottom: 15px;
            }

            .showcase-subtitle-text {
                font-size: 1rem;
            }

            .card-image-container {
                height: 240px;
            }

            .card-content-section {
                padding: 20px 15px;
            }

            .decor-category-title {
                font-size: 1rem;
            }

            .decor-description-text {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .decor-showcase-container {
                padding: 30px 10px 50px;
            }

            .primary-showcase-title {
                font-size: 1.6rem;
            }

            .showcase-subtitle-text {
                font-size: 0.95rem;
            }

            .card-image-container {
                height: 200px;
            }
        }

        /* why choose */
         .wcu-section {
            background-color: #f8eee7;
            padding: 80px 0;
        }
        
        .wcu-title {
            font-size: 40px;
            font-weight: 700;
            color: #000;
            text-align: center;
            margin-bottom: 50px;
        }
        
        .wcu-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
            /* max-width: 1200px; */
            margin: 0 auto;
        }
        
        .wcu-column {
            text-align: center;
            /* width: 200px; */
            position: relative;
        }
        
        /* Alternating vertical positions */
        .wcu-column:nth-child(1) {
            margin-top: -40px;
        }
        
        .wcu-column:nth-child(2) {
            margin-top: 40px;
        }
        
        .wcu-column:nth-child(3) {
            margin-top: -40px;
        }
        
        .wcu-column:nth-child(4) {
            margin-top: 40px;
        }
        
        /* Vertical connecting lines between cards */
        .wcu-column:not(:last-child)::after {
            content: '';
            position: absolute;
            right: -50px;
            top: 20px;
            bottom: 20px;
            width: 1px;
            background-color: #D9D9D9;
            z-index: 1;
        }
        
        .wcu-icon-wrapper {
            width: 80px;
            height: 80px;
            border: 2px solid #b77c2a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            background-color: #f8eee7;
            position: relative;
            z-index: 2;
        }
        
       
        
        .wcu-heading {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }
        
        .wcu-description {
            font-size: 16px;
            color: #626262;
            font-weight: 400;
            line-height: 1.5;
            /* max-width: 180px; */
            margin: 0 auto;
        }
        
        @media (max-width: 992px) {
            .wcu-container {
                /* flex-direction: column; */
                align-items: center;
            }
            
            .wcu-column {
                margin-top: 0 !important;
                margin-bottom: 50px;
                width: 250px;
            }
            
            .wcu-column:not(:last-child)::after {
                display: none;
            }
            
            .wcu-description {
                max-width: 220px;
            }
        }
        
        @media (max-width: 768px) {
            .wcu-section {
                padding: 60px 0;
            }

             .wcu-container {
                flex-direction: column;
                align-items: center;
            }
            
            .wcu-title {
                font-size: 2rem;
                margin-bottom: 50px;
            }
            
            .wcu-column {
                width: 280px;
                margin-bottom: 40px;
            }
            
            .wcu-description {
                max-width: 250px;
            }
             .wcu-container {
                gap:0px;
             }
        }

       /* trending */

        .decor-header-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;
            position: relative;
        }

        .wallstyle-main-title {
            font-size: 32px;
            font-weight: 400;
            color: #000;
            margin: 0;
        }

        .wallstyle-main-title .decor-highlight {
            color: #C91D25;
            font-weight: 700;
        }

        .wallart-carousel-container {
            position: relative;
        }

        .decor-carousel-slide {
            display: flex;
            align-items: stretch;
            min-height: 530px;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .wallstyle-slide-content {
            flex: 1;
            padding: 60px 50px;
            background: #3F3322;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
        }

        .wallstyle-slide-content::before {
            content: '';
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 3px solid #A27327;
            border-radius: 8px;
            pointer-events: none;
        }

        .decor-image-circle {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            border: 5px solid #A27327;
            overflow: hidden;
            margin-bottom: 30px;
            background: #fff;
        }

        .decor-image-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .wallart-slide-title {
            font-size: 1.8rem;
            font-weight: 400;
            margin-bottom: 20px;
            color: #A27327;
        }

        .wallstyle-description {
            font-size: 1rem;
            line-height: 1.6;
            opacity: 0.9;
            max-width: 300px;
        }

        .decor-slide-visual {
            flex: 1;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .wallart-carousel-controls {
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            gap: 8px;
        }

        .decor-nav-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: #dc3545;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 18px;
        }

        .decor-nav-btn:hover {
            background: #c82333;
            transform: scale(1.1);
        }

        .decor-nav-btn:disabled {
            background: #626262;
            cursor: not-allowed;
            transform: none;
        }

        @media (max-width: 768px) {
            .decor-carousel-slide {
                flex-direction: column;
                min-height: auto;
            }
            
            .wallstyle-slide-content {
                padding: 40px 30px;
                border-right: 6px solid #D4AF37;
                border-bottom: none;
            }
            
            .decor-slide-visual {
                min-height: 300px;
            }
            
            .decor-header-wrapper {
                flex-direction: column;
                gap: 20px;
            }
            
            .wallstyle-main-title {
                font-size: 2rem;
                text-align: center;
            }
            
            .wallart-slide-title {
                font-size: 1.5rem;
            }
            
            .decor-image-circle {
                width: 120px;
                height: 120px;
            }
            
            .wallart-carousel-controls {
                position: static;
                justify-content: center;
                transform: none;
            }
        }

        @media (max-width: 576px) {
            /* .wallart-showcase-section {
                padding: 40px 0;
            } */
            
            .wallstyle-main-title {
                font-size: 1.7rem;
            }
            
            .wallstyle-slide-content {
                padding: 30px 20px;
                border-right: 6px solid #D4AF37;
                border-bottom: none;
            }
            
            .wallart-slide-title {
                font-size: 1.3rem;
            }
            
            .wallstyle-description {
                font-size: 0.9rem;
            }
        }
     


        
       


  

