/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Link */
.nic_link a{
	color:#37A294;
}
.nic_txt_box_mrg .elementor-widget-text-editor {
	margin-bottom:14px !important;
}

.nic-blog-highlighter p{
    color:#333 !important;
}

/*List checkbox*/
.nic_check_list ul {
  list-style: none; /* Remove default bullet points */
  padding-left: 0;
}

.nic_check_list ul li {
  position: relative;
  padding-left: 30px; /* Space for the icon */
  margin-bottom: 12px;
  
}

.nic_check_list ul li::before {
  content: "";
  background-image: url('https://businessprojects.in/nichem/wp-content/uploads/2025/03/check-mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px; /* Adjust size as needed */
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px; /* Adjust vertical alignment */
}


/*Button Icons*/
.nim-btn-our-exp span.elementor-button-icon, .nim-btn span.elementor-button-icon {
    font-size: 24px;
}

/* Our Expertise box css */

.oe-box:hover{
	    cursor: pointer;
}

/* Our Expertise box B2B blue css */
.oe-box-b2b:hover {
    background: var(--e-global-color-primary) !important;
}

/* Our Expertise box B2C Orange css */
.oe-box-b2c:hover {
    background: var(--e-global-color-6adcba8) !important;
}

/* Our Expertise content hover color change to white common css */
.oe-box:hover > .elementor-element  h2.elementor-heading-title  {
    color: white !important;
}

.oe-box:hover > .elementor-element  svg path  {
    fill: white !important;
}

.oe-box:hover > .elementor-element    {
    color: white !important;
}

/*Button shape css*/

.nim-btn-our-exp {
    -webkit-mask-image: url('https://businessprojects.in/nichem/wp-content/uploads/2025/02/ENQUIRY-BUTTON-BUTTON_ORD-17627-V2.png');
    mask-image: url('https://businessprojects.in/nichem/wp-content/uploads/2025/02/ENQUIRY-BUTTON-BUTTON_ORD-17627-V2.png');
    mask-size: 100% 100% ;
    mask-repeat: no-repeat;
    mask-position: center;
}

.nim-btn-our-exp.elementor-widget-button:hover .elementor-widget-container a {
    color: white;
}

.nim-btn-our-exp.elementor-widget-button:hover .elementor-widget-container .elementor-button-icon svg path {
    fill: White;
}

.nim-btn-our-exp.elementor-widget-button .elementor-widget-container .elementor-button-icon svg path {
    fill: black;
}


/*Product card description setting*/
@media (min-width:767px){
.product-card-short-des .elementor-widget-container{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}


.product-card-short-des{
     height: 76px;
}
}


/*News and media shape css*/
/* 
.news_media_shape {
    -webkit-mask-image: url('https://businessprojects.in/nichem/wp-content/uploads/2024/10/Patch-01.png');
    mask-image: url('https://businessprojects.in/nichem/wp-content/uploads/2024/10/Patch-01.png');
    mask-size: 100% 90% ;
    mask-repeat: no-repeat;
    mask-position: center;
}

@media (max-width:767px){
.news_media_shape {
    -webkit-mask-image: url('https://businessprojects.in/nichem/wp-content/uploads/2024/10/BG-01.png');
    mask-image: url('https://businessprojects.in/nichem/wp-content/uploads/2024/10/BG-01.png');
    mask-size: 100% 90% ;
    mask-repeat: no-repeat;
    mask-position: center;
}
} */




/*WooCommerce CSS*/

/* Cart Page*/

.xoo-wsc-ft-btn {
    border-radius: 12px;
}
