/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root{
	--primary: #f7181f;
	--dark: #14181f;
	--border: #e5e7eb;
	--text: #6a7181;
}

@media (min-width: 1300px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1232px;
    }
}

/* Home */
.home_search {
    max-width: 576px;
    margin: 0 auto;
}
.home_search form {
    position: relative;
}
.home_search form input {
    background: url(/wp-content/uploads/2026/04/search.svg) no-repeat 15px center / 20px #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    font-size: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    min-height: 56px;
    outline: none;
    padding: 8px 120px 8px 40px;
}
.home_search button {
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.home_search button {
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    position: absolute;
    top: 8px;
    right: 8px;
    align-items: center;
    padding: 9.5px 22px;
}
.home_search .popular_cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
    font-size: 12px;
    color: var(--text);
}
.home_search .popular_cat a {
    font-weight: 500;
    color: var(--dark);
    background: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
}

/* Home */

.tools-categories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    text-align: center;
}
.tools-categories .tool-cat-item {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.tool-cat-item .ic_wrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #feebec;
    border-radius: 12px;
}
.tool-cat-item .tool-cat-title {
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Space Grotesk';
    font-weight: 600;
    color: #14181f;
}
.tool-cat-item .arrow {
    transition: .3s linear;
    opacity: 0;
}
.tool-cat-item:hover .arrow {
    opacity: 1;
}

/* Tools page */
.stool_sec {
    padding: 70px 0;
}
.single-tools .site-main {
    padding: 0 20px;
}
.breadc >span {
    display: flex;
    gap: 10px;
    color: #6a7181;
    font-size: 14px;
    font-family: 'inter';
}
.breadc {
    margin-bottom: 30px;
}
.breadc a {
    color: #6a7181;
}
.stools_main {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
}
.stools_left {
    grid-column: span 2;
}
.stools_head {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.stools_thumb {
    flex: 0 0 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #f7181f;
    font-family: 'inter';
}
.stools_info {
    flex: 1;
}
.stools_info .entry-title {
    font-size: 30px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    margin: 0 0;
}
.stools_info .exc p {
    margin: 2px 0 0;
    color: #6a7181;
}
.stools_left .wp-block-heading {
    font-family: 'Space Grotesk';
    font-weight: 600;
    line-height: 1.1;
}
.stools_left .wp-block-heading {
    font-family: 'Space Grotesk';
    font-weight: 600;
    line-height: 1.1;
}
.stools_left h2 {
    font-size: 18px;
    margin-bottom: 9px;
    margin-top: 25px;
}
.stools_left h3 {
    font-size: 16px;
}
.stools_aside {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}
.stools_aside .visit_btn {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-family: 'Inter';
    background: #f7181f;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 24px;
	gap: 10px;
}
.aside_info {
    display: grid;
    gap: 16px;
}
.aside_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.aside_list .aside_icon {
    flex: 0 0 16px;
}
.aside_data {
    font-family: 'Inter';
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #14181f;
}
.aside_data a{
    color: #f7181f;
}
.aside_data .tools-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.tools-tags .tool-tag {
    color: #14181f;
    font-weight: 600;
    font-size: 12px;
    background: #f3f4f6;
    padding: 3px 11px;
    border-radius: 30px;
}
.featured_box {
    background: #feebec1a;
    border: 2px solid #f7181f33;
    border-radius: 16px;
    padding: 20px;
    margin-top: 24px;
}
.featured_box .feat_btn {
    font-size: 12px;
    font-weight: 600;
    color: #F7181F;
    font-family: 'inter';
    padding: 4px 12px;
    background: #f7181f1a;
    border-radius: 30px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 3px;
    width: max-content;
}
.feat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
	transition: .3s linear;
}
.feat-card:hover {
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}
.tool-thumb {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #f7181f;
    font-family: 'inter';
	flex: 0 0 44px;
}
.feat-cards .tool-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.feat-cards .tool-title {
    font-size: 16px;
    margin: 0 0 4px;
    font-family: 'Space Grotesk';
    color: #14181F;
}
.feat-cards .tool-title a{
    color: #14181F;
}
.feat-cards .tool-excerpt p {
    color: #6a7181;
    font-size: 12px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.feat-card .tool-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #14181F;
    font-family: 'Inter';
}
.feat-card .tool-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #14181F;
    font-family: 'Inter';
    flex-grow: 1;
    min-width: max-content;
}
.feat-cards {
    display: grid;
    gap: 8px;
}
.stools_right {
    position: sticky;
    top: 10px;
}


/* home recent posts */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tools-grid .tool-card {
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    transition: 0.3s;
}
.tools-grid .tool-card:hover {
    border-color: #f7181f33;
	box-shadow: 0 20px 25px rgb(0 0 0 / 10%);
}
.tools-grid .tool-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tools-grid .tool-thumb img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    border-radius: 10px;
}
.tools-grid .thumb-fallback {
     width: 56px;
    height: 56px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
}
.tools-grid .tool-title {
    font-size: 18px;
    font-family: 'Space Grotesk';
	font-weight: 600;
	margin: 0;
	flex: 1;
	color: #14181F;
}
.tools-grid .tool-excerpt {
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6a7181;
    font-family: 'Inter';
}
.tools-grid .tool-category {
	font-family: 'Space Grotesk';
    display: inline-block;
    background: #f3f4f6;
	font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
	color: #14181F;
}
/* home recent posts */

.alter_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    font-weight: 500;
    font-size: 14px;
    font-family: inter;
    color: #14181F;
    padding: 6.7px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: .3s linear;
}
.alter_btn:hover {
    color: #c5070d;
	background: #feebec;
}

/* Alternatives single */
.salter_thumb img {
    width: 100%;
    border-radius: 16px;
	margin-bottom: 20px;
}
.featured_alter_box .feat_btn {
    color: #14181F;
    background: 0;
    padding: 0;
    font-size: 18px;
    gap: 6px;
}
.featured_box.featured_alter_box {
    background: #f3f4f680;
    border: 1px solid #e5e7eb;
	margin-top: 0;
}
.featured_alter_box .tool-thumb {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    font-size: 14px;
}
.featured_alter_box .feat-cards .tool-excerpt p {
    -webkit-line-clamp: 2;
}
.featured_alter_box .feat-card {
    align-items: flex-start;
}
/* Alternatives single */

/* Blog page */
.blog-list {
    display: grid;
    gap: 20px;
}
.blog-list .blog-item {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: .3s linear;
}
.blog-list .blog-item .blog-category {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--primary);
}
.blog-list .blog-item .ct_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f7181f1a;
    border-radius: 50%;
    color: var(--primary);
}
.blog-list .blog-item .blog-title {
    font-size: 20px;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin: 8px 0 10px;
}
.blog-list .blog-item .blog-title a{
    color: var(--dark);
	transition: .3s linear;
}
.blog-list .blog-item .blog-title a:hover{
    color: var(--primary);
}
body {
    font-family: 'Inter';
}
.blog-list .blog-item .blog-content {
    font-size: 14px;
	color: var(--text);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-list .blog-item:hover {
    background: #feebec80;
    border-color: #f7181f4d;
}
.blog-list .bcard_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.pagination {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
}
.pagination a {
    color: var(--primary);
}
.mblog_list .pagination {
    margin-top: 40px;
    margin-bottom: 0;
}
/* Blog page */

/* Single post */
.single-post .site-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.stools_left .spost_head {
    font-size: 36px;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin: 0 0 26px;
}
.spost_main .featured_box {
    margin-top: 0;
}
.stools_left a {
    color: var(--primary);
}
/* Single post */

/* Category page */
.tools-category-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.tools-category-list .tool-cat-box {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: .3s linear;
	display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.tools-category-list .tool-cat-box:hover {
	box-shadow: 0 4px 6px -4px rgb(0 0 0 / .1);
	border-color: #f7181f33;
}
.tools-category-list .tool-cat-box .left {
    flex: 0 0 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #feebec;
    border-radius: 12px;
    color: var(--primary);
}
.tools-category-list .tool-cat-box .right {
    flex: 1;
}
.tools-category-list .tool-cat-box .tool-cat-title {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Space Grotesk';
    font-weight: 600;
    margin: 0 0 4px;
}
.tools-category-list .tool-cat-box .tool-cat-title a{
    color: var(--dark);
	transition: .3s linear;
}
.tools-category-list .tool-cat-box .tool-cat-title a:hover{
    color: var(--primary);
}
.tools-category-list .tool-cat-box .tool-cat-desc {
    font-size: 14px;
    color: var(--text);
    margin-bottom: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tools-category-list .tool-cat-box .cat_btn {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
}
/* Category page */

/* Category single */
.cat_main {
    padding: 70px 0;
}
.tax-tools-category .site-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.page_head {
    font-size: 36px;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin: 0 0 16px;
}
.cat_main .tools-grid {
    margin-top: 40px;
}
.tools-grid .tool-thumb .thumb-fallback {
    width: unset;
    height: unset;
    background: unset;
    border-radius: unset;
}
.tools-grid .badge {
    display: block;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    margin: -20px -20px 20px;
    border-radius: 16px 16px 0 0;
}
/* Category single */

/* Tools page */
.tools-filter {
    display: flex;
    align-items: center;
    gap: 12px;
	margin-bottom: 30px;
}
.tools-filter select,
.tools-filter input{
    width: max-content;
    min-width: 160px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 8px;
    font-size: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    min-height: 44px;
	outline: none;
}
.tools-filter input{width: 100%;}
.tools-filter input {
    background: url(/wp-content/uploads/2026/04/search.svg) no-repeat 10px center / 16px #fff;
    padding-left: 33px;
}
.pagination .page-btn {
    border-color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}
.pagination .page-btn:hover {
    background: var(--primary);
    color: #fff;
}
/* Tools page */


/* Submit page */
.plan_card {
    transition: .3s linear;
    border: 2px solid #e5e7eb;
	cursor: pointer;
}
.plan_card.active {
    border-color: var(--primary);
    background: #feebec4d;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);
}
.tool-form {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #fff;
    max-width: 672px;
    margin: 25px auto 0;
}
.tool-form .title {
    font-size: 20px;
    font-family: 'Space Grotesk';
    margin: 0 0 24px;
    font-weight: 500;
}
.tool-form .form-group label {
    font-size: 14px;
    font-family: 'Inter';
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 8px;
}
.tool-form .form-group input, 
.tool-form .form-group select, 
.tool-form .form-group textarea{
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    min-height: 44px;
    outline: none;
}
.tool-form .form-group textarea {
    height: 100px;
}
.tool-form .form-group {
    margin-bottom: 20px;
}
.tool-form .policy-box {
    padding: 16px;
    background: #f3f4f666;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    font-size: 12px;
    font-family: 'Inter';
    color: var(--text);
}
.policy-box .policy_label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--dark);
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
	margin-bottom: 10px;
}
.policy-box label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.policy-box label b {
    color: var(--dark);
}
.policy-box input {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    appearance: none;
    transition: .3s linear;
	flex: 0 0 16px;
}
.policy-box input:checked {
    background: var(--primary) url(/wp-content/uploads/2026/04/check.svg) no-repeat center / 11px;
}
.tool-form .form-actions {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.tool-form .form-actions button {
    flex: 1;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 1px solid #e5e7eb;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 12px;
    color: var(--dark);
}
.tool-form .form-actions button svg {
    width: 16px;
    height: 16px;
}
.tool-form .form-actions button {
    flex: 1;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 1px solid #e5e7eb;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1.1;
    padding: 15.2px 16px;
    border-radius: 12px;
    color: var(--dark);
    transition: .3s linear;
}
.tool-form .form-actions button.primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.tool-form .form-actions button:disabled {
    opacity: .5;
}
.form_shortc {
    position: unset;
}
.frm_main_sec> .e-con-innter {
    position: unset;
}
.popup {
    position: fixed;
    inset: 0;
    background: #00000061;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: .3s linear;
	opacity: 0;
	visibility:hidden;
}
.popup.active{
	opacity: 1;
	visibility:visible;
}
.popup .popup_modal {
    max-width: 512px;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
}
.popup_modal h3 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    margin: 0 0 12px;
}
.popup_modal p {
    font-size: 14px;
    color: var(--text);
}
.pop_btns button {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 1px solid #e5e7eb;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1.1;
    padding: 11px 16px;
    border-radius: 12px;
    color: var(--dark);
    transition: .3s linear;
}
.pop_btns button.approved_btn {
    border-color: var(--primary);
    background:  var(--primary);
    color: #fff;
}
.pop_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.error-msg {
    font-size: 12px;
    padding-left: 5px;
    margin-top: 2px;
    color: var(--primary);
	font-weight: 600;
}
/* Submit page */


@media screen and (max-width: 1199px){
	.single-tools .site-main {
		max-width: unset !important;
	}
	.tools-categories {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 991px){
	.tools-categories {
		grid-template-columns: repeat(3, 1fr);
	}
	.tools-category-list .tool-cat-box {
		padding: 15px;
	}
	.cat_main {
		padding: 50px 0;
	}
}

@media screen and (max-width: 767px){
	.stools_left {
		grid-column: unset;
	}
	.stools_main {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.stools_right {
		position: unset;
	}
	.stools_thumb {
		flex: 0 0 50px;
		height: 50px;
		border-radius: 16px;
		font-size: 20px;
		font-weight: 700;
	}
	.stools_info .entry-title {
		font-size: 24px;
	}
	.stool_sec {
		padding: 40px 0;
	}
	.breadc {
		margin-bottom: 20px;
	}
	.stools_head {
		gap: 10px;
	}
	.tools-categories {
		grid-template-columns: repeat(2, 1fr);
	}
	.tools-grid,.tools-category-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.tools-filter {
		flex-wrap: wrap;
	}
	.tools-filter select {
		flex: 1;
	}
}

@media screen and (max-width: 575px){
	.featured_box {
		padding: 12px;
	}
	.feat-card {
		gap: 10px;
		padding: 10px;
		border-radius: 6px;
	}
	.single-tools .site-main {
		padding: 0 15px !important;
	}
	.stools_thumb {
		width: 50px;
		flex: unset;
	}
	.stools_info {
		flex: unset;
	}
	.stools_head {
		flex-wrap: wrap;
	}
	
	.tools-grid,.tools-category-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.stools_left .spost_head{
		font-size: 30px;
	}
	.blog-list .blog-item {
    	padding: 18px;
	}
	.blog-list .blog-item .blog-title {
		font-size: 18px;
	}
	/* Category single */
	.tax-tools-category .site-main {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.cat_main .tools-grid {
		margin-top: 30px;
	}
	.cat_main {
		padding: 40px 0;
	}
	.page_head {
		font-size: 30px;
	}
	/* Category single */
	
	/* Home */
	.home_search button {
		gap: 4px;
		padding: 9.5px 15px;
	}
	.home_search form input {
		padding-right: 110px;
	}
	.home_search .popular_cat {
		margin-top: 15px;
	}
	
	.tool-form {
		padding: 20px 15px;
	}
	.tool-form .form-actions button {
		gap: 6px;
	}
	.popup .popup_modal {
		text-align: center;
	}
	.pop_btns,
	.home_search .popular_cat{
		justify-content: center;
	}
	
}