/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 4.2.2.1770013091
Updated: 2026-02-02 06:18:11

*/

/* for the box shadow  */

.info-card {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08), 0 18px 40px #f0f0f1;
  position: relative;
  height: -webkit-fill-available;
}
.image-wrapper {
  position: absolute;
  left: 35%;
  right: auto;
  top: -18%;
}
.component-wrap {
  justify-content: center;
}
/* for the tick matrk  */
.tick-mark {
  padding-left: 0px;
}
.wp-block-list.tick-mark li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.wp-block-list.tick-mark li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5291a9;
  font-weight: bold;
  font-size: 25px;
}
/* for the right arrow */

.wp-block-list.right-arrow {
  padding-left: 0px;
  margin: 0px;
}
.wp-block-list.right-arrow li {
  position: relative;
  list-style: none;
  padding-left: 22px;
}
.wp-block-list.right-arrow li a {
  text-decoration: none;
  color: #697b96;
}
.wp-block-list.right-arrow li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #697b96;
  font-size: 20px;
  font-weight: 600;
}
.no-capitalize
{
  --btntexttransform: none;
}
/* Bootstrap  class for the spacing */
.mb-0 {
  margin-bottom: 0px;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 10px;
}
.gap-2 {
  gap: 20px;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.ul-mt {
  margin-top: 15px !important;
}
.ul-mb {
  margin-bottom: 15px !important;
}
.text-break {
  word-wrap: break-word;
}
.equal-height {
    height: -webkit-fill-available !important;
}
