/*
Theme Name: Flaxicare Child
Theme URI:https://wpdemo.zcubethemes.com/indobi
Description: Indobi – Industrial WordPress Theme.
Text Domain: indobi
Author:       zcube
Author URI: https://themeforest.net/user/zcubethemes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     indobi
Version: 1.1.0
Tested up to: 6.6
Requires PHP: 7.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
.menu-area::before {
    background: #ffffff;
}
.slider-content h2 {
    font-size: 56px;
}
.second-header {
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-social {
        margin-left: 0px;
        margin-top: 5px;
}
.header-social a {
    margin-left: 15px;
    font-size: 16px;
}
.copyright-wrap img {
    filter: brightness(0) invert(1);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.ss-btn.active {
    color: #fff;
    background: #008000;
}
.client-slider .swiper-slide {
    padding: 10px 35px;
}
.about-title h2 {
    font-size: 55px;
    margin-bottom: 0 !important;
}
.cat-item {
    background: linear-gradient(145deg, #07aa07, #2e7d32);
    color: white;
    padding: 20px 30px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px #1b5e20;
    transition: all 0.1s ease;
    margin: 10px 0;
}
.cat-item:hover {
background: linear-gradient(145deg, #66bb6a, #388e3c);
}
.cat-item.active {
box-shadow: 0 2px #1b5e20;
      transform: translateY(4px);
	background:#00173c;
}
.sub-cat {
    background: #07aa07;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    margin: 0px 0 10px 0;
}
.sub-cat:hover {
    background: #00173cc2;
}
.product-item {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px #000;
}

.pages-content h1, .pages-content h2, .pages-content h3, .pages-content h4, .pages-content h5, .pages-content h6 {
    margin-top: 20px;
}
.iws h3.elementor-image-box-title {
    margin: 0;
}
#header-sticky {
    background: #fff;
}