/*
Theme Name:   Space Builder Child Theme
Theme URI:    #
Description:  Space Builder Child Theme
Author:       Mirage Minds
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/
a[data-title="ARCHITECTURAL JOINERY"].uc-selected::after {
    content: 'Combining functionality with artistic expression, our architectural joinery seamlessly integrates with interior and exterior structures, adding character, value, and a refined finish to any project. Its versatility and attention to detail make it essential in transforming design concepts into tangible realities.';
    position: absolute;
    top: 130%;
    left: 0;
	font-family: poppins;
    font-size: 16px;
}
a[data-title="CUSTOMIZED FURNITURE"].uc-selected::after {
    content: 'Our approach to customized furniture allows for complete flexibility in choosing designs, finishes, and materials, resulting in furniture that enhances the overall ambiance and complements the architecture of any space. Whether for residential or commercial settings, customized furniture provides a distinct touch that embodies personal taste and elevates the interior environment.';
    position: absolute;
    top: 130%;
    left: 0;
	font-family: poppins;
    font-size: 16px;
    
}
a[data-title="HERITAGE WOOD"].uc-selected::after {
    content: 'Often reclaimed and repurposed, heritage wood carries the beauty of natural aging, with distinctive grain patterns and weathered textures that tell a story of the past. It is highly valued for its sustainability and ability to bring warmth and authenticity to any space. Our heritage wood infuses environments with timeless elegance and a deep connection to the UAE’s history and tradition.';
    position: absolute;
    top: 130%;
    left: 0;
	font-family: poppins;
    font-size: 16px;
}
a[data-title="RESIDENTIAL INTERIORS"].uc-selected::after {
    content: 'Our work for residential interiors focuses on creating comfortable, functional, and aesthetically pleasing living spaces tailored to the unique lifestyle and preferences of homeowners. We aim to balance practicality and elegance, ensuring every area—from living rooms and kitchens to bedrooms and bathrooms—reflects the personality and needs of its inhabitants.';
    position: absolute;
    top: 130%;
    left: 0;
	font-family: poppins;
    font-size: 16px;
    
}
.ue_taxonomy.uc-grid-filter {
    justify-content: space-between !important;!i;!;
}

.ue_taxonomy.uc-grid-filter a {
    font-size: 20px !important;!i;!;
}
@media(max-width:767px)
{
a[data-title="ARCHITECTURAL JOINERY"].uc-selected::after {
   top: 130%;
	font-size:13px;
}
a[data-title="CUSTOMIZED FURNITURE"].uc-selected::after {
   top: 115%;
	font-size:13px;
	}
a[data-title="HERITAGE WOOD"].uc-selected::after {
    top: 115%;
	font-size:13px;
}
a[data-title="RESIDENTIAL INTERIORS"].uc-selected::after {
    top: 115%;
	font-size:13px;
}
	.ue_taxonomy.uc-grid-filter a{
font-size:15px !important;
	}
}