/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755361083
Updated: 2025-08-16 16:18:02

*/
body{
	font-family: 'Inter';
}
	.container {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Desktop Layout */
.col-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

/*/* Tablet Layout */
@media (max-width: 992px) {
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}*/

/* Mobile Layout */
@media (max-width: 768px) {
    .col-3,
    .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.filters {
    border-radius: 0.75rem;
    border-width: 1px;
    background-color: white;
    padding: 1.5rem;
    border: 2px solid rgb(243 244 246);
}
section.tax-page {
    background-color: rgb(250 251 252);
    padding-top: 3rem;
     font-family: 'Inter';
}
.filters ul {
    list-style: none;
    padding: 0;
    grid-gap: 9px;
    display: grid;
    font-size: 13px;
}
.filters ul li a {
    text-decoration: none !important;
    color: black;
}
span.count {
    float: inline-end;
}
li.active a {
    color: rgb(30 64 175) !important;
}
.category-result .row {
    gap: 0px;
}
.category-result .home-block {
    border-radius: 0.75rem;
    border-width: 1px;
    background-color: white;
    padding: 20px;
    border: 2px solid rgb(243 244 246);
    margin-right: 15px;
    margin-bottom: 20px;
    height: 255px;
}
.category-result .home-left img {
    width: 55px;
}
.category-result .company-title {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 600;
}
.category-result .company-description {
    font-size: 14px;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px;
    line-height: 22px;
}
a.btn.btn-danger {
    border-radius: 0.5rem;
    background-color: rgb(30 64 175);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 17px;
    height: 100%;
    width: 100%;
    display: table-cell;
    text-decoration: none;
}

.single-page-title .title {
    display: flex;
    padding: 32px 0px;
    gap: 25px;
}
.single-page-title .title img {
    width: 64px;
    height: auto;
}
.single-page-title .title h2 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    place-content: center;
    width: 60%;
    line-height: 35px;
}

.left-side {
    width: 30%;
}
.right-side{
    width: 70%;
}
.bg-gradient-to-r.from-blue-50.to-indigo-50.rounded-xl.border.border-blue-200.p-6 {
    background-color: #eef2ff;
    border: 1px solid rgb(191 219 254);
    padding: 1.5rem;
    color: rgb(29 78 216);
    border-radius: 0.75rem;
}
.flex {
    display: flex;
    gap: 10px;
}
.items-start {
    align-items: flex-start;
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}
.flex.items-start.space-x-3 h4 {
    margin: 0;
    color: rgb(30 64 175);
    padding-bottom: 10px;
}
p.text-sm.text-blue-700 {
    margin: 0;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.font-medium {
    font-weight: 500;
}